A number of unit tests use deprecated datasource configuration options, which cause these messages when running the tests:
WARN [NuxeoConnectionManagerConfiguration] maxActive deprecated dbcp pool attribute usage, should use maxPoolSize geronimo pool attribute instead WARN [NuxeoConnectionManagerConfiguration] maxIdle deprecated dbcp pool attribute usage, should use minPoolSize geronimo pool attribute instead WARN [NuxeoConnectionManagerConfiguration] maxWait deprecated dbcp pool attribute usage, should use blockingTimeoutMillis geronimo pool attribute instead
These should be cleaned up
- depends on
-
NXP-14728 activate managed datasource mode by default in tomcat
- Resolved