[java-shib-profile] branch main updated: JSPROF-14 Tolerate gaps in resource-related module properties

Codeberg noreply at shibboleth.net
Fri Sep 18 09:34:02 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-shib-profile.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-profile/commit/47b5b7a479505356c31253e98ab67060da894386

The following commit(s) were added to refs/heads/main by this push:
     new 47b5b7a  JSPROF-14 Tolerate gaps in resource-related module properties
47b5b7a is described below

commit 47b5b7a479505356c31253e98ab67060da894386
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Sep 18 10:34:32 2026 +0100

    JSPROF-14 Tolerate gaps in resource-related module properties
    
    https://shibboleth.atlassian.net/browse/JSPROF-14
    
    Remove now-uneeded line from test.
---
 .../profile/installablecomponent/InstallableComponentTests.java          | 1 -
 1 file changed, 1 deletion(-)

diff --git a/shib-profile-api/src/test/java/net/shibboleth/profile/installablecomponent/InstallableComponentTests.java b/shib-profile-api/src/test/java/net/shibboleth/profile/installablecomponent/InstallableComponentTests.java
index 3bbd8ed..62ae765 100644
--- a/shib-profile-api/src/test/java/net/shibboleth/profile/installablecomponent/InstallableComponentTests.java
+++ b/shib-profile-api/src/test/java/net/shibboleth/profile/installablecomponent/InstallableComponentTests.java
@@ -65,7 +65,6 @@ public class InstallableComponentTests {
 
         // add the version string
         final String versionsAsString = "1.0.0 1.0.1 1.0.2 2.0.0 2.1.0 2.2.0 2.3.0 2.3.1 2.3.2";
-        properties.setProperty("net.shibboleth.idp.plugin.authn.totp.versions", versionsAsString);
         info = new TestInstallableComponent();
         assertTrue(info.isInfoComplete());
 

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


More information about the commits mailing list