speedment / jpa-streamer

JPAstreamer is a lightweight library for expressing JPA queries as Java Streams
GNU Lesser General Public License v2.1
345 stars 35 forks source link

Java 21 support #388

Open kucharzyk opened 10 months ago

kucharzyk commented 10 months ago

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'

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?