[java-oidc-common] branch main updated: Bump version to 3.4.0-SNAPSHOT and module ID to idp.oidc.common.8

Codeberg noreply at shibboleth.net
Fri Jan 16 11:09:21 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
https://codeberg.org/Shibboleth/java-oidc-common/commit/d0e57e785427b1ecd5e59833cfb3fca3ba2ba274

The following commit(s) were added to refs/heads/main by this push:
     new d0e57e7  Bump version to 3.4.0-SNAPSHOT and module ID to idp.oidc.common.8
d0e57e7 is described below

commit d0e57e785427b1ecd5e59833cfb3fca3ba2ba274
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Jan 16 13:07:42 2026 +0200

    Bump version to 3.4.0-SNAPSHOT and module ID to idp.oidc.common.8
    
    The previous module IDs (idp.oidc.common.4,5,6,7) were also kept for providing compatibility
---
 oidc-common-attribute-api/pom.xml                  |  2 +-
 oidc-common-attribute-impl/pom.xml                 |  2 +-
 oidc-common-bom/pom.xml                            |  2 +-
 oidc-common-crypto-api/pom.xml                     |  2 +-
 oidc-common-crypto-impl/pom.xml                    |  2 +-
 oidc-common-dist/pom.xml                           |  2 +-
 oidc-common-metadata-api/pom.xml                   |  2 +-
 oidc-common-metadata-impl/pom.xml                  |  2 +-
 oidc-common-plugin/pom.xml                         |  2 +-
 .../shibboleth/oidc/common/OIDCCommonModule8.java  | 35 ++++++++++++++++++++++
 .../shibboleth/oidc/common/OIDCCommonPlugin.java   |  5 ++--
 .../services/net.shibboleth.idp.module.IdPModule   |  1 +
 .../net/shibboleth/oidc/common/module.properties   |  4 +++
 .../net/shibboleth/oidc/common/plugin.properties   |  2 +-
 oidc-common-profile-api/pom.xml                    |  2 +-
 oidc-common-profile-impl/pom.xml                   |  2 +-
 oidc-common-saml-api/pom.xml                       |  2 +-
 oidc-common-saml-impl/pom.xml                      |  2 +-
 pom.xml                                            |  2 +-
 19 files changed, 58 insertions(+), 17 deletions(-)

diff --git a/oidc-common-attribute-api/pom.xml b/oidc-common-attribute-api/pom.xml
index 8929d24..c9ec493 100644
--- a/oidc-common-attribute-api/pom.xml
+++ b/oidc-common-attribute-api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-attribute-api</artifactId>
diff --git a/oidc-common-attribute-impl/pom.xml b/oidc-common-attribute-impl/pom.xml
index 4531cbc..d729c06 100644
--- a/oidc-common-attribute-impl/pom.xml
+++ b/oidc-common-attribute-impl/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-attribute-impl</artifactId>
diff --git a/oidc-common-bom/pom.xml b/oidc-common-bom/pom.xml
index 257aa26..182bca0 100644
--- a/oidc-common-bom/pom.xml
+++ b/oidc-common-bom/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
     <packaging>pom</packaging>
 
