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

Codeberg noreply at shibboleth.net
Tue Apr 21 14:45:32 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/7b9efe6a3157bb8f9af338229bb5fd473738a6a6

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

commit 7b9efe6a3157bb8f9af338229bb5fd473738a6a6
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 21 10:45:18 2026 -0400

    IDP-2453 - Review test logback files for deprecated level element
    
    https://shibboleth.atlassian.net/browse/IDP-2453
---
 shib-cli/src/test/resources/logback-test.xml     | 3 +--
 shib-support/src/test/resources/logback-test.xml | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/shib-cli/src/test/resources/logback-test.xml b/shib-cli/src/test/resources/logback-test.xml
index f3280e56..55f1d6ee 100644
--- a/shib-cli/src/test/resources/logback-test.xml
+++ b/shib-cli/src/test/resources/logback-test.xml
@@ -9,8 +9,7 @@
         </encoder>
     </appender>
 
-    <root>
-        <level value="warn" />
+    <root level="WARN">
         <appender-ref ref="STDOUT" />
     </root>
     
diff --git a/shib-support/src/test/resources/logback-test.xml b/shib-support/src/test/resources/logback-test.xml
index f3280e56..55f1d6ee 100644
--- a/shib-support/src/test/resources/logback-test.xml
+++ b/shib-support/src/test/resources/logback-test.xml
@@ -9,8 +9,7 @@
         </encoder>
     </appender>
 
-    <root>
-        <level value="warn" />
+    <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