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