diff --git a/oidc-common-crypto-api/pom.xml b/oidc-common-crypto-api/pom.xml
index 308de0e..61f3007 100644
--- a/oidc-common-crypto-api/pom.xml
+++ b/oidc-common-crypto-api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-crypto-api</artifactId>
diff --git a/oidc-common-crypto-impl/pom.xml b/oidc-common-crypto-impl/pom.xml
index 24e7dea..1e6d6b3 100644
--- a/oidc-common-crypto-impl/pom.xml
+++ b/oidc-common-crypto-impl/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-crypto-impl</artifactId>
diff --git a/oidc-common-dist/pom.xml b/oidc-common-dist/pom.xml
index 5da354c..259c476 100644
--- a/oidc-common-dist/pom.xml
+++ b/oidc-common-dist/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-dist</artifactId>
diff --git a/oidc-common-metadata-api/pom.xml b/oidc-common-metadata-api/pom.xml
index 69a3012..ece4b1d 100644
--- a/oidc-common-metadata-api/pom.xml
+++ b/oidc-common-metadata-api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-metadata-api</artifactId>
diff --git a/oidc-common-metadata-impl/pom.xml b/oidc-common-metadata-impl/pom.xml
index 66700a4..a03ab43 100644
--- a/oidc-common-metadata-impl/pom.xml
+++ b/oidc-common-metadata-impl/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-metadata-impl</artifactId>
diff --git a/oidc-common-plugin/pom.xml b/oidc-common-plugin/pom.xml
index 90ca5a9..b21625f 100644
--- a/oidc-common-plugin/pom.xml
+++ b/oidc-common-plugin/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-plugin</artifactId>
diff --git a/oidc-common-plugin/src/main/java/net/shibboleth/oidc/common/OIDCCommonModule8.java b/oidc-common-plugin/src/main/java/net/shibboleth/oidc/common/OIDCCommonModule8.java
new file mode 100644
index 0000000..3e1cb15
--- /dev/null
+++ b/oidc-common-plugin/src/main/java/net/shibboleth/oidc/common/OIDCCommonModule8.java
@@ -0,0 +1,35 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package net.shibboleth.oidc.common;
+
+import java.io.IOException;
+
+import net.shibboleth.idp.module.impl.PluginIdPModule;
+import net.shibboleth.profile.module.ModuleException;
+
+/** OIDC Common module implementation.*/
+public class OIDCCommonModule8 extends PluginIdPModule {
+
+    /**
+     * Constructor.
+     * 
+     * @throws IOException if the property file cannot be loaded
+     * @throws ModuleException if other errors occur
+     */
+    public OIDCCommonModule8() throws IOException, ModuleException {
+        super(OIDCCommonModule8.class);
+    }
+
+}
diff --git a/oidc-common-plugin/src/main/java/net/shibboleth/oidc/common/OIDCCommonPlugin.java b/oidc-common-plugin/src/main/java/net/shibboleth/oidc/common/OIDCCommonPlugin.java
index 06f96b3..e0103d7 100644
--- a/oidc-common-plugin/src/main/java/net/shibboleth/oidc/common/OIDCCommonPlugin.java
+++ b/oidc-common-plugin/src/main/java/net/shibboleth/oidc/common/OIDCCommonPlugin.java
@@ -38,8 +38,9 @@ public class OIDCCommonPlugin extends FirstPartyIdPPlugin{
             final IdPModule module5 = new OIDCCommonModule5();
             final IdPModule module6 = new OIDCCommonModule6();
             final IdPModule module7 = new OIDCCommonModule7();
-            setEnableOnInstall(CollectionSupport.setOf(module4, module5, module6, module7));
-            setDisableOnRemoval(CollectionSupport.setOf(module4, module5, module6, module7));
+            final IdPModule module8 = new OIDCCommonModule8();
+            setEnableOnInstall(CollectionSupport.setOf(module4, module5, module6, module7, module8));
+            setDisableOnRemoval(CollectionSupport.setOf(module4, module5, module6, module7, module8));
         } catch (final IOException e) {
             throw e;
         } catch (final ModuleException e) {
diff --git a/oidc-common-plugin/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule b/oidc-common-plugin/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule
index 8fba12f..b55d9b7 100644
--- a/oidc-common-plugin/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule
+++ b/oidc-common-plugin/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule
@@ -2,3 +2,4 @@ net.shibboleth.oidc.common.OIDCCommonModule4
 net.shibboleth.oidc.common.OIDCCommonModule5
 net.shibboleth.oidc.common.OIDCCommonModule6
 net.shibboleth.oidc.common.OIDCCommonModule7
+net.shibboleth.oidc.common.OIDCCommonModule8
diff --git a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
index 1eebbdd..1d023ee 100644
--- a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
+++ b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
@@ -5,6 +5,7 @@ net.shibboleth.oidc.common.OIDCCommonModule4 = idp.oidc.common.4
 net.shibboleth.oidc.common.OIDCCommonModule5 = idp.oidc.common.5
 net.shibboleth.oidc.common.OIDCCommonModule6 = idp.oidc.common.6
 net.shibboleth.oidc.common.OIDCCommonModule7 = idp.oidc.common.7
+net.shibboleth.oidc.common.OIDCCommonModule8 = idp.oidc.common.8
 
 # Module Owner
 idp.oidc.common.4.plugin = net.shibboleth.oidc.common
@@ -31,3 +32,6 @@ idp.oidc.common.7.name = OIDC Common Library
 idp.oidc.common.7.desc = Module that provides common OIDC processing functions for other plugins to use
 idp.oidc.common.7.url = /OIDCCommon
 
+idp.oidc.common.8.name = OIDC Common Library
+idp.oidc.common.8.desc = Module that provides common OIDC processing functions for other plugins to use
+idp.oidc.common.8.url = /OIDCCommon
diff --git a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties
index b3356a2..9c9f075 100644
--- a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties
+++ b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties
@@ -2,7 +2,7 @@
 
 plugin.id = net.shibboleth.oidc.common
 # Only used when package manifest is not available
-plugin.version = 3.3.1
+plugin.version = 3.4.0
 
 # No prereqs
 #plugin.modules.required =
diff --git a/oidc-common-profile-api/pom.xml b/oidc-common-profile-api/pom.xml
index 636cec9..74a489e 100644
--- a/oidc-common-profile-api/pom.xml
+++ b/oidc-common-profile-api/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-profile-api</artifactId>
diff --git a/oidc-common-profile-impl/pom.xml b/oidc-common-profile-impl/pom.xml
index f8583d3..f597369 100644
--- a/oidc-common-profile-impl/pom.xml
+++ b/oidc-common-profile-impl/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-profile-impl</artifactId>
diff --git a/oidc-common-saml-api/pom.xml b/oidc-common-saml-api/pom.xml
index 2645dc5..ee39357 100644
--- a/oidc-common-saml-api/pom.xml
+++ b/oidc-common-saml-api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-saml-api</artifactId>
diff --git a/oidc-common-saml-impl/pom.xml b/oidc-common-saml-impl/pom.xml
index b59a4a4..91a4ea3 100644
--- a/oidc-common-saml-impl/pom.xml
+++ b/oidc-common-saml-impl/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.oidc</groupId>
         <artifactId>oidc-common-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>oidc-common-saml-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 3a6c166..6da5c29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>net.shibboleth.oidc</groupId>
     <artifactId>oidc-common-parent</artifactId>
-    <version>3.3.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <name>Shibboleth IdP :: Plugins :: OIDC Common :: Parent</name>
     <packaging>pom</packaging>
     <description>A POM containing properties, dependencies, etc. that are common across all Shibboleth OIDC Java common libraries.</description>

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


More information about the commits mailing list