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 2eef06b Temporary hacks to handle version misalignment of smallrye-health and smallrye-faulttolerance in Quarkus & Camel discard 2b47db7 Upgrade to Quarkus 2.8.0.CR1 add 64a18af DebeziumMongodbTest skipped tests #3213 add e72113e Poll for optaplanner results to avoid timeouts on slow machines add 242bae0 Remove duplicate software.amazon.awssdk:iam dependency declaration add 724d328 Honor extension deprecation in Catalog and in documentation add ad7aa0f Deprecate camel-quarkus-spark #3466 add 7f937f9 Updated CHANGELOG.md new dc0ea90 Upgrade to Quarkus 2.8.0.CR1 new 9846146 Temporary hacks to handle version misalignment of smallrye-health and smallrye-faulttolerance in Quarkus & Camel 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 (2eef06b) \ N -- N -- N refs/heads/quarkus-main (9846146) 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 | 8 ++ docs/modules/ROOT/examples/components/spark.yml | 2 +- .../ROOT/pages/reference/extensions/spark.adoc | 6 +- extensions-jvm/spark/runtime/pom.xml | 1 + .../main/resources/META-INF/quarkus-extension.yaml | 1 + integration-tests/aws2-grouped/pom.xml | 5 -- .../common/it/mongodb/DebeziumMongodbTest.java | 13 +-- .../common/it/mysql/DebeziumMysqlTest.java | 36 ++------ .../common/it/sqlserver/DebeziumSqlserverTest.java | 33 ++------ integration-tests/optaplanner/pom.xml | 12 ++- .../optaplanner/it/OptaplannerResource.java | 85 +++++++++++++------ .../quarkus/component/optaplanner/it/Routes.java | 15 ++-- .../component/optaplanner/it/OptaplannerTest.java | 98 ++++++++++++++++++---- .../camel/quarkus/maven/CamelQuarkusExtension.java | 9 ++ .../org/apache/camel/quarkus/maven/CqUtils.java | 4 +- .../quarkus/maven/PrepareCatalogQuarkusMojo.java | 2 +- .../quarkus/maven/UpdateExtensionDocPageMojo.java | 2 +- 17 files changed, 200 insertions(+), 132 deletions(-)