[java-idp-integration-tests] 04/04: Test IdP 5.1 with testbed built with Spring Framework 6

Codeberg noreply at shibboleth.net
Fri Dec 5 16:52:51 UTC 2025


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

codeberg pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-integration-tests/commit/f91e3e7222cb3d1a3334f74da28bd1870ef7312d

commit f91e3e7222cb3d1a3334f74da28bd1870ef7312d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Dec 5 10:52:22 2025 -0600

    Test IdP 5.1 with testbed built with Spring Framework 6
    
    Deployed testbed version 5.2.0.6-SNAPSHOT
    
    This can all go away once IdP 5.2 is released
    
    https://shibboleth.atlassian.net/browse/JPAR-234
---
 pom.xml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/pom.xml b/pom.xml
index fd977b2..65ff216 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,6 +393,37 @@
             </properties>
         </profile>
 
+        <!--
+        The idp-5.1.6 profile uses the testbed pinned to Spring Framework 6
+        -->
+        <profile>
+            <id>idp-5.1.6</id>
+            <activation>
+                <property>
+                    <name>idp-to-be-tested.version</name>
+                    <value>5.1.6</value>
+                </property>
+            </activation>
+            <properties>
+                <testbed.version>5.2.0.6-SNAPSHOT</testbed.version>
+            </properties>
+        </profile>
+        <!--
+        The idp-5.1.7 profile uses the testbed pinned to Spring Framework 6
+        -->
+        <profile>
+            <id>idp-5.1.7</id>
+            <activation>
+                <property>
+                    <name>idp-to-be-tested.version</name>
+                    <value>5.1.7-SNAPSHOT</value>
+                </property>
+            </activation>
+            <properties>
+                <testbed.version>5.2.0.6-SNAPSHOT</testbed.version>
+            </properties>
+        </profile>
+
         <!--
         The jetty profile unpacks Jetty, idp-jetty-base, and adds the testbed to Jetty.
         The jetty profile is active by default and not active if the 'tomcat' system property is present.

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


More information about the commits mailing list