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 5942a9d6d4 Upgrade Quarkus to 2.9.0.CR1
add b570562218 Fix #3656 Improve camel-quarkus-paho-mqtt5 test coverage
(#3709)
add 171483bdbe Reduce the noise in verbose flattened BOMs #3702
add 23e1108eae Updated CHANGELOG.md
add 048f1c2d08 Azure Storage Queue : increase Producer test coverage Fixes
#3577
add 8f729f4c91 Updated CHANGELOG.md
add ed2e547078 fixup 501833 Fix Aws2KinesisTest.kinesis test #3638
add 6dfc1384e7 Updated CHANGELOG.md
add 9a282a5971 Import quarkus-bom in Catalog
add ec671ceb29 Fix #3728 AWS S3 integration test should remove all objects
in finally block (#3729)
add 766b302a1e Updated CHANGELOG.md
add 6888709de0 Fix #3730 improve paho-mqtt5 ssl tests
add 7b1af0ce69 Azure Storage Queue : add consumer integration tests Fixes
#3718
add 643932febe Updated CHANGELOG.md
add 94716311d6 Updated CHANGELOG.md
add aa7bc2ace9 paho: expand test coverage #3720
add 0945027f9f Updated CHANGELOG.md
add 8eb364a27e Ensure the S3 download link really works (#3734)
add d3ffaa0370 Telegram integration test : test sending message with
customized keyboard (#3735)
add 9dd2eb3d33 Updated CHANGELOG.md
new 3ddc00e3c4 Upgrade Quarkus to 2.9.0.CR1
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 (5942a9d6d4)
\
N -- N -- N refs/heads/quarkus-main (3ddc00e3c4)
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 1 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 | 20 +
catalog/pom.xml | 7 +
docs/antora.yml | 2 +-
.../paho/mqtt5/deployment/PahoMqtt5Processor.java | 22 +-
.../aws2/kinesis/it/Aws2KinesisResource.java | 17 +-
.../aws2/kinesis/it/Aws2KinesisRoutes.java} | 33 +-
.../component/aws2/kinesis/it/Aws2KinesisTest.java | 13 +-
.../component/aws2/s3/it/Aws2S3Resource.java | 2 +-
.../quarkus/component/aws2/s3/it/Aws2S3Test.java | 139 +-
.../azure/eventhubs/it/AzureEventhubsResource.java | 1 +
.../azure/azure-storage-queue/pom.xml | 24 +-
.../queue/it/AzureStorageQueueResource.java | 125 +-
.../component/azure/storage/queue}/it/Routes.java | 24 +-
.../storage/queue/it/model/ExampleMessage.java | 33 +-
.../storage/queue/it/AzureStorageQueueTest.java | 156 +-
integration-tests/azure-grouped/pom.xml | 4 +
integration-tests/paho-mqtt5/pom.xml | 39 +
.../quarkus/component/paho/mqtt5/it}/Counter.java | 16 +-
.../component/paho/mqtt5/it/PahoMqtt5Resource.java | 139 +-
.../component/paho/mqtt5/it/PahoMqtt5Route.java | 57 +
.../src/main/resources/application.properties | 3 +-
.../src/main/resources/clientkeystore.jks | Bin 0 -> 2263 bytes
.../paho/mqtt5/it/InjectPahoContainer.java | 5 +-
....java => PahoMqtt5ReconnectAfterFailureIT.java} | 4 +-
.../it/PahoMqtt5ReconnectAfterFailureTest.java} | 47 +-
.../component/paho/mqtt5/it/PahoMqtt5Test.java | 37 +-
.../paho/mqtt5/it/PahoMqtt5TestResource.java | 67 +-
.../component/paho/mqtt5/it/ReconnectProfile.java} | 17 +-
.../paho-mqtt5/src/test/resources/certs/ca.key | 30 +
.../paho-mqtt5/src/test/resources/certs/ca.pem | 22 +
.../paho-mqtt5/src/test/resources/certs/server.key | 27 +
.../paho-mqtt5/src/test/resources/certs/server.pem | 20 +
.../paho-mqtt5/src/test/resources/mosquitto.conf | 14 +
.../paho-mqtt5/src/test/resources/password.conf | 3 +-
.../camel/quarkus/component/paho/PahoResource.java | 105 +-
.../src/main/resources/application.properties | 3 +-
.../paho/src/main/resources/clientkeystore.jks | Bin 0 -> 2263 bytes
.../camel/quarkus/component/paho/it/PahoTest.java | 33 +-
.../component/paho/it/PahoTestResource.java} | 41 +-
.../paho/src/test/resources/certs/ca.key | 30 +
.../paho/src/test/resources/certs/ca.pem | 22 +
.../paho/src/test/resources/certs/server.key | 27 +
.../paho/src/test/resources/certs/server.pem | 20 +
.../paho/src/test/resources/mosquitto.conf | 14 +
.../paho/src/test/resources/password.conf | 3 +-
.../component/telegram/it/TelegramResource.java | 31 +-
.../resources/mappings/telegramSendMessage.json | 2 +-
pom.xml | 4 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 25592 +++++++++----------
.../generated/flattened-reduced-verbose-pom.xml | 11396 ++++-----
50 files changed, 19762 insertions(+), 18730 deletions(-)
copy
integration-test-groups/{foundation/scheduler/src/main/java/org/apache/camel/quarkus/component/scheduler/it/SchedulerRoute.java
=>
aws2/aws2-kinesis/src/main/java/org/apache/camel/quarkus/component/aws2/kinesis/it/Aws2KinesisRoutes.java}
(54%)
copy
{integration-tests/kafka-oauth/src/main/java/org/apache/camel/quarkus/kafka/oauth
=>
integration-test-groups/azure/azure-storage-queue/src/main/java/org/apache/camel/quarkus/component/azure/storage/queue}/it/Routes.java
(61%)
copy
integration-tests/atlasmap/src/main/java/org/apache/camel/quarkus/component/atlasmap/it/model/Account.java
=>
integration-test-groups/azure/azure-storage-queue/src/main/java/org/apache/camel/quarkus/component/azure/storage/queue/it/model/ExampleMessage.java
(68%)
copy
{integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean
=>
integration-tests/paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it}/Counter.java
(71%)
create mode 100644
integration-tests/paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Route.java
copy {integration-test-groups/aws2-quarkus-client/aws2-sqs =>
integration-tests/paho-mqtt5}/src/main/resources/application.properties (95%)
create mode 100644
integration-tests/paho-mqtt5/src/main/resources/clientkeystore.jks
copy
integration-tests-support/kafka/src/main/java/org/apache/camel/quarkus/test/support/kafka/InjectKafka.java
=>
integration-tests/paho-mqtt5/src/test/java/org/apache/camel/quarkus/component/paho/mqtt5/it/InjectPahoContainer.java
(91%)
copy
integration-tests/paho-mqtt5/src/test/java/org/apache/camel/quarkus/component/paho/mqtt5/it/{PahoMqtt5IT.java
=> PahoMqtt5ReconnectAfterFailureIT.java} (91%)
copy
integration-tests/{dropbox/src/test/java/org/apache/camel/quarkus/component/dropbox/it/DropboxTest.java
=>
paho-mqtt5/src/test/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5ReconnectAfterFailureTest.java}
(55%)
copy
integration-tests/{openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v2/OpenApiV2TestProfile.java
=>
paho-mqtt5/src/test/java/org/apache/camel/quarkus/component/paho/mqtt5/it/ReconnectProfile.java}
(66%)
create mode 100644 integration-tests/paho-mqtt5/src/test/resources/certs/ca.key
create mode 100644 integration-tests/paho-mqtt5/src/test/resources/certs/ca.pem
create mode 100644
integration-tests/paho-mqtt5/src/test/resources/certs/server.key
create mode 100644
integration-tests/paho-mqtt5/src/test/resources/certs/server.pem
create mode 100644
integration-tests/paho-mqtt5/src/test/resources/mosquitto.conf
copy extensions/kafka/deployment/src/test/resources/application.properties =>
integration-tests/paho-mqtt5/src/test/resources/password.conf (89%)
copy {integration-test-groups/aws2-quarkus-client/aws2-sqs =>
integration-tests/paho}/src/main/resources/application.properties (96%)
create mode 100644 integration-tests/paho/src/main/resources/clientkeystore.jks
copy
integration-tests/{paho-mqtt5/src/test/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5TestResource.java
=>
paho/src/test/java/org/apache/camel/quarkus/component/paho/it/PahoTestResource.java}
(50%)
create mode 100644 integration-tests/paho/src/test/resources/certs/ca.key
create mode 100644 integration-tests/paho/src/test/resources/certs/ca.pem
create mode 100644 integration-tests/paho/src/test/resources/certs/server.key
create mode 100644 integration-tests/paho/src/test/resources/certs/server.pem
create mode 100644 integration-tests/paho/src/test/resources/mosquitto.conf
copy extensions/kafka/deployment/src/test/resources/application.properties =>
integration-tests/paho/src/test/resources/password.conf (89%)