shred / acme4j

Java client for ACME (Let's Encrypt)
https://acme4j.shredzone.org
Apache License 2.0
521 stars 95 forks source link

Java 22 Support #157

Closed tugalsan closed 6 months ago

tugalsan commented 6 months ago

Does not compile with Java 22

shred commented 6 months ago

Thank you for the report. Spotbugs needed to be updated for Java 22, and then I had to fix a number of new findings. :smile:

Feel free to reopen the issue if it still doesn't compile on your side.