zhfeng opened a new issue, #4752: URL: https://github.com/apache/camel-quarkus/issues/4752
When running the `testMoveDataBetweenDatasources`, the agroal detects some resources leak issues. I think it could be a potenial issue in the upstream `camel-jdbc` component. ``` 2023-04-06 21:31:01,717 WARN [io.agr.pool] (executor-thread-1) Datasource 'camel-ds': JDBC resources leaked: 0 ResultSet(s) and 1 Statement(s) 2023-04-06 21:31:01,718 WARN [io.agr.pool] (executor-thread-1) Datasource 'camel-ds': JDBC resources leaked: 0 ResultSet(s) and 1 Statement(s) 2023-04-06 21:31:01,719 WARN [io.agr.pool] (executor-thread-1) Datasource 'camel-ds': JDBC resources leaked: 0 ResultSet(s) and 1 Statement(s) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
