[java-shib-shared] branch main updated: JSSH-39 - CLI commands log missing algorithms from the AlgorithmRegistry

Codeberg noreply at shibboleth.net
Tue Jul 14 16:34:54 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-shared.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/b8d78ba9a76e0d0fc2780179161095246c07898f

The following commit(s) were added to refs/heads/main by this push:
     new b8d78ba9 JSSH-39 - CLI commands log missing algorithms from the AlgorithmRegistry
b8d78ba9 is described below

commit b8d78ba9a76e0d0fc2780179161095246c07898f
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jul 14 12:34:45 2026 -0400

    JSSH-39 - CLI commands log missing algorithms from the AlgorithmRegistry
    
    https://shibboleth.atlassian.net/browse/JSSH-39
---
 .../src/main/resources/net/shibboleth/shared/cli/logger-normal.xml     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-normal.xml b/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-normal.xml
index 8f211524..a137e860 100644
--- a/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-normal.xml
+++ b/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-normal.xml
@@ -3,6 +3,9 @@
 
     <!-- Suppresses property file enumeration messages from Spring initializer. -->
     <logger name="net.shibboleth.shared.spring.context.AbstractPropertiesApplicationContextInitializer" level="WARN" />
+    
+    <!-- Suppress algorothm registry warnings that show up in certain cases. -->
+    <logger name="org.opensaml.xmlsec.algorithm.AlgorithmRegistry" level="WARN" />
 
     <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
         <target>System.err</target>

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


More information about the commits mailing list