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.
discard cc90c4d Fix #3227 to remove the workaround in KafkaDevServicesDisabledTest discard 36fe6b2 Revert "Fix #3206 to produce RunTimeConfigurationDefaultBuildItem with camel.component.kafka.brokers property" discard 25026da Upgrade Quarkus to 2.5.0.CR1 add 165fdfa Temporary disable Tika native tests #3230 add 037e4ad Revert "Import quarkus-bom before camel-quarkus-bom in tests #3222" add eeca244 Revert "Could not find io.netty:netty-tcnative-boringssl-static #3115" add c0ba72b Fixup 9d8f38a4 Check whether/how the clients for Quarkus AWS extension can be used in Camel routes #2592 add 5a3fbf1 Disable MongoDB dev services in slack itest add 4780f41 Stub GeoCoder nominatim APIs add f3506a8 latest to next add 93d0a69 Updated CHANGELOG.md add c790ef4 Simplify defining-camel-routes.adoc and remove camel-k-version property add 0b0fbe4 Fix anotra version replacement script add 9b78b3f Use log await strategy for RabbitMQ container new 7f1dc48 Upgrade Quarkus to 2.5.0.CR1 new 6db8311 Revert "Fix #3206 to produce RunTimeConfigurationDefaultBuildItem with camel.component.kafka.brokers property" new 4eeedfd Fix #3227 to remove the workaround in KafkaDevServicesDisabledTest new 06f28e7 Temporarily disable kafka-sasl & kafka-ssl tests due to #3239 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 (cc90c4d) \ N -- N -- N refs/heads/quarkus-main (06f28e7) 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 4 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: CHANGELOG.md | 5 +++ docs/antora.yml | 4 ++- .../pages/user-guide/defining-camel-routes.adoc | 3 -- extensions-support/azure-core/runtime/pom.xml | 6 ---- .../aws2-quarkus-client/aws2-ses/pom.xml | 2 +- .../aws2-quarkus-client/aws2-sqs-sns/pom.xml | 8 ++--- .../aws2-quarkus-client/pom.xml | 2 ++ .../component/geocoder/it/FakeNominatimApi.java} | 40 ++++++++++++++-------- .../geocoder/it/GeocoderNominationResource.java | 37 +++++++++++++++++--- .../src/main/resources/application.properties | 2 ++ .../src/main/resources/nominatimReverse.json | 32 +++++++++++++++++ .../src/main/resources/nominatimSearch.json | 32 +++++++++++++++++ .../camel/quarkus/kafka/sasl/KafkaSaslSslIT.java | 4 +-- .../camel/quarkus/kafka/sasl/KafkaSaslSslTest.java | 2 ++ .../quarkus/kafka/sasl/KafkaSaslBindingTest.java | 2 ++ .../camel/quarkus/kafka/sasl/KafkaSaslIT.java | 2 ++ .../apache/camel/quarkus/kafka/ssl/KafkaSslIT.java | 4 +-- .../camel/quarkus/kafka/ssl/KafkaSslTest.java | 2 ++ .../rabbitmq/it/RabbitmqTestResource.java | 2 +- .../component/salesforce/SalesforceResource.java | 4 +-- .../src/main/resources/application.properties | 3 ++ integration-tests/tika/pom.xml | 5 +++ poms/build-parent-it/pom.xml | 13 +++---- tooling/scripts/update-antora-config.groovy | 4 +-- 24 files changed, 171 insertions(+), 49 deletions(-) copy integration-tests/{jsonata/src/test/java/org/apache/camel/quarkus/component/jsonata/it/JsonataTest.java => geocoder/src/main/java/org/apache/camel/quarkus/component/geocoder/it/FakeNominatimApi.java} (50%) create mode 100644 integration-tests/geocoder/src/main/resources/nominatimReverse.json create mode 100644 integration-tests/geocoder/src/main/resources/nominatimSearch.json