From a718d82db275519b1de668a6833c3a7566bd1202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Wed, 15 May 2024 16:01:52 +0200 Subject: [PATCH] Next version is 3.3.0 --- src/doc/docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/docs/migration.md b/src/doc/docs/migration.md index 56b20e90..7e1b9b5c 100644 --- a/src/doc/docs/migration.md +++ b/src/doc/docs/migration.md @@ -2,7 +2,7 @@ This document will help you migrate your code to the latest _acme4j_ version. -## Migration to Version 3.2.2 +## Migration to Version 3.3.0 - 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. 😉