[java-identity-provider] branch main updated: Turn off IdP update check in tests.

Codeberg noreply at shibboleth.net
Wed May 20 15:51:05 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/9cfdff4749fb54d539852a25db47cba4e8e52ea0

The following commit(s) were added to refs/heads/main by this push:
     new 9cfdff474 Turn off IdP update check in tests.
9cfdff474 is described below

commit 9cfdff4749fb54d539852a25db47cba4e8e52ea0
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed May 20 11:50:24 2026 -0400

    Turn off IdP update check in tests.
---
 .../src/test/resources/net/shibboleth/idp/module/conf/idp.properties    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
index fb1be0cf3..9fa5312a9 100644
--- a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
+++ b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
@@ -223,3 +223,5 @@ idp.ui.fallbackLanguages=en,fr,de
 
 # Set false if you want SAML bindings "spelled out" in audit log
 idp.audit.shortenBindings = true
+
+idp.updateCheck.enable = false

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


More information about the commits mailing list