]
ehsavoie Hugonnet commented on WFLY-6156:
-----------------------------------------
I believe this can't be migrated automatically as the JDBCAccessLogValve requires a
module dependency to the JDBC driver which can't be easily inferred.
[Migration][WebToUndertow] JDBCAccessLogValve is not automatically
migrated
---------------------------------------------------------------------------
Key: WFLY-6156
URL:
https://issues.jboss.org/browse/WFLY-6156
Project: WildFly
Issue Type: Bug
Components: Web (JBoss Web), Web (Undertow)
Affects Versions: 10.0.0.Final
Reporter: ehsavoie Hugonnet
Assignee: ehsavoie Hugonnet
Priority: Minor
In undertow there exists equivalent handler for
{{org.apache.catalina.valves.JDBCAccessLogValve}}
({{io.undertow.server.handlers.JDBCLogHandler}}). As there is equivalent handler, the
{{:migrate}} operation should handle its automatic migration.
might be of interest to [~ehugonnet].