Skip to content

v2.1

Compare
Choose a tag to compare
@shred shred released this 18 Apr 22:05
· 367 commits to master since this release
274cfc9

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.