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

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


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

codeberg pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-rp/commit/be9e8b955ee5907819a7e1ee05953b85a9583302

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

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

    IDP-2453 - Review test logback files for deprecated level element
    
    https://shibboleth.atlassian.net/browse/IDP-2453
---
 idp-oidc-rp-impl/src/test/resources/logback-test.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/idp-oidc-rp-impl/src/test/resources/logback-test.xml b/idp-oidc-rp-impl/src/test/resources/logback-test.xml
index 5b14fa1..adfdc5f 100644
--- a/idp-oidc-rp-impl/src/test/resources/logback-test.xml
+++ b/idp-oidc-rp-impl/src/test/resources/logback-test.xml
@@ -17,8 +17,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