This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard c2ab496262 Disable OptaPlanner native profile due to #3899 discard 0eaf9ffe97 Upgrade Quarkus to 2.11.0.CR1 add bdee2e47cb Fix usage of deprecated method in couchdb itest add ce29a9f91f Remove last logs to ensure flakiness is now corrected #3584 add 2f24bf45d9 ssh: Remove usage of deprecated method in itests add 4b62447365 jsch: Remove usage of deprecated method in itests add 48510dc2d9 kafka-oauth: Remove usage of deprecated method in itests add 498511b509 arangodb: Fix some warnings in itests add dc1f3a9974 infinispan: Remove usage of deprecated method/field in itests add e97d084626 nats: Remove usage of deprecated methods in itests add 14aa056b78 fhir: Fix usage of deprecated methods in itests add e757c9f320 consul: Remove usage of deprecated method in itests add 1fdc6fe130 kudu: Fix usage of deprecated methods in itests add 612031ac06 influxdb: Remove usage of deprecated method in itests add d39e73799a cassandraql: Fix usage of deprecated method add 13abd18994 redis: Fix usage of deprecated method add 3bcf331388 azure-test-support: Remove usage of deprecated method add 6f4b3a9412 mongodb-test-support: Fix usage of deprecated method add 73a1dcb7e3 Updated CHANGELOG.md add d94de00470 Fix #3914 to get TransactionManager and UserTransaction from Arc container new 4d4005a851 Upgrade Quarkus to 2.11.0.CR1 new d1b92eb3df Disable OptaPlanner native profile due to #3899 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 (c2ab496262) \ N -- N -- N refs/heads/quarkus-main (d1b92eb3df) 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 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: CHANGELOG.md | 3 +++ .../org/apache/camel/quarkus/component/jpa/CamelJpaRecorder.java | 5 +++-- .../camel/quarkus/component/redis/it/RedisTestResource.java | 2 +- .../quarkus/test/support/azure/AzureStorageTestResource.java | 2 +- .../camel/quarkus/test/support/mongodb/MongoDbTestResource.java | 4 ++-- .../camel/quarkus/component/arangodb/it/ArangodbResource.java | 4 ++-- .../apache/camel/quarkus/component/arangodb/it/ArangodbTest.java | 5 +++-- .../camel/quarkus/component/arangodb/it/ArangodbTestResource.java | 2 +- .../quarkus/component/cassandraql/it/CassandraqlTestResource.java | 2 +- .../camel/quarkus/component/consul/it/ConsulTestResource.java | 2 +- .../camel/quarkus/component/couchdb/it/CouchdbTestResource.java | 2 +- .../apache/camel/quarkus/component/fhir/it/FhirTestResource.java | 2 +- .../org/apache/camel/quarkus/component/file/it/FileRoutes.java | 2 -- .../camel/quarkus/component/infinispan/InfinispanResources.java | 2 +- .../component/infinispan/InfinispanServerTestResource.java | 2 +- .../camel/quarkus/component/influxdb/it/InfluxdbTestResource.java | 2 +- .../apache/camel/quarkus/component/jsch/it/JschTestResource.java | 2 +- .../camel/quarkus/kafka/oauth/it/KafkaKeycloakTestResource.java | 2 +- .../apache/camel/quarkus/component/kudu/it/KuduTestResource.java | 8 ++++---- .../apache/camel/quarkus/component/nats/it/NatsTestResource.java | 8 ++++---- .../apache/camel/quarkus/component/ssh/it/SshTestResource.java | 4 ++-- 21 files changed, 35 insertions(+), 32 deletions(-)