v2.1
What's New?
- Certificate revocation failed in acme4j 2.0. Thanks to @robaman for finding this issue.
- Added support for the
tls-alpn-01
challenge. - acme4j now uses JSR305 annotations. Null-safe languages like Kotlin and tools like SpotBugs will now detect possible null pointer dereferences and unclosed streams.
- Enhanced compatibility to IBM Java environments. Thanks to @eknori for his help.