[java-oidc-common] branch main updated: IDP-2453 - Review test logback files for deprecated level element

Codeberg noreply at shibboleth.net
Tue Apr 21 14:49:12 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
https://codeberg.org/Shibboleth/java-oidc-common/commit/1feb2bf3de466d8a9957c4075ea1e6a2e1636d2c

The following commit(s) were added to refs/heads/main by this push:
     new 1feb2bf3 IDP-2453 - Review test logback files for deprecated level element
1feb2bf3 is described below

commit 1feb2bf3de466d8a9957c4075ea1e6a2e1636d2c
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 21 10:49:01 2026 -0400

    IDP-2453 - Review test logback files for deprecated level element
    
    https://shibboleth.atlassian.net/browse/IDP-2453
---
 oidc-common-attribute-impl/src/test/resources/logback-test.xml | 3 +--
 oidc-common-crypto-impl/src/test/resources/logback-test.xml    | 3 +--
 oidc-common-metadata-impl/src/test/resources/logback-test.xml  | 3 +--
 oidc-common-profile-impl/src/test/resources/logback-test.xml   | 3 +--
 oidc-common-saml-impl/src/test/resources/logback-test.xml      | 3 +--
 5 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/oidc-common-attribute-impl/src/test/resources/logback-test.xml b/oidc-common-attribute-impl/src/test/resources/logback-test.xml
index 552c933f..db463b50 100644
--- a/oidc-common-attribute-impl/src/test/resources/logback-test.xml
+++ b/oidc-common-attribute-impl/src/test/resources/logback-test.xml
@@ -11,8 +11,7 @@
         </encoder>
     </appender>
 
-    <root>
-        <level value="DEBUG" />
+    <root level="WARN">
         <appender-ref ref="STDOUT" />
     </root>
     
diff --git a/oidc-common-crypto-impl/src/test/resources/logback-test.xml b/oidc-common-crypto-impl/src/test/resources/logback-test.xml
index a58ce3fd..dd316f66 100644
--- a/oidc-common-crypto-impl/src/test/resources/logback-test.xml
+++ b/oidc-common-crypto-impl/src/test/resources/logback-test.xml
@@ -11,8 +11,7 @@
         </encoder>
     </appender>
 
-    <root>
-        <level value="ALL" />
+    <root level="WARN">
         <appender-ref ref="STDOUT" />
     </root>
     
diff --git a/oidc-common-metadata-impl/src/test/resources/logback-test.xml b/oidc-common-metadata-impl/src/test/resources/logback-test.xml
index 39274d02..12f877ea 100644
--- a/oidc-common-metadata-impl/src/test/resources/logback-test.xml
+++ b/oidc-common-metadata-impl/src/test/resources/logback-test.xml
@@ -11,8 +11,7 @@
         </encoder>
     </appender>
 
-    <root>
-        <level value="INFO" />
+    <root level="WARN">
         <appender-ref ref="STDOUT" />
     </root>
     
diff --git a/oidc-common-profile-impl/src/test/resources/logback-test.xml b/oidc-common-profile-impl/src/test/resources/logback-test.xml
index f64dfdae..2a6c4cf6 100644
--- a/oidc-common-profile-impl/src/test/resources/logback-test.xml
+++ b/oidc-common-profile-impl/src/test/resources/logback-test.xml
@@ -27,8 +27,7 @@
         <appender-ref ref="STDOUT" />
     </logger>
    
-    <root>
-        <level value="INFO" />
+    <root level="WARN">
         <appender-ref ref="STDOUT" />
     </root>
     
diff --git a/oidc-common-saml-impl/src/test/resources/logback-test.xml b/oidc-common-saml-impl/src/test/resources/logback-test.xml
index a58ce3fd..dd316f66 100644
--- a/oidc-common-saml-impl/src/test/resources/logback-test.xml
+++ b/oidc-common-saml-impl/src/test/resources/logback-test.xml
@@ -11,8 +11,7 @@
         </encoder>
     </appender>
 
-    <root>
-        <level value="ALL" />
+    <root level="WARN">
         <appender-ref ref="STDOUT" />
     </root>
     

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


More information about the commits mailing list