speedment / jpa-streamer

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

jdk 17 support #378

Closed fernando88to closed 1 year ago

fernando88to commented 1 year ago

I'm using jpa-stream together with quarkus and when running the project it throws the following exception

Note: JPA Streamer Field Generator Processor warning: Supported source version 'RELEASE_11' from annotation processor 'org.gradle.api.internal.tasks.compile.processing.TimeTrackingProcessor' less than -source '17' Note: [JPAStreamer Field Generator Processor] Generating class for: com.fernando.entities.User 1 warning

Does the jpa-stream project support jdk 17?

julgus commented 1 year ago

JPAStreamer supports Java 17! This PR might help clarify why the warning exists: https://github.com/speedment/jpa-streamer/pull/327.