JPA streamer is showing the following warning after compiling with Java 21 and Quarkus
[WARNING] Supported source version 'RELEASE_11' from annotation processor 'com.speedment.jpastreamer.fieldgenerator.StandardFieldGeneratorProcessor' less than -source '21'
JPA streamer is showing the following warning after compiling with Java 21 and Quarkus
It's similar to the warning from this ticket: https://github.com/speedment/jpa-streamer/issues/378
Is there any way to get rid of this warning?