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

Codeberg noreply at shibboleth.net
Tue Apr 21 14:46:16 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-attribute.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/3bf69a922a2bf2efe917b957952ab0d638fa2dfa

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

commit 3bf69a922a2bf2efe917b957952ab0d638fa2dfa
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 21 10:46:04 2026 -0400

    IDP-2453 - Review test logback files for deprecated level element
    
    https://shibboleth.atlassian.net/browse/IDP-2453
---
 shib-attribute-filter-spring/src/test/resources/logback-test.xml   | 3 +--
 shib-attribute-impl/src/test/resources/logback-test.xml            | 3 +--
 shib-attribute-resolver-spring/src/test/resources/logback-test.xml | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/shib-attribute-filter-spring/src/test/resources/logback-test.xml b/shib-attribute-filter-spring/src/test/resources/logback-test.xml
index 5c14f65b6..01174664a 100644
--- a/shib-attribute-filter-spring/src/test/resources/logback-test.xml
+++ b/shib-attribute-filter-spring/src/test/resources/logback-test.xml
@@ -12,8 +12,7 @@
         </encoder>
     </appender>
 
-    <root>
-        <level value="warn" />
+    <root level="WARN">
         <appender-ref ref="STDOUT" />
     </root>
     
diff --git a/shib-attribute-impl/src/test/resources/logback-test.xml b/shib-attribute-impl/src/test/resources/logback-test.xml
index f3280e56b..55f1d6ee0 100644
--- a/shib-attribute-impl/src/test/resources/logback-test.xml
+++ b/shib-attribute-impl/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-attribute-resolver-spring/src/test/resources/logback-test.xml b/shib-attribute-resolver-spring/src/test/resources/logback-test.xml
index 6fc5883d1..dd0caf14d 100644
--- a/shib-attribute-resolver-spring/src/test/resources/logback-test.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/logback-test.xml
@@ -20,8 +20,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