[java-idp-integration-tests] branch main updated: Update version of IdP to 5.1.5 or later for consent serialization fix

Tom Zeller tzeller at dragonacea.biz
Fri Aug 1 21:10:55 UTC 2025


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=cc314308ac1cd9edb40006f2d560e890824275aa

The following commit(s) were added to refs/heads/main by this push:
     new cc31430  Update version of IdP to 5.1.5 or later for consent serialization fix
cc31430 is described below

commit cc314308ac1cd9edb40006f2d560e890824275aa
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Aug 1 16:10:44 2025 -0500

    Update version of IdP to 5.1.5 or later for consent serialization fix
    
    https://shibboleth.atlassian.net/browse/IDP-2323
---
 .../shibboleth/idp/integration/tests/consent/PostgresConsentTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java b/src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java
index d244648..9b5d26e 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java
@@ -88,8 +88,8 @@ public class PostgresConsentTest extends BasePostgresConsentTest {
 
         submitForm();
 
-        // expect JSON runtime exception for IdP 5.1 (or earlier)
-        if (idpVersion.startsWith("5.1")) {
+        // expect JSON runtime exception for IdP 5.1.4 or earlier
+        if (idpVersion.startsWith("5.1") && !(idpVersion.startsWith("5.1.5") || idpVersion.startsWith("5.1.6"))) {
             waitForPageBodyContains("jakarta.json.stream.JsonParsingException");
             return;
         }

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


More information about the commits mailing list