From 148c2b43a3fd33c4284cc028cae601568f6cdf8d Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Wed, 9 Sep 2026 22:31:41 +0100 Subject: [PATCH 1/3] Update version number and release notes --- RELEASE-NOTES.md | 10 +++++----- changes.txt | 4 ++-- pom.xml | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 010ddf8b..661e217c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,15 +1,15 @@ # OpenAS2 Server -# Version 4.11.0 +# Version 4.12.0 # RELEASE NOTES ----- -The OpenAS2 project is pleased to announce the release of OpenAS2 4.11.0 +The OpenAS2 project is pleased to announce the release of OpenAS2 4.12.0 -The release download file is: OpenAS2Server-4.11.0.zip +The release download file is: OpenAS2Server-4.12.0.zip The zip file contains a PDF document (OpenAS2HowTo.pdf) providing information on installing and using the application. ## NOTE: Testing covers Java 17 to 21. -Version UNRELEASED +Version 4.12.0 2026-09-09 =========================== This is a minor enhancement release. @@ -38,7 +38,7 @@ This is a minor enhancement release. both rotate an existing identity. The previous key pair is left in place unless the new one is written successfully, and the entry is stored under the keystore password so it can be read back. -Version 4.11.0 - 2026-09-02 +Version 4.12.0 - 2026-09-02 =========================== This is a minor enhancement release. diff --git a/changes.txt b/changes.txt index 4c3a79c6..0db0705d 100644 --- a/changes.txt +++ b/changes.txt @@ -1,9 +1,9 @@ **IMPORTANT NOTE**: Please review upgrade notes in the RELEASE-NOTES.md if you are upgrading -Version UNRELEASED +Version 4.12.0 2026-09-09 =========================== -This is a minor enhancement release. +This is a minor enhancement and bugfix release 1. Add a migration tool that loads a partnerships XML file into the partner and partnership database tables read by DbPartnershipFactory, so an existing XML configuration can be moved to the database store without being retyped: bin/upgrade/migrate_partnerships_to_db.sh . Sender and receiver diff --git a/pom.xml b/pom.xml index 38447453..7881382e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 net.sf.openas2 OpenAS2 - 4.11.0 + 4.12.0 OpenAS2 pom @@ -91,7 +91,7 @@ com.h2database h2 - 2.4.240 + 2.5.250 @@ -104,13 +104,13 @@ org.apache.activemq artemis-server - 2.56.0 + 2.57.0 test org.apache.activemq artemis-amqp-protocol - 2.56.0 + 2.57.0 test @@ -159,7 +159,7 @@ org.slf4j slf4j-api - 2.0.18 + 2.0.19 ch.qos.logback From 67202c4620cbde81516d1867d333bff17605c3f1 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Wed, 9 Sep 2026 22:36:40 +0100 Subject: [PATCH 2/3] Update version number and release notes --- Server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/pom.xml b/Server/pom.xml index d93f761a..5b2abdf1 100644 --- a/Server/pom.xml +++ b/Server/pom.xml @@ -7,7 +7,7 @@ net.sf.openas2 OpenAS2 - 4.11.0 + 4.12.0 ../pom.xml From fb6dada5332f6f6d575529de946a34501211ad44 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Wed, 9 Sep 2026 22:42:58 +0100 Subject: [PATCH 3/3] switch to temurin Java --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 42204814..d158e403 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-java@v5 with: java-version: ${{ matrix.java_version }} - distribution: 'adopt' + distribution: 'temurin' - name: Remove Rest API for Java 8 because of library incompatibility if: contains(matrix.java_version, '8') == true && contains(matrix.os, 'win') == true run: |