From 3e63f7d34dd8ced9c4786fe7e49d0e913612d325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Wed, 4 Oct 2017 00:34:06 +0200 Subject: [PATCH] Document renamed package in migration guide --- src/site/markdown/migration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/site/markdown/migration.md b/src/site/markdown/migration.md index 16147eff..5e0ed548 100644 --- a/src/site/markdown/migration.md +++ b/src/site/markdown/migration.md @@ -2,6 +2,10 @@ This document will help you migrate your code to the latest _acme4j_ version. +## Migration to Version 0.13 + +In the `acme4j-client` module, the `org.shredzone.acme4j.util` package has been renamed in order to fix a split package in Java 9. This package is meant to be internal, so this change should not break your code. The same named public package in the `acme4j-utils` module is unchanged. + ## Migration to Version 0.12 Java support for the _IdenTrust_ certificate that is used by _Let's Encrypt_ servers was added to JRE 8u101 in July 2016. For this reason, _acme4j_ does not need to use a hardcoded local truststore anymore. It has been disabled in this version, and the standard Java truststore is used instead.