-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RecordElementsTests testPreviewFlagTrue fails since Java 20 is used
- changed BaseProcessingEnvImpl to return minimal supported Java runtime version as getSourceVersion() if the compiler version is higher as current runtime version, not SourceVersion.RELEASE_6 - changed apt test to really expect latest supported SourceVersion, not SourceVersion.RELEASE_6 - cleaned code a bit in BaseProcessingEnvImpl.getSourceVersion() - regenerated apttestprocessors8.jar from apttestprocessors8.jardesc - removed unneeded unsupported java profiles from test pom files - the code should be able to run without changes also on Java 21+ Fixes #994
- Loading branch information
1 parent
6fec0f8
commit 4bbbe1f
Showing
7 changed files
with
80 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+360 Bytes
(100%)
org.eclipse.jdt.compiler.apt.tests/lib/apttestprocessors8.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.