This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 8de2aa9a26 Component under test is deprecated so suppress warnings
8de2aa9a26 is described below

commit 8de2aa9a26fef5bb575f22a9c13b60177d223685
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Dec 3 16:07:31 2024 +0000

    Component under test is deprecated so suppress warnings
---
 test/org/apache/catalina/valves/TestJDBCAccessLogValve.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/org/apache/catalina/valves/TestJDBCAccessLogValve.java 
b/test/org/apache/catalina/valves/TestJDBCAccessLogValve.java
index 7a47a7124b..f693ae15bb 100644
--- a/test/org/apache/catalina/valves/TestJDBCAccessLogValve.java
+++ b/test/org/apache/catalina/valves/TestJDBCAccessLogValve.java
@@ -37,6 +37,7 @@ import org.apache.catalina.startup.Tomcat;
 import org.apache.catalina.startup.TomcatBaseTest;
 import org.apache.tomcat.util.buf.ByteChunk;
 
+@SuppressWarnings("deprecation")
 @RunWith(Parameterized.class)
 public class TestJDBCAccessLogValve extends TomcatBaseTest {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to