This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a change to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from ac03cf63df Cxf fixes (#4771) new 8c368fa7d6 Fix #4717 to expand camel-quarkus-mybatis test coverage new bd98715259 Fix #4781 Intermittent failure of MyBatisConsumerTest The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: integration-tests/mybatis/pom.xml | 8 +- .../quarkus/component/mybatis/it/MyBatisRoute.java | 36 +++++- .../component/mybatis/it/MybatisResource.java | 76 +++++++++++ .../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, 275 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%)