From 7ff563b86ed5557257ef746c466051dc099ec82a Mon Sep 17 00:00:00 2001 From: Kal Ahmed Date: Tue, 16 Dec 2025 11:09:50 +0000 Subject: [PATCH 1/3] Update changelog --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6164a74..10f98b7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ appbase-security ## Change log: +**4.0.0** + * Move from Java 11 to 21 + * Update appbase dependency to 4.0.0 + * Update derby 10.14 -> 10.17 + * Move from javax.servlet -> jakarta.servlet 6.0 + **3.0.3** * Update shiro to 1.13.0 to avoid most severe CVEs. Move to Shiro2.x would be breaking and there's no migration documentation. * Update appbase dependency to pull in update to tomcat 9.0 @@ -371,4 +377,3 @@ public class LoginCmds { The `UserStore` implementation also provides various methods for accessing available permissions and users and for creating time-limited password credentials. See the source code for details. - From abc1433964dd3b84c1f2623217587d654134c553 Mon Sep 17 00:00:00 2001 From: Kal Ahmed Date: Tue, 16 Dec 2025 11:10:30 +0000 Subject: [PATCH 2/3] [maven-release-plugin] prepare release appbase-security-4.0.0 [ci skip] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8142350..fb52b5e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ com.epimorphics appbase-security jar - 4.0.0-SNAPSHOT + 4.0.0 Appbase security scm:git:git@github.com:epimorphics/appbase-security.git - HEAD + appbase-security-4.0.0 From 9090780c37bb22fb847d75bfbb50eddd222fbff5 Mon Sep 17 00:00:00 2001 From: Kal Ahmed Date: Tue, 16 Dec 2025 11:10:33 +0000 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fb52b5e..b8eb2eb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ com.epimorphics appbase-security jar - 4.0.0 + 4.0.1-SNAPSHOT Appbase security scm:git:git@github.com:epimorphics/appbase-security.git - appbase-security-4.0.0 + HEAD