[GitHub] [camel-quarkus] zhfeng commented on pull request #2272: Fix #1918 to add a integration test with camel-jdbc and camel-jms

2021-02-23 Thread GitBox
zhfeng commented on pull request #2272: URL: https://github.com/apache/camel-quarkus/pull/2272#issuecomment-784291655 Well, all of these changes work fine with GraalVM 21. This is an automated message from the Apache Git

[GitHub] [camel-quarkus] zhfeng commented on pull request #2272: Fix #1918 to add a integration test with camel-jdbc and camel-jms

2021-02-23 Thread GitBox
zhfeng commented on pull request #2272: URL: https://github.com/apache/camel-quarkus/pull/2272#issuecomment-784179168 OK, I just find the root cause is from ```org.h2.jdbcx.JdbcDataSource.readObject()``` which is de-serializing the object by using ObjectStreamClass eventually. So I update

[GitHub] [camel-quarkus] zhfeng commented on pull request #2272: Fix #1918 to add a integration test with camel-jdbc and camel-jms

2021-02-22 Thread GitBox
zhfeng commented on pull request #2272: URL: https://github.com/apache/camel-quarkus/pull/2272#issuecomment-783353554 Thanks every one for reviewing and I just upate with @aldettinger suggestion to replace with ```container.getContainerIpAddress()``` and leave a comment to check the