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 79fbd5c003 Add support for Salesforce pub / sub API
     new 461ec418ef Upgrade Camel to 4.2.0
     new 159f5716f8 Fix #5464 to support precede beans (#5473)

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 +-
 .../pages/reference/extensions/opentelemetry.adoc  |    2 +-
 .../quarkus/core/runtime/CamelPrecedeBeanTest.java |   48 +-
 .../camel/quarkus/core/RuntimeBeanRepository.java  |   20 +
 .../component/debug/deployment/DebugProcessor.java |    2 +-
 .../DebugEnabledFromCamelMainPropertyTest.java     |   71 -
 .../component/debug/deployment/DebugResource.java  |    5 +-
 .../opentelemetry/CamelOpenTelemetryConfig.java    |    6 +-
 .../opentelemetry/OpenTelemetryTracerProducer.java |    4 +-
 .../{ConverterIT.java => ConverterProfile1IT.java} |    2 +-
 .../core/converter/it/ConverterProfile1Test.java   |   17 +-
 .../{ConverterIT.java => ConverterProfile2IT.java} |    2 +-
 .../core/converter/it/ConverterProfile2Test.java   |   17 +-
 .../quarkus/core/converter/it/ConverterTest.java   |   44 +-
 .../core/converter/it/ConverterTestBase.java       |   56 +
 ...portCustomTypeConverterBulkConverterLoader.java |    2 +-
 integration-tests/camel-k-runtime/pom.xml          |    2 +
 .../quarkus/component/debug/it/DebugResource.java  |    5 +-
 .../camel/quarkus/kafka/sasl/KafkaSaslRoutes.java  |    2 +-
 integration-tests/kubernetes/pom.xml               |    2 +
 .../component/kubernetes/it/KubernetesTest.java    |    2 +-
 .../component/management/it/ManagementTest.java    |    2 +-
 integration-tests/master-openshift/pom.xml         |    2 +
 .../component/master/it/MasterOpenShiftTest.java   |    2 +-
 pom.xml                                            |   19 +-
 poms/bom/pom.xml                                   |   11 +
 poms/bom/src/main/generated/flattened-full-pom.xml | 1537 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  755 +++++-----
 .../generated/flattened-reduced-verbose-pom.xml    |  861 +++++------
 29 files changed, 1761 insertions(+), 1741 deletions(-)
 copy 
extensions/quartz/deployment/src/test/java/org/apache/camel/quarkus/component/quartz/deployment/QuartzQuarkusCustomSchedulerAutowiredTest.java
 => 
extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelPrecedeBeanTest.java
 (61%)
 delete mode 100644 
extensions/debug/deployment/src/test/java/org/apache/camel/quarkus/component/debug/deployment/DebugEnabledFromCamelMainPropertyTest.java
 copy 
integration-test-groups/foundation/type-converter/src/test/java/org/apache/camel/quarkus/core/converter/it/{ConverterIT.java
 => ConverterProfile1IT.java} (93%)
 copy 
integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/NoMessageHistoryMicrometerTest.java
 => 
integration-test-groups/foundation/type-converter/src/test/java/org/apache/camel/quarkus/core/converter/it/ConverterProfile1Test.java
 (68%)
 copy 
integration-test-groups/foundation/type-converter/src/test/java/org/apache/camel/quarkus/core/converter/it/{ConverterIT.java
 => ConverterProfile2IT.java} (93%)
 copy 
integration-tests/micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/NoMessageHistoryMicrometerTest.java
 => 
integration-test-groups/foundation/type-converter/src/test/java/org/apache/camel/quarkus/core/converter/it/ConverterProfile2Test.java
 (68%)
 create mode 100644 
integration-test-groups/foundation/type-converter/src/test/java/org/apache/camel/quarkus/core/converter/it/ConverterTestBase.java

Reply via email to