jamesnetherton opened a new issue, #4469: URL: https://github.com/apache/camel-quarkus/issues/4469
Not sure why `testcontainers` is on the runtime classpath..... ``` 2023-02-01T04:48:41.3996094Z Fatal error: com.oracle.graal.pointsto.util.AnalysisError$ParsingError: Error encountered while parsing org.testcontainers.jdbc.ContainerDatabaseDriver.connect(java.lang.String, java.util.Properties) 2023-02-01T04:48:41.3996699Z Parsing context: 2023-02-01T04:48:41.3997111Z at org.testcontainers.jdbc.ContainerDatabaseDriver.connect(ContainerDatabaseDriver.java:73) 2023-02-01T04:48:41.3997670Z at io.agroal.pool.ConnectionFactory.createConnection(ConnectionFactory.java:226) 2023-02-01T04:48:41.3998163Z at io.agroal.pool.ConnectionPool$CreateConnectionTask.call(ConnectionPool.java:535) 2023-02-01T04:48:41.3998615Z at io.agroal.pool.ConnectionPool$CreateConnectionTask.call(ConnectionPool.java:516) 2023-02-01T04:48:41.3999041Z at java.util.concurrent.FutureTask.run(FutureTask.java:264) 2023-02-01T04:48:41.3999560Z at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 2023-02-01T04:48:41.4000041Z at java.lang.Shutdown.runHooks(Shutdown.java:130) 2023-02-01T04:48:41.4000348Z at java.lang.Shutdown.exit(Shutdown.java:173) 2023-02-01T04:48:41.4000653Z at java.lang.Runtime.exit(Runtime.java:115) ``` -- 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]
