This is an automated email from the ASF dual-hosted git repository.
remm 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 98cf7ee28f Deprecate JDBCAccessLogValve before removal
98cf7ee28f is described below
commit 98cf7ee28f7a2eeaa0ab070e55d87edc55596710
Author: remm <[email protected]>
AuthorDate: Tue Dec 3 16:41:52 2024 +0100
Deprecate JDBCAccessLogValve before removal
---
java/org/apache/catalina/valves/JDBCAccessLogValve.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/valves/JDBCAccessLogValve.java
b/java/org/apache/catalina/valves/JDBCAccessLogValve.java
index abd8771bf8..5dcdd5506d 100644
--- a/java/org/apache/catalina/valves/JDBCAccessLogValve.java
+++ b/java/org/apache/catalina/valves/JDBCAccessLogValve.java
@@ -98,8 +98,9 @@ import org.apache.tomcat.util.ExceptionUtils;
*
* @author Andre de Jesus
* @author Peter Rossbach
+ * @deprecated Non scalable design, and not documented. Will be removed in
Tomcat 12.
*/
-
+@Deprecated
public class JDBCAccessLogValve extends ValveBase implements AccessLog {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]