This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
omit 699dcc5dcd Debug why there are uncommitted changes on the CI build omit 96e1cbd7a3 Upgrade Quarkus to 2.9.0.CR1 add 925cf3ba53 Fix #3737 to register reflection methods of OpenAPI Schema (#3738) add 5d91b8a473 Updated CHANGELOG.md add 3f953b12a1 Add missing service include pattern for properties-function add 9a6e2cee2c Fix compilation warnings in Azure Vert.x HTTP Client add f73ffac899 Updated CHANGELOG.md add 3b0b94cb7a Fix MockEndpoint usage in Infinispan tests add 60a72e7dfb Remove c3p0 from Quartz extension add 089f2f53e0 Minor tidy up of Quartz extension documentation add 02ec422409 Avoid usage of com.mchange.io.FileUtils add e7133d574c Updated CHANGELOG.md add 44627fc386 Updated CHANGELOG.md add 7288ad870e Fix MockEndpoint usage in gRPC tests add 2eb971e8c7 Upgrade Quarkus to 2.9.0.CR1 add 244960f744 Disable Debezium native build due to #3748 add aef8183bc6 Ignore rotated quarkus.log files add 900e5e1be3 Updated CHANGELOG.md new 18cf17607e Upgrade Quarkus to 2.10.0.CR1 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 (699dcc5dcd) \ N -- N -- N refs/heads/quarkus-main (18cf17607e) 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 - .gitignore | 2 +- CHANGELOG.md | 10 ++ .../ROOT/pages/reference/extensions/quartz.adoc | 4 +- .../quarkus/core/deployment/CamelProcessor.java | 3 +- .../http/vertx/VertxHttpClientBuilderTests.java | 26 ++--- .../core/http/vertx/BufferedVertxHttpResponse.java | 4 +- .../core/http/vertx/VertxHttpAsyncResponse.java | 4 +- .../core/http/vertx/VertxHttpClientBuilder.java | 5 +- .../core/http/vertx/VertxHttpClientProvider.java | 2 +- .../azure/core/http/vertx/VertxHttpResponse.java | 7 +- .../java/deployment/OpenApiJavaProcessor.java | 2 +- extensions/quartz/runtime/pom.xml | 9 +- extensions/quartz/runtime/src/main/doc/usage.adoc | 4 +- .../quartz/graal/QuartzSubstitutions.java | 62 +++++++++++ .../test/devmode/timer/TimerDevModeTest.java | 1 + integration-tests/debezium/pom.xml | 2 + .../quarkus/component/file/it/FileResource.java | 3 +- integration-tests/grpc/pom.xml | 8 ++ .../quarkus/component/grpc/it/GrpcResource.java | 124 +++++++++++---------- .../camel/quarkus/component/grpc/it/GrpcRoute.java | 16 ++- .../component/grpc/it/MessageOriginProcessor.java} | 25 +++-- .../camel/quarkus/component/grpc/it/GrpcTest.java | 91 ++++++++++++--- .../component/infinispan/InfinispanResources.java | 119 ++++++++++---------- .../component/infinispan/InfinispanRoutes.java | 16 +-- .../component/infinispan/InfinispanTest.java | 54 ++------- .../component/openapijava/it/model/Fruit.java | 15 +++ pom.xml | 1 - poms/bom/pom.xml | 5 - poms/bom/src/main/generated/flattened-full-pom.xml | 5 - .../src/main/generated/flattened-reduced-pom.xml | 5 - .../generated/flattened-reduced-verbose-pom.xml | 5 - 32 files changed, 386 insertions(+), 254 deletions(-) create mode 100644 extensions/quartz/runtime/src/main/java/org/apache/camel/quarkus/component/quartz/graal/QuartzSubstitutions.java copy integration-tests/{avro-rpc/src/main/java/org/apache/camel/quarkus/component/avro/rpc/it/reflection/ReflectionProcessor.java => grpc/src/main/java/org/apache/camel/quarkus/component/grpc/it/MessageOriginProcessor.java} (64%)