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

CommandLineUtils is incompatible with JDK 21 #582

Closed
cushon opened this issue May 16, 2023 · 0 comments · Fixed by #591
Closed

CommandLineUtils is incompatible with JDK 21 #582

cushon opened this issue May 16, 2023 · 0 comments · Fixed by #591

Comments

@cushon
Copy link
Contributor

cushon commented May 16, 2023

annotation-file-utilities/src/main/java/org/checkerframework/afu/scenelib/util/CommandLineUtils.java imports com.sun.tools.javac.main.CommandLine:

That internal javac API is being renamed in JDK 21, to jdk.internal.opt/jdk.internal.opt.CommandLine

The upstream change is

cushon added a commit to cushon/annotation-tools that referenced this issue Jun 26, 2023
@mernst mernst linked a pull request Jun 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant