Discontinue version 2

pull/168/head
Richard Körber 2024-05-15 15:58:28 +02:00
parent 6d5da63b8e
commit 5b14d15854
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
3 changed files with 1 additions and 4 deletions

View File

@ -23,8 +23,6 @@ This Java client helps connecting to an ACME server, and performing all necessar
* Extensive unit and integration tests
* Adheres to [Semantic Versioning](https://semver.org/)
If you require Java 8 or Android compatibility, you can use [acme4j v2](https://shredzone.org/maven/acme4j-v2/index.html) instead. However, v2 is not actively developed anymore and will only receive security fixes.
## Dependencies
* [Bouncy Castle](https://www.bouncycastle.org/)

View File

@ -27,8 +27,6 @@ Latest version: ![maven central](https://shredzone.org/maven-central/org.shredzo
* Extensive unit and integration tests
* Adheres to [Semantic Versioning](https://semver.org/)
If you require Java 8 or Android compatibility, you can use [acme4j v2](https://shredzone.org/maven/acme4j-v2/index.html) instead.
## Dependencies
* [Bouncy Castle](https://www.bouncycastle.org/)

View File

@ -5,6 +5,7 @@ This document will help you migrate your code to the latest _acme4j_ version.
## Migration to Version 3.2.2
- This version is unable to deserialize resource objects that were serialized by a previous version using Java's serialization mechanism. This shouldn't be a problem, as [it was not allowed](usage/persistence.md#serialization) to share serialized data between different versions anyway.
- _acme4j_ version 2 is now discontinued. Please migrate your code to version 3. For most clients, it is less work than it seems. 😉
## Migration to Version 3.2.0