From 8d2f7f25c8420cfeaad6dd6f236e82f4eef61be2 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Mon, 3 Feb 2025 22:24:28 +0100 Subject: [PATCH] Prepared for release --- README.md | 14 +++++++++----- pom.xml | 6 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 13e3aa4f..05d94f4b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project contains different libraries that are commonly used in the Peppol/e * [`peppol-smp-client`](#peppol-smp-client) - the Peppol SMP and BDXR SMP client * [`peppol-directory-businesscard`](#peppol-directory-businesscard) - the Peppol Directory Business Card data model (since v9.1.0) * [`peppol-mlr`](#peppol-mlr) - specific support for the Peppol Message Level Response (MLR) (since v9.1.2) -* [`peppol-ap-helper`](#peppol-ap-helper) - specific support for common Peppol Access Point (AP) functionality (since v9.7.3) +* [`peppol-ap-helper`](#peppol-ap-helper) - specific support for common Peppol Access Point (AP) functionality (since v10.0.0) * [`dbnalliance-xhe`](#dbnalliance-xhe) - specific support for DBNAlliance XHE header (since v9.5.0) This project is part of my Peppol solution stack. See https://github.com/phax/peppol for other components and libraries in that area. @@ -121,7 +121,7 @@ See https://github.com/phax/peppol-commons/blob/master/peppol-mlr/src/test/java/ ## peppol-ap-helper -This was introduced in v9.7.3 +This was introduced in v10.0.0 This is a utility component for phase4 common Access Point implementation components. It will grow over time. @@ -309,11 +309,15 @@ They depend on several other libraries so I suggest you are going for the Maven # News and noteworthy -* v10.0.0 - work in progress +* v10.0.0 - 2025-02-03 * Updated to ph-commons 11.2.0 * Added new submodule `peppol-ap-helper` - * Removed all deprecated stuff - * Moved some generic class into ph-commons and deprecated the local classes + * Removed all deprecated classes, methods and fields + * Moved the following class and methods into ph-commons and removed the local classes and methods + * Moved `IURLDownloader` to ph-commons + * Moved `ExpiringObject` to ph-datetime + * Moved `TrustedCACertificates`, `CRLCache`, `CRLDownloader`, `CRLHelper`, `AbstractRevocationCheckBuilder`, `CertificateRevocationCheckerDefaults`, `ERevocationCheckMode`, `ERevoked`, `IRevokedIndicator` and `RevocationCheckResultCache` to ph-security + * Moved method `PeppolKeyStoreHelper.getAllTrustedCertificates` to `KeyStoreHelper` * v9.7.2 - 2025-01-08 * Updated to OpenPeppol eDEC Code Lists v9.0 * v9.7.1 - 2024-12-20 diff --git a/pom.xml b/pom.xml index c64498eb..f6be9313 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ com.helger.commons ph-commons-parent-pom - 11.2.0-SNAPSHOT + 11.2.0 pom import @@ -117,7 +117,7 @@ com.helger.web ph-web-parent-pom - 10.2.0 + 10.3.0 pom import @@ -125,7 +125,7 @@ dnsjava dnsjava - 3.6.2 + 3.6.3