This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 487ab57fe3 Disabled Box native tests because of #5160 discard d46131f72d Upgrade of Azurite image discard 05828a3551 fixed compilation of google tests discard 770223e821 Revisit #4048 to Springless JPA extension (#5147) discard 83e7d46cc2 Generated poms discard 251d0e7b91 Synced and generated files discard 1d06f599f4 Fixed JPA (CAMEL-19225) discard e79b62962e Fixed aws2-kinesis - https://github.com/apache/camel/pull/10919 discard f944d8a28b Fix CamelKafkaHealthCheckTest discard feeb615b2c Upgrade Camel to 4.0.0 add cd1100ca46 Bump quarkiverse-pooled-jms.version from 2.0.1 to 2.0.2 (#5171) add 77116889f5 Updated CHANGELOG.md add 7424027587 Add elasticsearch JVM tests Fixes #5162 add 0bb5315b15 Add org.mapstruct:mapstruct-processor to the BOM add 5c60c3bbf6 Exclude redundant javassist dependency from camel-grpc add df2bc76eb9 Run docs module build in case Dependabot updates a version property referenced in antora.yml add 01f624fd8d Extend test coverage of gRPC extension add 5847d118cb Unban com.google.code.findbugs:jsr305 for gRPC extension add 7eecb9a2e9 Updated CHANGELOG.md add 47d63fc2cd Regen SBOM from commit 7eecb9a2e96e659db7b2c01e77ed2cdebffb27e7 (#5176) add 9c98b7e065 Updated CHANGELOG.md add ea020ce8eb Upgrade Camel to 4.0.0 add e8a9f72206 Revisit #4048 to Springless JPA extension (#5147) add 44975f443d Upgrade Quarkus to 3.2.4.Final add 2ec1fcaca7 Upgrade to Quarkus CXF 2.2.1 add 10b43aee86 Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom (#5182) add 88210e2506 Updated CHANGELOG.md add d55f744832 Fix #5180 to skip quarkus build on jms-ibmmq-client integration tests (#5183) add 2e17b12ffd Fix compareVersion in sanity-checks.groovy #5165 add 6e96ceb6a9 Introduce custom CodeGenProvider for gRPC extension add 1978f7b173 Remove integration-tests/jdbc module add bc9ced22c6 chore: regen for mapstruct and xslt-saxon add 865a4037f3 Updated CHANGELOG.md add f57d574433 Exclude unwanted vertx-grpc transitive dependencies form quarkus-grpc-common add 63433e39f1 Fix #5139 to expand xslt-saxon test coverage (#5173) add d08b6ea453 Updated CHANGELOG.md add 85bbbccbb9 Expand Splunk test coverage add 14f04095bf Fix dependency convergence error for google-auth-library-oauth2-http add cc57514d36 Updated CHANGELOG.md add 1dcccc5df6 Bump io.quarkiverse.micrometer.registry:quarkus-micrometer-registry-jmx add 9930dba067 Updated CHANGELOG.md add dbfb83f9c3 Regen SBOM from commit 9930dba0673489c13efa68ebaab92ec1a4598e1a (#5200) add 7e618cd7fa Updated CHANGELOG.md new 1a72d8ead4 Upgrade Camel to 4.1.0 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 (487ab57fe3) \ N -- N -- N refs/heads/camel-main (1a72d8ead4) 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 1 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 | 1 + CHANGELOG.md | 41 + camel-quarkus-sbom/camel-quarkus-sbom.json | 75150 +++++++++---------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 26452 +++---- docs/antora.yml | 4 +- .../ROOT/pages/reference/extensions/grpc.adoc | 158 +- extensions/grpc/codegen/pom.xml | 150 + .../codegen/CamelQuarkusGrpcCodegenProvider.java | 434 + .../codegen/CamelQuarkusGrpcPostProcessor.java | 90 + .../services/io.quarkus.deployment.CodeGenProvider | 1 + extensions/grpc/deployment/pom.xml | 30 +- .../component/grpc/deployment/GrpcProcessor.java | 2 + extensions/grpc/pom.xml | 49 + extensions/grpc/runtime/pom.xml | 22 +- .../grpc/runtime/src/main/doc/limitations.adoc | 18 - extensions/grpc/runtime/src/main/doc/usage.adoc | 90 + .../quarkus/grpc/runtime/GrpcBuildTimeConfig.java | 86 + .../main/resources/META-INF/quarkus-extension.yaml | 3 +- .../splunk/deployment/SplunkProcessor.java | 25 +- extensions/xslt-saxon/deployment/pom.xml | 2 +- extensions/xslt-saxon/runtime/pom.xml | 2 +- .../main/resources/META-INF/quarkus-extension.yaml | 3 +- .../xml/native/classpath/pom.xml | 4 + .../quarkus/component/xml/it/XsltResource.java | 70 +- .../quarkus/component/xml/it/XsltRouteBuilder.java | 9 + .../resources/xslt/saxon-extension-function.xsl | 30 +- .../camel/quarkus/component/xml/it/XsltTest.java | 69 +- integration-tests-jvm/elasticsearch/pom.xml | 49 + .../elasticsearch/it/ElasticsearchResource.java | 298 + .../elasticsearch/it/ElasticsearchRoutes.java | 59 + .../elasticsearch/it/ElasticsearchTest.java | 365 + .../it/ElasticsearchTestResource.java | 83 + .../{xslt-support => grpc}/pom.xml | 4 +- .../main/resources/org/acme/proto/a/proto-a.proto | 37 +- .../main/resources/org/acme/proto/b/proto-b.proto | 21 +- .../resources/org/acme/proto/c/proto-c-1.proto | 21 +- .../org/acme/proto/c/sub/package/proto-c-3.proto | 21 +- .../resources/org/acme/proto/c/sub/proto-c-2.proto | 21 +- .../resources/org/acme/proto/d/proto-d-1.proto | 21 +- .../org/acme/proto/d/sub/package/proto-d-3.proto | 21 +- .../resources/org/acme/proto/d/sub/proto-d-2.proto | 21 +- .../main/resources/org/acme/proto/e/common.proto | 21 +- .../main/resources/org/acme/proto/e/proto-e.proto | 13 +- integration-tests-support/pom.xml | 1 + integration-tests-support/xslt-support/pom.xml | 7 + .../test/support/xslt/MyExtensionFunction1.java | 89 + .../test/support/xslt/MyExtensionFunction2.java | 92 + integration-tests/grpc/pom.xml | 142 +- .../component/grpc/it/CustomClientInterceptor.java | 44 + .../component/grpc/it/CustomServerInterceptor.java | 45 + .../quarkus/component/grpc/it/GrpcResource.java | 34 +- .../camel/quarkus/component/grpc/it/GrpcRoute.java | 141 +- .../quarkus/component/grpc/it/PingPongImpl.java | 38 +- .../grpc/src/main/proto/pingpong.proto | 3 + .../grpc/src/main/resources/application.properties | 10 +- .../grpc/src/main/resources/keys/app.json | 13 + .../component/grpc/it/GrpcServerTestResource.java | 29 +- .../camel/quarkus/component/grpc/it/GrpcTest.java | 330 +- integration-tests/jdbc/.gitignore | 1 - integration-tests/jdbc/README.adoc | 26 - integration-tests/jdbc/pom.xml | 219 - .../quarkus/component/jdbc/CamelResource.java | 246 - .../camel/quarkus/component/jdbc/JdbcRoutes.java | 76 - .../jdbc/src/main/resources/application.properties | 24 - .../jdbc/src/main/resources/sql/db2.sql | 20 - .../jdbc/src/main/resources/sql/derby.sql | 20 - .../jdbc/src/main/resources/sql/droptables.sql | 20 - .../jdbc/src/main/resources/sql/h2.sql | 20 - .../jdbc/src/main/resources/sql/inserts.sql | 22 - .../jdbc/src/main/resources/sql/mariadb.sql | 20 - .../jdbc/src/main/resources/sql/mssql.sql | 20 - .../jdbc/src/main/resources/sql/mysql.sql | 20 - .../jdbc/src/main/resources/sql/oracle.sql | 20 - .../jdbc/src/main/resources/sql/postgresql.sql | 20 - .../quarkus/component/jdbc/CamelJdbcTest.java | 170 - integration-tests/jms-ibmmq-client/pom.xml | 1 + integration-tests/pom.xml | 1 - integration-tests/splunk/README.adoc | 6 + .../component/splunk/it/SplunkResource.java | 165 +- .../quarkus/component/splunk/it/SplunkTest.java | 195 +- .../component/splunk/it/SplunkTestResource.java | 22 +- integration-tests/xml-grouped/pom.xml | 17 + pom.xml | 25 +- poms/bom-test/pom.xml | 5 + poms/bom/pom.xml | 58 +- poms/bom/src/main/generated/flattened-full-pom.xml | 1219 +- .../src/main/generated/flattened-reduced-pom.xml | 777 +- .../generated/flattened-reduced-verbose-pom.xml | 1199 +- poms/build-parent/pom.xml | 10 - .../enforcer-rules/allow-findbugs.xsl | 26 +- tooling/scripts/sanity-checks.groovy | 3 +- tooling/scripts/test-categories.yaml | 1 - 92 files changed, 53093 insertions(+), 56690 deletions(-) create mode 100644 extensions/grpc/codegen/pom.xml create mode 100644 extensions/grpc/codegen/src/main/java/org/apache/camel/quarkus/grpc/codegen/CamelQuarkusGrpcCodegenProvider.java create mode 100644 extensions/grpc/codegen/src/main/java/org/apache/camel/quarkus/grpc/codegen/CamelQuarkusGrpcPostProcessor.java create mode 100644 extensions/grpc/codegen/src/main/resources/META-INF/services/io.quarkus.deployment.CodeGenProvider create mode 100644 extensions/grpc/runtime/src/main/doc/usage.adoc create mode 100644 extensions/grpc/runtime/src/main/java/org/apache/camel/quarkus/grpc/runtime/GrpcBuildTimeConfig.java copy integration-tests-support/xslt-support/pom.xml => integration-test-groups/xml/native/classpath/src/main/resources/xslt/saxon-extension-function.xsl (57%) create mode 100644 integration-tests-jvm/elasticsearch/src/main/java/org/apache/camel/quarkus/component/elasticsearch/it/ElasticsearchResource.java create mode 100644 integration-tests-jvm/elasticsearch/src/main/java/org/apache/camel/quarkus/component/elasticsearch/it/ElasticsearchRoutes.java create mode 100644 integration-tests-jvm/elasticsearch/src/test/java/org/apache/camel/quarkus/component/elasticsearch/it/ElasticsearchTest.java create mode 100644 integration-tests-jvm/elasticsearch/src/test/java/org/apache/camel/quarkus/component/elasticsearch/it/ElasticsearchTestResource.java copy integration-tests-support/{xslt-support => grpc}/pom.xml (91%) rename integration-tests/jdbc/src/main/java/org/apache/camel/quarkus/component/jdbc/model/Camel.java => integration-tests-support/grpc/src/main/resources/org/acme/proto/a/proto-a.proto (63%) copy integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcIT.java => integration-tests-support/grpc/src/main/resources/org/acme/proto/b/proto-b.proto (69%) copy integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcIT.java => integration-tests-support/grpc/src/main/resources/org/acme/proto/c/proto-c-1.proto (69%) copy integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcIT.java => integration-tests-support/grpc/src/main/resources/org/acme/proto/c/sub/package/proto-c-3.proto (68%) copy integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcIT.java => integration-tests-support/grpc/src/main/resources/org/acme/proto/c/sub/proto-c-2.proto (69%) copy integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcIT.java => integration-tests-support/grpc/src/main/resources/org/acme/proto/d/proto-d-1.proto (69%) copy integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcIT.java => integration-tests-support/grpc/src/main/resources/org/acme/proto/d/sub/package/proto-d-3.proto (68%) copy integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcIT.java => integration-tests-support/grpc/src/main/resources/org/acme/proto/d/sub/proto-d-2.proto (69%) copy integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcIT.java => integration-tests-support/grpc/src/main/resources/org/acme/proto/e/common.proto (69%) rename integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcIT.java => integration-tests-support/grpc/src/main/resources/org/acme/proto/e/proto-e.proto (81%) create mode 100644 integration-tests-support/xslt-support/src/main/java/org/apache/camel/quarkus/test/support/xslt/MyExtensionFunction1.java create mode 100644 integration-tests-support/xslt-support/src/main/java/org/apache/camel/quarkus/test/support/xslt/MyExtensionFunction2.java create mode 100644 integration-tests/grpc/src/main/java/org/apache/camel/quarkus/component/grpc/it/CustomClientInterceptor.java create mode 100644 integration-tests/grpc/src/main/java/org/apache/camel/quarkus/component/grpc/it/CustomServerInterceptor.java create mode 100644 integration-tests/grpc/src/main/resources/keys/app.json delete mode 100644 integration-tests/jdbc/.gitignore delete mode 100644 integration-tests/jdbc/README.adoc delete mode 100644 integration-tests/jdbc/pom.xml delete mode 100644 integration-tests/jdbc/src/main/java/org/apache/camel/quarkus/component/jdbc/CamelResource.java delete mode 100644 integration-tests/jdbc/src/main/java/org/apache/camel/quarkus/component/jdbc/JdbcRoutes.java delete mode 100644 integration-tests/jdbc/src/main/resources/application.properties delete mode 100644 integration-tests/jdbc/src/main/resources/sql/db2.sql delete mode 100644 integration-tests/jdbc/src/main/resources/sql/derby.sql delete mode 100644 integration-tests/jdbc/src/main/resources/sql/droptables.sql delete mode 100644 integration-tests/jdbc/src/main/resources/sql/h2.sql delete mode 100644 integration-tests/jdbc/src/main/resources/sql/inserts.sql delete mode 100644 integration-tests/jdbc/src/main/resources/sql/mariadb.sql delete mode 100644 integration-tests/jdbc/src/main/resources/sql/mssql.sql delete mode 100644 integration-tests/jdbc/src/main/resources/sql/mysql.sql delete mode 100644 integration-tests/jdbc/src/main/resources/sql/oracle.sql delete mode 100644 integration-tests/jdbc/src/main/resources/sql/postgresql.sql delete mode 100644 integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcTest.java create mode 100644 integration-tests/splunk/README.adoc copy integration-tests-support/xslt-support/pom.xml => tooling/enforcer-rules/allow-findbugs.xsl (54%)