This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 40036d0e6a Deprecate JDBCAccessLogValve before removal 40036d0e6a is described below commit 40036d0e6a680f68fd69e9befdf876a49771a541 Author: remm <r...@apache.org> 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org