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

Convert codebase to Java 11 baseline #331

Closed julgus closed 1 year ago

julgus commented 1 year ago

Since JPAStreamer 3.0.0 is adhering to the JPA 3 specification, it will inevitably only be compatible with applications using Java 11 or later. Therefore we will convert the codebase to Java 11 to make better use of the module system.

Java 8 users can still enjoy version 1.1.4 and earlier.