From 5b14d15854097ee65471e8315a23d8705272e34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Wed, 15 May 2024 15:58:28 +0200 Subject: [PATCH] Discontinue version 2 --- README.md | 2 -- src/doc/docs/index.md | 2 -- src/doc/docs/migration.md | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index deec8a04..709585d9 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/src/doc/docs/index.md b/src/doc/docs/index.md index 7ca44f79..40925c5f 100644 --- a/src/doc/docs/index.md +++ b/src/doc/docs/index.md @@ -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/) diff --git a/src/doc/docs/migration.md b/src/doc/docs/migration.md index 5ff19298..56b20e90 100644 --- a/src/doc/docs/migration.md +++ b/src/doc/docs/migration.md @@ -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