[java-idp-plugin-mgmt] branch main updated: JJDBC-32 - Release JDBC Plugin 2.1.0

Phil Smart philip.smart at jisc.ac.uk
Mon Mar 24 17:18:57 UTC 2025


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-mgmt.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-mgmt.git;a=commit;h=654249cf08750eeae05aa35a342d81a9277054d7

The following commit(s) were added to refs/heads/main by this push:
     new 654249c  JJDBC-32 - Release JDBC Plugin 2.1.0
654249c is described below

commit 654249cf08750eeae05aa35a342d81a9277054d7
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Mar 24 17:16:34 2025 +0000

    JJDBC-32 - Release JDBC Plugin 2.1.0
    
     - Add JDBC plugin version 2.1.0
     - Set 2.0.1 to outOfDate
    
    https://shibboleth.atlassian.net/browse/JJDBC-32
---
 plugins.properties | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index 47f438b..90c2362 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -313,7 +313,7 @@ net.shibboleth.idp.plugin.metadatagen.supportLevel.2.0.0= Current
 ##################################
 # STORAGE SERVICE PLUGIN         #
 ##################################
-net.shibboleth.plugin.storage.jdbc.versions=1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 2.0.0 2.0.1
+net.shibboleth.plugin.storage.jdbc.versions=1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 2.0.0 2.0.1 2.1.0
 net.shibboleth.plugin.storage.jdbc.baseName.%{version} = java-plugin-jdbc-storage-%{version}
 net.shibboleth.plugin.storage.jdbc.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/jdbc/%{version}
 
@@ -343,7 +343,11 @@ net.shibboleth.plugin.storage.jdbc.supportLevel.2.0.0= OutOfDate
 
 net.shibboleth.plugin.storage.jdbc.idpVersionMax.2.0.1 = 6.0.0
 net.shibboleth.plugin.storage.jdbc.idpVersionMin.2.0.1= 5.0.0
-net.shibboleth.plugin.storage.jdbc.supportLevel.2.0.1= Current
+net.shibboleth.plugin.storage.jdbc.supportLevel.2.0.1= OutOfDate
+
+net.shibboleth.plugin.storage.jdbc.idpVersionMax.2.1.0 = 6.0.0
+net.shibboleth.plugin.storage.jdbc.idpVersionMin.2.1.0 = 5.0.0
+net.shibboleth.plugin.storage.jdbc.supportLevel.2.1.0 = Current
 
 ###############################
 # OIDC Config plugin          #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list