Open akuma8 opened 4 years ago
@akuma8: Nothing from your end that I am aware of. We need to deal with them on the annotation processor.
@iocanel Thanks, let me know if I can contribute for this. Just indicate me how.
@akuma8: The fix is pretty straight forward. All our annotation processors have the following annotation:
@SupportedSourceVersion(SourceVersion.RELEASE_8)
I would completley remove those annotations, as I think that they are optional and are causing more issues, than the problems they solve.
I use JDK11 and have these warnings at startup. Is there a way to solve them?