https://github.com/toolisticon/apstack_java_ct
Simple project to check compatibility of the toolisticon ap stack with all java versions
https://github.com/toolisticon/apstack_java_ct
Last synced: 9 months ago
JSON representation
Simple project to check compatibility of the toolisticon ap stack with all java versions
- Host: GitHub
- URL: https://github.com/toolisticon/apstack_java_ct
- Owner: toolisticon
- License: mit
- Created: 2021-10-26T00:31:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:48:41.000Z (over 2 years ago)
- Last Synced: 2025-03-04T14:49:17.764Z (over 1 year ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APSTACK-JAVA-CT
[](https://github.com/toolisticon/apstack_java_ct/actions/workflows/default.yml)
## Description
This project is used to test compatibility of the toolisticon annotation processor stack projects with all available Java versions.
- [APTK - Annotation Processor Toolkit](https://github.com/toolisticon/aptk)
- [CUTE - Compile-Time Unit Testing](https://github.com/toolisticon/cute)
- [SPIAP - Alternative for google auto](https://github.com/toolisticon/spiap)
All projects can currently be build with Java versions up to Java 12.
This is mainly not affected by the projects itself, but by the build tools used.
There are a lot of tools like Mockito, Jacoco, Javadoc,.. which are likely to be incompatible with different or new Java versions.
Therefore, this project uses just a rudimentary setup, mainly focussing on the pure compilation and testing of a processor.
## Contributions
- (2021) Tobias Stamann (Holisticon AG)
# License
This project is released under the revised [MIT License](LICENSE).
This project includes and repackages the [Annotation-Processor-Toolkit](https://github.com/holisticon/annotation-processor-toolkit) released under the [MIT License](/3rdPartyLicenses/annotation-processor-toolkit/LICENSE.txt).