You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2022/11/04 07:32:54 UTC

[camel-quarkus] branch 2.13.x updated (9290b95500 -> 0f41a7b3a4)

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

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


    from 9290b95500 Upgrade to quarkus-cxf 1.5.5
     add 8c8266c13c Adding a test for custom ConnectionFactory without quarkus.artemis.url (#4228)
     add 761aecf46f Use Camel hapi-base-version property for hapi-base
     add 9a6ae7e009 Fix #3951 to add a test with quarkus-pooled-jms (#4237)
     add f09288a9ff Fix : flakiness of Scheduler integration-tests.
     add 097e23c525 camel-quarkus-xchange: MissingResourceException: Can't find bundle for base name sun.util.resources.CurrencyNames, locale en_US #4242
     add 8c5b74c001 Upgrade to quarkus-cxf 1.5.6
     add 0f41a7b3a4 Prepare js-dsl for GraalVM 22.3

No new revisions were added by this update.

Summary of changes:
 docs/antora.yml                                    |   2 +-
 .../xchange/deployment/XchangeProcessor.java       |   2 +-
 .../component/scheduler/it/SchedulerResource.java  |  17 +
 .../component/scheduler/it/SchedulerRoute.java     |  10 +-
 .../component/scheduler/it/SchedulerTest.java      | 106 +++--
 integration-tests/jms-artemis-client/pom.xml       |  17 +
 .../jms/artemis/it/CustomConnectionFactory.java}   |  27 +-
 .../src/main/resources/application.properties      |   9 +-
 .../jms/artemis/it/CustomArtemisTestResource.java} |  12 +-
 .../jms/artemis/it/JmsArtemisCustomTest.java}      |   9 +-
 .../jms/artemis/it/JmsArtemisDisable.java}         |  13 +-
 ...{JmsArtemisIT.java => JmsArtemisPoolingIT.java} |   2 +-
 .../jms/artemis/it/JmsArtemisPoolingTest.java}     |  13 +-
 .../jms/artemis/it/JmsPoolingEnabled.java}         |  13 +-
 .../src/test/resources/broker-custom.xml           |  44 ++
 .../jta/src/main/resources/application.properties  |   2 +-
 .../src/main/resources/application.properties      |   6 +-
 .../src/main/resources/application.properties      |   6 +-
 pom.xml                                            |   8 +-
 poms/bom/pom.xml                                   |  14 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 467 +++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  49 ++-
 .../generated/flattened-reduced-verbose-pom.xml    | 465 ++++++++++----------
 23 files changed, 749 insertions(+), 564 deletions(-)
 copy integration-tests/{minio/src/main/java/org/apache/camel/quarkus/component/minio/it/MinioClientProducer.java => jms-artemis-client/src/main/java/org/apache/camel/quarkus/component/jms/artemis/it/CustomConnectionFactory.java} (59%)
 copy {integration-test-groups/aws2/aws2-s3 => integration-tests/jms-artemis-client}/src/main/resources/application.properties (77%)
 copy integration-tests/{fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/util/Dstu2Enabled.java => jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/CustomArtemisTestResource.java} (81%)
 copy integration-tests/{activemq/src/test/java/org/apache/camel/quarkus/component/activemq/it/ActiveMQTest.java => jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisCustomTest.java} (78%)
 copy integration-tests/{openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v3/OpenApiV3TestProfile.java => jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisDisable.java} (77%)
 copy integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsArtemisIT.java => JmsArtemisPoolingIT.java} (93%)
 copy integration-tests/{activemq/src/test/java/org/apache/camel/quarkus/component/activemq/it/ActiveMQTest.java => jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisPoolingTest.java} (72%)
 copy integration-tests/{openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v3/OpenApiV3TestProfile.java => jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsPoolingEnabled.java} (73%)
 create mode 100644 integration-tests/jms-artemis-client/src/test/resources/broker-custom.xml
 copy {integration-tests-jvm/groovy-dsl => integration-tests/sjms-artemis-client}/src/main/resources/application.properties (91%)
 copy {integration-tests-jvm/groovy-dsl => integration-tests/sjms2-artemis-client}/src/main/resources/application.properties (91%)