From 8ffaec5109db4d6346431dd8c3c706609c3b2c3c Mon Sep 17 00:00:00 2001 From: Cyril Dangerville <1372580+cdanger@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:10:31 +0100 Subject: [PATCH 1/2] Prepared changelog for next release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e1a38..430c246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project are documented in this file following the [K Issues reported on [GitHub](https://github.com/authzforce/server/issues) are referenced in the form of `[GH-N]`, where N is the issue number. Issues reported on [OW2](https://jira.ow2.org/browse/AUTHZFORCE/) are mentioned in the form of `[OW2-N]`, where N is the issue number. +## 12.0.1 +### Fixed +- Fixed Docker image (Dockerfile) and Debian package: change of Tomcat version (9->10) and JRE version (11->17) +- Fixed class not found error when starting the webapp and missing CXF library for logging HTTP requests/responses: + - Added dependencies: + - cxf-rt-features-logging: 4.0.3 + - jakarta.xml.ws-api: 3.0.1 + + ## 12.0.0 ### Changed - Upgraded parent project authzforce-ce-parent: 9.1.0 From d6155c4321d770c85a7c756243ad5d7749b7051c Mon Sep 17 00:00:00 2001 From: Cyril Dangerville <1372580+cdanger@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:10:47 +0100 Subject: [PATCH 2/2] updating poms for branch'release/12.0.1' with non-snapshot versions --- dist/pom.xml | 2 +- pom.xml | 2 +- rest-service/pom.xml | 2 +- upgrader/pom.xml | 2 +- webapp/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/pom.xml b/dist/pom.xml index 2ea2aca..653b9ed 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-server - 12.0.1-SNAPSHOT + 12.0.1 ../pom.xml authzforce-ce-server-dist diff --git a/pom.xml b/pom.xml index 9502fab..c7ed5cf 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ authzforce-ce-server - 12.0.1-SNAPSHOT + 12.0.1 pom ${project.groupId}:${project.artifactId} AuthzForce CE Server diff --git a/rest-service/pom.xml b/rest-service/pom.xml index 46ab6a7..5f0291f 100644 --- a/rest-service/pom.xml +++ b/rest-service/pom.xml @@ -4,7 +4,7 @@ org.ow2.authzforce authzforce-ce-server - 12.0.1-SNAPSHOT + 12.0.1 ../pom.xml authzforce-ce-server-rest-service diff --git a/upgrader/pom.xml b/upgrader/pom.xml index 37a2bee..3e38437 100644 --- a/upgrader/pom.xml +++ b/upgrader/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-server - 12.0.1-SNAPSHOT + 12.0.1 ../pom.xml authzforce-ce-server-upgrader diff --git a/webapp/pom.xml b/webapp/pom.xml index 8faefc6..bf43ed3 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-server - 12.0.1-SNAPSHOT + 12.0.1 ../pom.xml authzforce-ce-server-webapp