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

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


 discard d0a2acb5e3 fixed compilation of google tests
 discard c83a4e86af Revisit #4048 to Springless JPA extension (#5147)
 discard 21580bcf81 Fixed azure tests
    omit 4e1517d765 Generated poms
    omit f05b1e8c40 Synced and generated files
    omit e2f22d27ea Fixed JPA (CAMEL-19225)
    omit a215751476 Fixed aws2-kinesis - 
https://github.com/apache/camel/pull/10919
    omit d12394bec1 Fix CamelKafkaHealthCheckTest
    omit 2bf5a56424 Upgrade Camel to 4.0.0
     add 5f4d5b383a Manage test container versions in the root project pom.xml
     add 4e422d1936 Set encoding to UTF-8 when writing 
microprofile-config.properties
     add 8ebef52e67 Updated CHANGELOG.md
     add 92bd910b7e Bump 
io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.4.2 to 2.4.3 
(#5158)
     new 6dc1d6dd79 Upgrade Camel to 4.0.0
     new 2c41836693 Fix CamelKafkaHealthCheckTest
     new 118c2c25e9 Fixed aws2-kinesis - 
https://github.com/apache/camel/pull/10919
     new 1b09a39d8d Fixed JPA (CAMEL-19225)
     new ba0e5a7b9c Synced and generated files
     new ca793f4ebf Generated poms
     new 6c21770742 Revisit #4048 to Springless JPA extension (#5147)
     new c554721674 fixed compilation of google tests
     new cba27d7d92 Upgrade of Azurite image

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   (d0a2acb5e3)
            \
             N -- N -- N   refs/heads/camel-main (cba27d7d92)

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 9 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                                       |    3 +
 .../cxf/soap/client/it/CxfClientTestResource.java  |    4 +-
 .../wss/client/it/CxfWssClientTestResource.java    |    4 +-
 .../component/http/common/HttpTestResource.java    |    5 +-
 .../couchbase/it/CouchbaseTestResource.java        |   11 +-
 .../component/redis/it/RedisTestResource.java      |    3 +-
 .../support/activemq/ActiveMQTestResource.java     |    5 +-
 .../test/support/aws2/Aws2TestResource.java        |    6 +-
 .../support/azure/AzureStorageTestResource.java    |    3 +-
 .../support/google/GoogleCloudTestResource.java    |    4 +-
 .../test/support/kafka/KafkaTestResource.java      |    4 +-
 .../test/support/mongodb/MongoDbTestResource.java  |    3 +-
 .../activemq/it/ActiveMQTestResource.java          |    3 +-
 .../arangodb/it/ArangodbTestResource.java          |    3 +-
 .../cassandraql/it/CassandraqlTestResource.java    |    8 +-
 .../component/consul/it/ConsulTestResource.java    |    3 +-
 .../component/couchdb/it/CouchdbTestResource.java  |    3 +-
 .../it/mongodb/DebeziumMongodbTestResource.java    |    4 +-
 .../common/it/mysql/DebeziumMysqlTestResource.java |    3 +-
 .../it/postgres/DebeziumPostgresTestResource.java  |    4 +-
 .../sqlserver/DebeziumSqlserverTestResource.java   |    6 +-
 .../quarkus/component/fhir/it/FhirR4Resource.java  |    5 +-
 .../quarkus/component/fhir/it/FhirR5Resource.java  |    5 +-
 .../component/fhir/it/FhirTestResource.java        |   31 +-
 .../storage/it/GoogleStorageTestResource.java      |    4 +-
 .../common/InfinispanCommonServerTestResource.java |    4 +-
 .../influxdb/it/InfluxdbTestResource.java          |    5 +-
 .../jms/ibmmq/support/IBMMQTestResource.java       |    3 +-
 .../component/jsch/it/JschTestResource.java        |    4 +-
 .../kafka/oauth/it/KafkaKeycloakTestResource.java  |    4 +-
 .../component/kudu/it/KuduTestResource.java        |    3 +-
 .../quarkus/component/lra/it/LraTestResource.java  |    4 +-
 .../quarkus/component/mail/MailTestResource.java   |    6 +-
 .../mail/src/test/resources/Dockerfile             |   20 -
 .../component/minio/it/MinioTestResource.java      |    5 +-
 .../component/nats/it/NatsTestResource.java        |    3 +-
 .../paho/mqtt5/it/PahoMqtt5TestResource.java       |    3 +-
 .../component/paho/it/PahoTestResource.java        |    3 +-
 .../slot/it/PgReplicationSlotTestResource.java     |    3 +-
 .../component/pgevent/it/PgEventTestResource.java  |    3 +-
 .../component/splunk/it/SplunkTestResource.java    |    6 +-
 .../rabbitmq/it/SpringRabbitmqTestResource.java    |    7 +-
 .../component/sql/it/DerbyTestResource.java        |    3 +-
 .../quarkus/component/ssh/it/SshTestResource.java  |    4 +-
 pom.xml                                            |   45 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 2284 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |   86 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  254 +--
 poms/build-parent-it/pom.xml                       |   19 +
 ...nerate-test-containers-config-properties.groovy |   28 +-
 50 files changed, 1532 insertions(+), 1414 deletions(-)
 delete mode 100644 integration-tests/mail/src/test/resources/Dockerfile
 copy 
integration-tests-jvm/quickfix/src/test/java/org/apache/camel/quarkus/component/quickfix/it/QuickfixTest.java
 => tooling/scripts/generate-test-containers-config-properties.groovy (59%)

Reply via email to