Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly determine the version of the underlying javac tool #357

Merged
merged 4 commits into from
Feb 3, 2024

Conversation

kwin
Copy link
Contributor

@kwin kwin commented Feb 1, 2024

Ignore CompilerConfiguration values as they are unreliable (and don't represent the used javac version)
Make test execution more resilient by interpolating settings.xml correctly and make sure commons-lang 2.0 is resolved prior to unit testing

This closes #356

Ignore CompilerConfiguration values as they are unreliable (and don't
represent the used javac version)
Make test execution more resilient by interpolating settings.xml
correctly and make sure commons-lang 2.0 is resolved prior to unit
testing

This closes #356
@kwin kwin force-pushed the feature/fix-javac-version-detection branch from eb32403 to 5af0a11 Compare February 1, 2024 18:48
@kwin kwin merged commit aa4e8e2 into master Feb 3, 2024
64 checks passed
@kwin kwin deleted the feature/fix-javac-version-detection branch February 3, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect semantics of JavacCompiler.isPreJavaXX
2 participants