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

Bug#257 static metamodel incompilable on jdk21 #258

Merged
merged 3 commits into from
Jul 17, 2024

Conversation

ledsoft
Copy link
Contributor

@ledsoft ledsoft commented Jul 17, 2024

Fixes #257.

…ons in element type declaration.

In JDK 17 and before, annotations were added before type ("@annotation java.util.Set"), now, they are inserted into the type ("java.util@Annotation Set"), so we cannot rely on TypeMirror.toString when determining type.
@ledsoft ledsoft linked an issue Jul 17, 2024 that may be closed by this pull request
@ledsoft ledsoft merged commit 799b255 into development Jul 17, 2024
1 check passed
@ledsoft ledsoft deleted the bug#257-static-metamodel-incompilable-on-jdk21 branch July 17, 2024 13:23
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 this pull request may close these issues.

Static metamodel generation produces uncompilable code under JDK 21
1 participant