This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from bcfe8e0e92 Ref#4596 Cover different db types for jdbc add b7e05ce29c Fix #4717 to expand camel-quarkus-mybatis test coverage No new revisions were added by this update. Summary of changes: integration-tests/mybatis/pom.xml | 4 +- .../quarkus/component/mybatis/it/MyBatisRoute.java | 36 +++++- .../component/mybatis/it/MybatisResource.java | 67 ++++++++++ .../src/main/resources/application.properties | 2 + .../mybatis/src/main/resources/insert.sql | 7 +- .../component/mybatis/it/MyBatisConsumerTest.java} | 36 +++--- .../quarkus/component/mybatis/it/MyBatisTest.java | 141 ++++++++++++++++++++- 7 files changed, 262 insertions(+), 31 deletions(-) copy integration-tests/{pgevent/src/test/java/org/apache/camel/quarkus/component/pgevent/it/PgeventTest.java => mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisConsumerTest.java} (56%)