This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard af62002 Adapt to latest Camel API changes discard 96d9490 Remove redundant reflective class registration for SunJaxb21NamespacePrefixMapper discard a3c5010 Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version discard b4e4ea4 Camel 3.12 : Dataformat fix attributes names discard 2bd577a Upgrade spark and hadoop versions discard 7806994 Upgrade Camel to 3.12.0 add 510a4b9 fix attribute syntax add 68be716 Allow extending an existing Catalog add 83dc1e2 Upgrade to cq-maven-plugin 1.0.0 - Ignore unlinked modules when listing extensions new 5504e15 Upgrade Camel to 3.12.0 new d79d8c4 Upgrade spark and hadoop versions new a6d3fcb Camel 3.12 : Dataformat fix attributes names new ba4dfc3 Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version new db5c4e2 Remove redundant reflective class registration for SunJaxb21NamespacePrefixMapper new cf9d788 Adapt to latest Camel API changes 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 (af62002) \ N -- N -- N refs/heads/camel-main (cf9d788) 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 6 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: catalog/pom.xml | 7 +- .../ROOT/pages/reference/extensions/core.adoc | 2 +- .../core/runtime/src/main/doc/configuration.adoc | 2 +- pom.xml | 37 +--- tooling/maven-plugin/pom.xml | 10 + .../quarkus/maven/AbstractDocGeneratorMojo.java | 16 +- .../quarkus/maven/AbstractExtensionListMojo.java | 97 ++++++++++ .../quarkus/maven/CheckExtensionPagesMojo.java | 51 ++---- .../org/apache/camel/quarkus/maven/CqCatalog.java | 142 ++++++++++---- .../org/apache/camel/quarkus/maven/CqUtils.java | 45 ++++- .../camel/quarkus/maven/ExtensionModule.java | 66 +++++++ .../org/apache/camel/quarkus/maven/PatternSet.java | 39 ++-- .../quarkus/maven/PrepareCatalogQuarkusMojo.java | 203 ++++++++------------- 13 files changed, 445 insertions(+), 272 deletions(-) create mode 100644 tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/AbstractExtensionListMojo.java create mode 100644 tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/ExtensionModule.java copy integration-tests-support/custom-routes-collector/runtime/src/main/java/org/apache/camel/quarkus/main/runtime/support/CustomRoutesCollector.java => tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/PatternSet.java (55%)