вт, 3 дек. 2024 г. в 18:52, <r...@apache.org>:
>
> 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 81bb56eb7b Drop JDBCAccessLogValve
> 81bb56eb7b is described below
>
> commit 81bb56eb7b6d9939c50fed2d01d7004ec61af49f
> Author: remm <r...@apache.org>
> AuthorDate: Tue Dec 3 16:50:23 2024 +0100
>
>     Drop JDBCAccessLogValve
>
>     Will see if it is eventually replaced by a DataSourceAccessLog valve
>     with proper functionality and scalability. So far it seems there's no
>     demand for it.
> ---
>  .../apache/catalina/valves/JDBCAccessLogValve.java | 657 
> ---------------------
>  .../catalina/valves/TestJDBCAccessLogValve.java    | 143 -----
>  webapps/docs/changelog.xml                         |   6 +
>  3 files changed, 6 insertions(+), 800 deletions(-)

Searching for "JDBCAccessLogValve"
1) It is mentioned in build.xml.
    <!-- Remove optional valves -->
...
    <exclude name="org/apache/catalina/valves/JDBCAccessLogValve*" />

2) there are messages in o/a/catalina./valves/LocalStrings.properties
and for other languages:
jdbcAccessLogValve.close=Failed to close database
jdbcAccessLogValve.exception=Exception performing insert access entry

3) res/spotbugs/filter-false-positives.xml
    <Class name="org.apache.catalina.valves.JDBCAccessLogValve" />
    <Method name="open" />
    <Bug code="SQL" />

Best regards,
Konstantin Kolinko

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

Reply via email to