This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from dccac038c1 Fix path to qwc-camel-core.js in Micrometer & MicroProfile 
Fault Tolerance Dev UI pages
     new 8d118bcdfc Upgrade Quarkus to 3.29.0.CR1
     new 1a1011b35d Remove workaround for GRPC javax.annotation.Generated 
generation

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:
 docs/antora.yml                                    |  2 +-
 extensions/aws2-kinesis/runtime/pom.xml            |  5 ++
 .../deployment/DebeziumPostgresProcessor.java      |  7 +-
 .../codegen/CamelQuarkusGrpcCodegenProvider.java   |  2 -
 .../codegen/CamelQuarkusGrpcPostProcessor.java     | 90 ----------------------
 .../salesforce/deployment/SalesforceProcessor.java |  6 ++
 .../test/support/kafka/KafkaTestResource.java      |  9 ---
 .../kafka/oauth/it/KafkaKeycloakTestResource.java  |  2 +-
 .../kafka/sasl/KafkaSaslSslTestResource.java       | 31 ++++++--
 .../quarkus/kafka/sasl/KafkaSaslTestResource.java  | 14 +++-
 .../quarkus/kafka/ssl/KafkaSslTestResource.java    | 14 +++-
 .../component/kafka/CamelKafkaResource.java        |  2 +-
 .../quarkus/component/kafka/CamelKafkaRoutes.java  | 21 ++++-
 .../quarkus/component/kafka/it/CamelKafkaTest.java |  3 -
 pom.xml                                            |  7 +-
 poms/bom/pom.xml                                   | 40 ++++++++++
 poms/bom/src/main/generated/flattened-full-pom.xml | 39 ++++++++++
 .../src/main/generated/flattened-reduced-pom.xml   | 44 +++++++++++
 .../generated/flattened-reduced-verbose-pom.xml    | 44 +++++++++++
 19 files changed, 257 insertions(+), 125 deletions(-)
 delete mode 100644 
extensions/grpc/codegen/src/main/java/org/apache/camel/quarkus/grpc/codegen/CamelQuarkusGrpcPostProcessor.java

Reply via email to