Building with newer Java versions returns this warning during builds #929
claytontabone
started this conversation in
General
Replies: 1 comment
-
|
Hello @claytontabone Thank you for using Flamingock and for bringing this warning with Java 25 to our attention. We have located the root cause within the FlamingockAnnotationProcessor, and the patch will be included in our next version. Your note on how other projects handle @SupportedSourceVersion is very helpful, and we will look into implementing a similar approach to resolve it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently using the flamingock-java annotation processor and building a Maven project on Java 25. The following warning is being logged during the Maven build:
Looking at the annotation post processor for some similar famous projects, it seems that they just dropped the
@SupportedSourceVersionfrom theirAbstractProcessorimplementation in order to address this.Beta Was this translation helpful? Give feedback.
All reactions