diennea / carapaceproxy

A Distributed Java Reverse Proxy
Apache License 2.0
23 stars 9 forks source link

Upgrade to java 21 #438

Closed hamadodene closed 1 week ago

NiccoMlt commented 1 week ago

We already can run on Java 21 (https://github.com/diennea/carapaceproxy/issues/470), I think we should jump directly from Java 17 to Java 21 as the compile version.

What do you think @hamadodene? If you agree, please update the issue title; if you don't let's discuss it 😄, maybe I'm missing some compatibility issue

hamadodene commented 1 week ago

We can update the title and test Carapace on java 21 locally and the if there's any issue we can creare a dedicated one

NiccoMlt commented 1 week ago

Makes sense

Maybe we could just bump the Java version in the POM and keep a look on potential problems

hamadodene commented 1 week ago

@NiccoMlt Yes ...Feel free to send a PR...We also need to run the tests in JAVA 21.