[java-idp-plugin-oidc-op-oidfed] 02/02: Exploit the initial oidfed-common-testing module.

Codeberg noreply at shibboleth.net
Wed Sep 16 15:46:55 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-idp-plugin-oidc-op-oidfed.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-op-oidfed/commit/3f132af7dcb8a14b99b39da2a32cbb7a092be1af

commit 3f132af7dcb8a14b99b39da2a32cbb7a092be1af
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Sep 16 18:41:31 2026 +0300

    Exploit the initial oidfed-common-testing module.
---
 idp-oidfed-op-impl/pom.xml                                |  5 +++++
 .../profile/flow/oidfed/AbstractFederationFlowTest.java   |  2 +-
 .../flow/oidfed/cache/SignedKeysetMetadataCacheTest.java  |  2 +-
 .../cache/SubordinateStatementMetadataCacheTest.java      |  2 +-
 pom.xml                                                   | 15 ++++-----------
 5 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/idp-oidfed-op-impl/pom.xml b/idp-oidfed-op-impl/pom.xml
index c579382..ac345b0 100644
--- a/idp-oidfed-op-impl/pom.xml
+++ b/idp-oidfed-op-impl/pom.xml
@@ -475,6 +475,11 @@
             <artifactId>janino</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${oidfed-common.groupId}</groupId>
+            <artifactId>oidfed-common-testing</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>${oidfed-common.groupId}</groupId>
             <artifactId>oidfed-common-conf-impl</artifactId>
diff --git a/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/AbstractFederationFlowTest.java b/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/AbstractFederationFlowTest.java
index 261bef5..c9832ec 100644
--- a/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/AbstractFederationFlowTest.java
+++ b/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/AbstractFederationFlowTest.java
@@ -79,7 +79,7 @@ import net.shibboleth.idp.plugin.oidc.op.profile.flow.AbstractOidcFlowTest;
 import net.shibboleth.oidc.security.credential.BasicJWKCredential;
 import net.shibboleth.oidfed.messaging.impl.ResolveEntityResponse;
 import net.shibboleth.oidfed.metadata.EntityStatement;
-import net.shibboleth.oidfed.test.TrustChainTestUtil;
+import net.shibboleth.oidfed.testing.TrustChainTestUtil;
 import net.shibboleth.shared.logic.Constraint;
 
 /**
diff --git a/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/cache/SignedKeysetMetadataCacheTest.java b/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/cache/SignedKeysetMetadataCacheTest.java
index a0d7656..e5ca68c 100644
--- a/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/cache/SignedKeysetMetadataCacheTest.java
+++ b/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/cache/SignedKeysetMetadataCacheTest.java
@@ -43,7 +43,7 @@ import net.shibboleth.oidfed.metadata.SignedKeyset;
 import net.shibboleth.oidfed.metadata.cache.SubjectEntityStatementCriterion;
 import net.shibboleth.oidfed.metadata.cache.keyset.SignedKeysetContainer;
 import net.shibboleth.oidfed.metadata.cache.keyset.SubjectSignedKeysetUriCriterion;
-import net.shibboleth.oidfed.test.TrustChainTestUtil;
+import net.shibboleth.oidfed.testing.TrustChainTestUtil;
 import net.shibboleth.shared.resolver.CriteriaSet;
 
 /**
diff --git a/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/cache/SubordinateStatementMetadataCacheTest.java b/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/cache/SubordinateStatementMetadataCacheTest.java
index fa0a1e8..18d9255 100644
--- a/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/cache/SubordinateStatementMetadataCacheTest.java
+++ b/idp-oidfed-op-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/oidfed/cache/SubordinateStatementMetadataCacheTest.java
@@ -58,7 +58,7 @@ import net.shibboleth.oidfed.metadata.cache.IssuerEntityIDCriterion;
 import net.shibboleth.oidfed.metadata.cache.ResponseContainerExpirationCriterion;
 import net.shibboleth.oidfed.metadata.cache.SubjectEntityIDCriterion;
 import net.shibboleth.oidfed.metadata.cache.subordinate.SubordinateStatementContainer;
-import net.shibboleth.oidfed.test.TrustChainTestUtil;
+import net.shibboleth.oidfed.testing.TrustChainTestUtil;
 import net.shibboleth.shared.resolver.CriteriaSet;
 
 /**
diff --git a/pom.xml b/pom.xml
index f355e04..e20f99f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,20 +113,13 @@
                 <artifactId>idp-plugin-oidc-op-impl</artifactId>
                 <version>${oidc-op.version}</version>
             </dependency>
+            <!-- OIDFED Common BOM when importing OIDFED dependencies -->
             <dependency>
                 <groupId>${oidfed-common.groupId}</groupId>
-                <artifactId>oidfed-common-api</artifactId>
-                <version>${oidfed-common.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${oidfed-common.groupId}</groupId>
-                <artifactId>oidfed-common-impl</artifactId>
-                <version>${oidfed-common.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${oidfed-common.groupId}</groupId>
-                <artifactId>oidfed-common-conf-impl</artifactId>
+                <artifactId>oidfed-common-bom</artifactId>
                 <version>${oidfed-common.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>${shib-shared.groupId}</groupId>

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


More information about the commits mailing list