This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 6c52621f14 Deprecate JDBCAccessLogValve before removal
6c52621f14 is described below
commit 6c52621f1422dc6ed13d682d2b0617aca9e3cf57
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 590747ac9c..c598759874 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]