mirror of https://github.com/shred/acme4j
Discontinue version 2
parent
6d5da63b8e
commit
5b14d15854
|
@ -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/)
|
||||
|
|
|
@ -27,8 +27,6 @@ Latest version: 
|
||||
|
||||
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/)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue