my2iu / Jinq

LINQ-style queries for Java 8
Other
659 stars 71 forks source link

Support java v21 #109

Closed zdu-strong closed 10 months ago

zdu-strong commented 10 months ago

When my project is run in java v21, an exception will occur.

java v21

zdu-strong commented 10 months ago

My Repository: https://github.com/zdu-strong/Project-Java-21-Test.git Require Enviroment: java v21 Run Command: ./mvn clean test

my2iu commented 10 months ago

Sorry for the delay. I was waiting for JDK21 to published by Adoptium first. But they're available now, so I'll try to work on it over the next few weeks.

zdu-strong commented 10 months ago

Thank you for your support.

my2iu commented 10 months ago

I've deployed the new 1.8.36 and 2.0.1 releases of Jinq to Maven Central that should support JDK21. I'll update the website with those releases later on

zdu-strong commented 10 months ago

I've deployed the new 1.8.36 and 2.0.1 releases of Jinq to Maven Central that should support JDK21. I'll update the website with those releases later on

Thank you very much!