Skip to content

fix(core): report supported source version dynamically in annotation processor#930

Open
bercianor wants to merge 1 commit into
masterfrom
fix/java25-annotation-processor-source-version
Open

fix(core): report supported source version dynamically in annotation processor#930
bercianor wants to merge 1 commit into
masterfrom
fix/java25-annotation-processor-source-version

Conversation

@bercianor

Copy link
Copy Markdown
Contributor
  • Replace the fixed @SupportedSourceVersion(SourceVersion.RELEASE_8) declaration with a dynamic getSupportedSourceVersion() override.
  • Make the annotation processor report the runtime JDK source level through SourceVersion.latestSupported().
  • Eliminate the Java 25 warning about the processor supporting a lower source version than the build.

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.

1 participant