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 e61260619d Exclude com.github.mwiede:jsch from FTP / JSCH #3711 discard 5998fe1ed4 Upgrade Camel to 3.17.0 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 c493b0642d Upgrade Camel to 3.17.0 new 922d833e3a Exclude com.github.mwiede:jsch from FTP / JSCH #3711 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 (e61260619d) \ N -- N -- N refs/heads/camel-main (922d833e3a) 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 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: .gitignore | 2 +- CHANGELOG.md | 3 + docs/antora.yml | 2 +- .../ROOT/pages/reference/extensions/jt400.adoc | 2 +- .../component/kafka/QuarkusKafkaClientFactory.java | 6 + .../test/devmode/timer/TimerDevModeTest.java | 1 + integration-tests/debezium/pom.xml | 2 + 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 ++++++++++++--- .../camel/quarkus/component/jpa/it/JpaTest.java | 3 +- pom.xml | 8 +- poms/bom/src/main/generated/flattened-full-pom.xml | 8 +- .../src/main/generated/flattened-reduced-pom.xml | 8 +- .../generated/flattened-reduced-verbose-pom.xml | 8 +- 17 files changed, 210 insertions(+), 107 deletions(-) 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%)