[java-plugin-storage-jdbc] branch main updated: IDP-2453 - Review test logback files for deprecated level element

Codeberg noreply at shibboleth.net
Tue Apr 21 14:48:40 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-storage-jdbc.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-storage-jdbc/commit/02677cad4cde2c369a37f44e522820e478be9ede

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

commit 02677cad4cde2c369a37f44e522820e478be9ede
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 21 10:48:28 2026 -0400

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

diff --git a/jdbc-storage-impl/src/test/resources/logback-test.xml b/jdbc-storage-impl/src/test/resources/logback-test.xml
index c21c4ab..42277f0 100644
--- a/jdbc-storage-impl/src/test/resources/logback-test.xml
+++ b/jdbc-storage-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>
     

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


More information about the commits mailing list