This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 7504934dc5 Regen poms discard e7ed40227c Regen poms discard b330b75cad Regen poms discard 31ac58adf6 Regen poms discard 22658d3a13 camel-java-joor-dsl - Ease the way to get all the compiled classes discard d4ca3113a4 Regen poms discard 33fdadaad9 Ref #4745: Add context plugins for the dry mode as expected discard fe761b017a Fixed #4735 and auto-generated changes discard 2000f17d19 Fixed compilation error linked to getModelToXMLDumper() discard bf199a5283 Fixed KameletProcessor.java compilation error discard 8ed0c81c76 Disabled several foundation tests + fixin runtinme because of CAMEL-15105 discard 465908457e Fixed compilation failures because of CAMEL-15105 discard f979288442 Fixed getter/setter on ExtendedCamelContext - CAMEL-15105 discard c1fe7ab5f8 [camel-main] fixed salesforce (CAMEL-18551), cxf-soap-client (updates in image) discard c0873a6ab1 Revert "Temporarily disable dataformat integration tests due to #4662" discard 9ecdc82bba Generated flattened pom + add more information into cxf-soap-client assert discard afb13ef312 Fuxed Cxf-soap-client:missing licence in wsdl discard 02c2b12b96 Fixed micrometer and opentelemtry test because of CAMEL-19124, CAMEL-19193 discard bc5ba07249 Fix in cxf-soap-client discard 2bdd8cec84 Fix in http component (caused by upgrade of httpclient) discard 821c541b0f Ref #1746: Groovy language native support discard 51f69c061a Add support of expressions referring an external resource discard 82bc531c9d Upgrade Camel to 4.0.0-M3 discard 5729e933a4 Ref #4624: Upgrade to Groovy 4.x discard 32912ea003 Ref #4384: Groovy DSL - Add support of Groovy extensions add acfbbd7c4c Bump quarkiverse-jgit.version from 2.3.2 to 3.0.0 add ebe2787216 Auto generated changes for dependabot commit a731ab875a5c6ee332ad8801063fc9a731434dfb add bcfe8e0e92 Ref#4596 Cover different db types for jdbc add b7e05ce29c Fix #4717 to expand camel-quarkus-mybatis test coverage add 91467e9735 Upgrade to Quarkus 3.0.0.Final add ad4d909524 Cxf fixes (#4771) add 91ee9787bc Test also GITHUB_BASE_REF to checkout the right examples branch (#4776) add b73fdaea39 Bump quarkus-amazon-services-bom from 2.0.0 to 2.0.1 (#4777) add cfefa0e817 Updated CHANGELOG.md add b89f922e77 Fix #4781 Intermittent failure of MyBatisConsumerTest (#4782) new 3479604859 Ref #4384: Groovy DSL - Add support of Groovy extensions new cd45629180 Ref #4624: Upgrade to Groovy 4.x new 43520e86d5 Upgrade Camel to 4.0.0-M3 new fb06c78b95 Add support of expressions referring an external resource new 2a97999172 Ref #1746: Groovy language native support new 26664bff17 Fix in http component (caused by upgrade of httpclient) new 870cbb2b84 Fix in cxf-soap-client new 218885ec30 Fixed micrometer and opentelemtry test because of CAMEL-19124, CAMEL-19193 new 26fa918ef4 Fuxed Cxf-soap-client:missing licence in wsdl new 01333a98e7 Generated flattened pom + add more information into cxf-soap-client assert new 21d7e57edf Revert "Temporarily disable dataformat integration tests due to #4662" new f6d9380d0d [camel-main] fixed salesforce (CAMEL-18551), cxf-soap-client (updates in image) new 5795d3a1c4 Fixed getter/setter on ExtendedCamelContext - CAMEL-15105 new 3c93dc018a Fixed compilation failures because of CAMEL-15105 new 39cf639c51 Disabled several foundation tests + fixin runtinme because of CAMEL-15105 new 9077944ce8 Fixed KameletProcessor.java compilation error new 12a8e4905f Fixed compilation error linked to getModelToXMLDumper() new eed5de610e Fixed #4735 and auto-generated changes new 760ba0c827 Ref #4745: Add context plugins for the dry mode as expected new bcc3952446 Regen poms new 4709dd7ac3 camel-java-joor-dsl - Ease the way to get all the compiled classes new d87a57069f Regen poms new 9f274ba8c3 Regen poms new adb4d56493 Regen poms new 324b5a66c9 Regen poms new 33cef93749 Fixed Tika compilation issue This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (7504934dc5) \ N -- N -- N refs/heads/camel-main (33cef93749) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 26 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: .github/workflows/ci-build.yaml | 2 + CHANGELOG.md | 15 + docs/antora.yml | 2 +- extensions/tika/runtime/pom.xml | 15 + .../cxf/soap/server/it/CxfSoapRoutes.java | 32 +- .../cxf/soap/it/ws/trust/CxfWsTrustTest.java | 23 +- integration-tests/jdbc/README.adoc | 26 + integration-tests/jdbc/pom.xml | 16 +- .../quarkus/component/jdbc/CamelResource.java | 116 +- .../camel/quarkus/component/jdbc/JdbcRoutes.java | 28 +- .../jdbc/src/main/resources/application.properties | 7 +- .../src/main/resources/sql/db2.sql} | 8 +- .../src/main/resources/sql/derby.sql} | 8 +- .../src/main/resources/sql/droptables.sql} | 7 +- .../src/main/resources/sql/h2.sql} | 8 +- .../src/main/resources/sql/inserts.sql} | 10 +- .../src/main/resources/sql/mariadb.sql} | 8 +- .../src/main/resources/sql/mssql.sql} | 7 +- .../src/main/resources/sql/mysql.sql} | 8 +- .../src/main/resources/sql/oracle.sql} | 15 +- .../src/main/resources/sql/postgresql.sql} | 8 +- .../quarkus/component/jdbc/CamelJdbcTest.java | 73 +- 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 +- pom.xml | 8 +- poms/bom-test/pom.xml | 5 - poms/bom/pom.xml | 11 + poms/bom/src/main/generated/flattened-full-pom.xml | 2235 ++++++++++---------- .../src/main/generated/flattened-reduced-pom.xml | 99 +- .../generated/flattened-reduced-verbose-pom.xml | 267 +-- 35 files changed, 1880 insertions(+), 1493 deletions(-) create mode 100644 integration-tests/jdbc/README.adoc copy integration-tests/{debezium/src/test/resources/initMysql.sql => jdbc/src/main/resources/sql/db2.sql} (68%) copy integration-tests/{debezium/src/test/resources/initMysql.sql => jdbc/src/main/resources/sql/derby.sql} (72%) copy integration-tests/{sql/src/main/resources/sql/common/selectProjectsAsNumber.sql => jdbc/src/main/resources/sql/droptables.sql} (91%) copy integration-tests/{debezium/src/test/resources/initMysql.sql => jdbc/src/main/resources/sql/h2.sql} (76%) copy integration-tests/{debezium/src/test/resources/initMysql.sql => jdbc/src/main/resources/sql/inserts.sql} (72%) copy integration-tests/{debezium/src/test/resources/initMysql.sql => jdbc/src/main/resources/sql/mariadb.sql} (76%) copy integration-tests/{sql/src/main/resources/sql/common/selectProjectsAsBoolean.sql => jdbc/src/main/resources/sql/mssql.sql} (76%) copy integration-tests/{debezium/src/test/resources/initMysql.sql => jdbc/src/main/resources/sql/mysql.sql} (76%) copy integration-tests/{mybatis/src/main/resources/insert.sql => jdbc/src/main/resources/sql/oracle.sql} (68%) copy integration-tests/{debezium/src/test/resources/initMysql.sql => jdbc/src/main/resources/sql/postgresql.sql} (76%) 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%)