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

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


 discard 4082313  Fix #1161 ClassNotFoundException JAXBContext in 
camel-core-impl
 discard b4141fe  Add Camel 3.3.0 Staging repo temporarily
 discard c69f483  Upgrade to Camel 3.3.0
 discard 780e06e  Follow Camel with the kubernetes-client version
 discard 73f11c6  Pin influxdb on 2.17 to workaround #1208
 discard a78b57a  Manage MongoDB driver JARs to avoid conflicts between Camel 
and Quarkus
     add c22f737  Rename test support extension to a more meaningful name
     add 0ba02e5  Remove 'core' prefix for main related integration tests 
modules
     add 349cbb2  Remove core-impl integration test as we cover camel-cloud 
test through consul extension
     add d41007e  Introduce RuntimeCamelContextCustomizerBuildItem to allow to 
customize the camel context before it is started
     new 8c99a3e  Manage MongoDB driver JARs to avoid conflicts between Camel 
and Quarkus
     new ca0fcef  Pin influxdb on 2.17 to workaround #1208
     new ecb5c92  Follow Camel with the kubernetes-client version
     new b900b63  Upgrade to Camel 3.3.0
     new d35047a  Add Camel 3.3.0 Staging repo temporarily
     new 9f7ab8d  Fix #1161 ClassNotFoundException JAXBContext in 
camel-core-impl
     new 13259a7  Simplify Maven mojos after the upgrade to Camel 3.3.0

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   (4082313)
            \
             N -- N -- N   refs/heads/camel-master (13259a7)

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 7 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:
 .github/test-categories.yaml                       |  12 +-
 .../quarkus/core/deployment/BuildProcessor.java    |  41 ++--
 ...=> RuntimeCamelContextCustomizerBuildItem.java} |   6 +-
 .../camel/quarkus/core/CamelMainRecorder.java      |  12 ++
 .../deployment/MicroProfileMetricsProcessor.java   |  18 +-
 .../runtime/CamelMicroProfileMetricsRecorder.java  |  53 ++---
 .../core/runtime/support/deployment/Feature.java   |  29 ---
 .../deployment/pom.xml                             |   9 +-
 .../quarkus/core/support/deployment/Feature.java   |   0
 .../core/support/deployment/SupportBuildStep.java  |   0
 .../{core-main => custom-log-component}/pom.xml    |   6 +-
 .../{core => custom-log-component}/runtime/pom.xml |   7 +-
 .../quarkus/core/support/SupportRecorder.java      |   0
 .../deployment/pom.xml                             |   9 +-
 .../deployment/CustomMainListenerBuildStep.java}   |  12 +-
 .../{core => custom-main-listener}/pom.xml         |   6 +-
 .../runtime/pom.xml                                |   7 +-
 .../support/mainlistener/CustomMainListener.java}  |   4 +-
 .../mainlistener/CustomMainListenerRecorder.java}  |  10 +-
 .../deployment/pom.xml                             |   9 +-
 .../core/runtime/support/deployment/Feature.java   |   0
 .../support/deployment/SupportBuildStep.java       |   0
 .../pom.xml                                        |   4 +-
 .../custom-routes-collector}/runtime/pom.xml       |  14 +-
 .../core/runtime/support/SupportRecorder.java      |   0
 .../runtime/support/SupportRoutesCollector.java    |   0
 .../deployment/pom.xml                             |   9 +-
 .../deployment/CustomTypeConverterBuildStep.java}  |  15 +-
 .../{core-main => custom-type-converter}/pom.xml   |   4 +-
 .../runtime/pom.xml                                |   7 +-
 .../typeconverter/CustomTypeConverterLoader.java}  |   4 +-
 .../CustomTypeConverterRecorder.java}              |  11 +-
 .../quarkus/it/support/typeconverter}/MyPair.java  |   2 +-
 integration-tests-support/pom.xml                  |   7 +-
 integration-tests/core-impl/pom.xml                | 102 ----------
 .../src/main/resources/application.properties      |  30 ---
 integration-tests/core/pom.xml                     |   2 +-
 .../pom.xml                                        |   4 +-
 .../core/CoreMainCaffeineLRUCacheResource.java     |   0
 .../src/main/resources/application.properties      |   0
 .../core/CoreMainCaffeineLRUCacheResourceIT.java   |   0
 .../core/CoreMainCaffeineLRUCacheResourceTest.java |   0
 .../pom.xml                                        |   6 +-
 .../quarkus/core/CoreMainCollectorResource.java    |   0
 .../src/main/resources/application.properties      |   0
 .../camel/quarkus/core/CoreMainCollectorTest.java  |   0
 .../{core-main-xml-io => main-xml-io}/pom.xml      |   4 +-
 .../camel/quarkus/core/CoreMainXmlIoResource.java  |   0
 .../src/main/resources/application.properties      |   0
 .../src/main/resources/routes/my-routes.xml        |   0
 .../apache/camel/quarkus/core/CoreMainXmlIoIT.java |   0
 .../camel/quarkus/core/CoreMainXmlIoTest.java      |   0
 .../{core-main-xml-jaxb => main-xml-jaxb}/pom.xml  |   4 +-
 .../quarkus/core/CoreMainXmlJaxbResource.java      |   0
 .../src/main/resources/application.properties      |   0
 .../src/main/resources/routes/my-routes.xml        |   0
 .../camel/quarkus/core/CoreMainXmlJaxbIT.java      |   0
 .../camel/quarkus/core/CoreMainXmlJaxbTest.java    |   0
 integration-tests/{core-main => main}/pom.xml      |  10 +-
 .../apache/camel/quarkus/core/CamelComponents.java |   0
 .../org/apache/camel/quarkus/core/CamelRoute.java  |   0
 .../camel/quarkus/core/CamelRouteFiltered.java     |   0
 .../camel/quarkus/core/CamelRouteProducer.java     |   0
 .../quarkus/core/CamelRouteWithEndpointDSL.java    |   0
 .../camel/quarkus/core/CoreMainResource.java       |   2 +-
 .../src/main/resources/application.properties      |   0
 .../org/apache/camel/quarkus/core/CoreMainIT.java  |   0
 .../apache/camel/quarkus/core/CoreMainTest.java    |   4 +-
 .../camel/quarkus/core/CoreMainTestResource.java   |   0
 integration-tests/pom.xml                          |  11 +-
 poms/bom-test/pom.xml                              |  13 +-
 .../org/apache/camel/quarkus/maven/CqCatalog.java  | 218 +++------------------
 .../org/apache/camel/quarkus/maven/CqUtils.java    |  12 ++
 .../quarkus/maven/PrepareCatalogQuarkusMojo.java   | 161 +++++++--------
 .../quarkus/maven/UpdateDocExtensionsListMojo.java |  93 ++++++---
 .../extension-list-templates/readme-components.ftl |   4 +-
 .../readme-dataformats.ftl                         |   4 +-
 .../extension-list-templates/readme-languages.ftl  |   4 +-
 .../extension-list-templates/readme-others.ftl     |   4 +-
 79 files changed, 374 insertions(+), 645 deletions(-)
 copy 
extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/spi/{CamelContextCustomizerBuildItem.java
 => RuntimeCamelContextCustomizerBuildItem.java} (84%)
 delete mode 100644 
integration-tests-support/core-main/deployment/src/main/java/org/apache/camel/quarkus/core/runtime/support/deployment/Feature.java
 rename integration-tests-support/{core => 
custom-log-component}/deployment/pom.xml (87%)
 rename integration-tests-support/{core => 
custom-log-component}/deployment/src/main/java/org/apache/camel/quarkus/core/support/deployment/Feature.java
 (100%)
 rename integration-tests-support/{core => 
custom-log-component}/deployment/src/main/java/org/apache/camel/quarkus/core/support/deployment/SupportBuildStep.java
 (100%)
 copy integration-tests-support/{core-main => custom-log-component}/pom.xml 
(88%)
 rename integration-tests-support/{core => 
custom-log-component}/runtime/pom.xml (89%)
 rename integration-tests-support/{core => 
custom-log-component}/runtime/src/main/java/org/apache/camel/quarkus/core/support/SupportRecorder.java
 (100%)
 copy integration-tests-support/{core-main-collector => 
custom-main-listener}/deployment/pom.xml (86%)
 copy 
integration-tests-support/{core-main-collector/deployment/src/main/java/org/apache/camel/quarkus/core/runtime/support/deployment/SupportBuildStep.java
 => 
custom-main-listener/deployment/src/main/java/org/apache/camel/quarkus/it/support/mainlistener/deployment/CustomMainListenerBuildStep.java}
 (70%)
 rename integration-tests-support/{core => custom-main-listener}/pom.xml (88%)
 rename integration-tests-support/{core-main => 
custom-main-listener}/runtime/pom.xml (90%)
 rename 
integration-tests-support/{core-main/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/SupportListener.java
 => 
custom-main-listener/runtime/src/main/java/org/apache/camel/quarkus/it/support/mainlistener/CustomMainListener.java}
 (95%)
 copy 
integration-tests-support/{core-main-collector/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/SupportRecorder.java
 => 
custom-main-listener/runtime/src/main/java/org/apache/camel/quarkus/it/support/mainlistener/CustomMainListenerRecorder.java}
 (77%)
 rename integration-tests-support/{core-main-collector => 
custom-routes-collector}/deployment/pom.xml (86%)
 rename integration-tests-support/{core-main-collector => 
custom-routes-collector}/deployment/src/main/java/org/apache/camel/quarkus/core/runtime/support/deployment/Feature.java
 (100%)
 rename integration-tests-support/{core-main-collector => 
custom-routes-collector}/deployment/src/main/java/org/apache/camel/quarkus/core/runtime/support/deployment/SupportBuildStep.java
 (100%)
 rename integration-tests-support/{core-main-collector => 
custom-routes-collector}/pom.xml (88%)
 copy {extensions-support/policy => 
integration-tests-support/custom-routes-collector}/runtime/pom.xml (88%)
 rename integration-tests-support/{core-main-collector => 
custom-routes-collector}/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/SupportRecorder.java
 (100%)
 rename integration-tests-support/{core-main-collector => 
custom-routes-collector}/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/SupportRoutesCollector.java
 (100%)
 rename integration-tests-support/{core-main => 
custom-type-converter}/deployment/pom.xml (86%)
 rename 
integration-tests-support/{core-main/deployment/src/main/java/org/apache/camel/quarkus/core/runtime/support/deployment/SupportBuildStep.java
 => 
custom-type-converter/deployment/src/main/java/org/apache/camel/quarkus/it/support/typeconverter/deployment/CustomTypeConverterBuildStep.java}
 (68%)
 rename integration-tests-support/{core-main => custom-type-converter}/pom.xml 
(88%)
 rename integration-tests-support/{core-main-collector => 
custom-type-converter}/runtime/pom.xml (88%)
 rename 
integration-tests-support/{core-main/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/SupportTypeConverterLoader.java
 => 
custom-type-converter/runtime/src/main/java/org/apache/camel/quarkus/it/support/typeconverter/CustomTypeConverterLoader.java}
 (91%)
 rename 
integration-tests-support/{core-main/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/SupportRecorder.java
 => 
custom-type-converter/runtime/src/main/java/org/apache/camel/quarkus/it/support/typeconverter/CustomTypeConverterRecorder.java}
 (75%)
 rename 
integration-tests-support/{core-main/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support
 => 
custom-type-converter/runtime/src/main/java/org/apache/camel/quarkus/it/support/typeconverter}/MyPair.java
 (95%)
 delete mode 100644 integration-tests/core-impl/pom.xml
 delete mode 100644 
integration-tests/core-impl/src/main/resources/application.properties
 rename integration-tests/{core-main-caffeine-lrucache => 
main-caffeine-lrucache}/pom.xml (96%)
 rename integration-tests/{core-main-caffeine-lrucache => 
main-caffeine-lrucache}/src/main/java/org/apache/camel/quarkus/core/CoreMainCaffeineLRUCacheResource.java
 (100%)
 rename integration-tests/{core-main-caffeine-lrucache => 
main-caffeine-lrucache}/src/main/resources/application.properties (100%)
 rename integration-tests/{core-main-caffeine-lrucache => 
main-caffeine-lrucache}/src/test/java/org/apache/camel/quarkus/core/CoreMainCaffeineLRUCacheResourceIT.java
 (100%)
 rename integration-tests/{core-main-caffeine-lrucache => 
main-caffeine-lrucache}/src/test/java/org/apache/camel/quarkus/core/CoreMainCaffeineLRUCacheResourceTest.java
 (100%)
 rename integration-tests/{core-main-collector => main-collector}/pom.xml (94%)
 rename integration-tests/{core-main-collector => 
main-collector}/src/main/java/org/apache/camel/quarkus/core/CoreMainCollectorResource.java
 (100%)
 rename integration-tests/{core-main-collector => 
main-collector}/src/main/resources/application.properties (100%)
 rename integration-tests/{core-main-collector => 
main-collector}/src/test/java/org/apache/camel/quarkus/core/CoreMainCollectorTest.java
 (100%)
 rename integration-tests/{core-main-xml-io => main-xml-io}/pom.xml (97%)
 rename integration-tests/{core-main-xml-io => 
main-xml-io}/src/main/java/org/apache/camel/quarkus/core/CoreMainXmlIoResource.java
 (100%)
 rename integration-tests/{core-main-xml-jaxb => 
main-xml-io}/src/main/resources/application.properties (100%)
 rename integration-tests/{core-main-xml-jaxb => 
main-xml-io}/src/main/resources/routes/my-routes.xml (100%)
 rename integration-tests/{core-main-xml-io => 
main-xml-io}/src/test/java/org/apache/camel/quarkus/core/CoreMainXmlIoIT.java 
(100%)
 rename integration-tests/{core-main-xml-io => 
main-xml-io}/src/test/java/org/apache/camel/quarkus/core/CoreMainXmlIoTest.java 
(100%)
 rename integration-tests/{core-main-xml-jaxb => main-xml-jaxb}/pom.xml (96%)
 rename integration-tests/{core-main-xml-jaxb => 
main-xml-jaxb}/src/main/java/org/apache/camel/quarkus/core/CoreMainXmlJaxbResource.java
 (100%)
 rename integration-tests/{core-main-xml-io => 
main-xml-jaxb}/src/main/resources/application.properties (100%)
 rename integration-tests/{core-main-xml-io => 
main-xml-jaxb}/src/main/resources/routes/my-routes.xml (100%)
 rename integration-tests/{core-main-xml-jaxb => 
main-xml-jaxb}/src/test/java/org/apache/camel/quarkus/core/CoreMainXmlJaxbIT.java
 (100%)
 rename integration-tests/{core-main-xml-jaxb => 
main-xml-jaxb}/src/test/java/org/apache/camel/quarkus/core/CoreMainXmlJaxbTest.java
 (100%)
 rename integration-tests/{core-main => main}/pom.xml (93%)
 rename integration-tests/{core-main => 
main}/src/main/java/org/apache/camel/quarkus/core/CamelComponents.java (100%)
 rename integration-tests/{core-main => 
main}/src/main/java/org/apache/camel/quarkus/core/CamelRoute.java (100%)
 rename integration-tests/{core-main => 
main}/src/main/java/org/apache/camel/quarkus/core/CamelRouteFiltered.java (100%)
 rename integration-tests/{core-main => 
main}/src/main/java/org/apache/camel/quarkus/core/CamelRouteProducer.java (100%)
 rename integration-tests/{core-main => 
main}/src/main/java/org/apache/camel/quarkus/core/CamelRouteWithEndpointDSL.java
 (100%)
 rename integration-tests/{core-main => 
main}/src/main/java/org/apache/camel/quarkus/core/CoreMainResource.java (99%)
 rename integration-tests/{core-main => 
main}/src/main/resources/application.properties (100%)
 rename integration-tests/{core-main => 
main}/src/test/java/org/apache/camel/quarkus/core/CoreMainIT.java (100%)
 rename integration-tests/{core-main => 
main}/src/test/java/org/apache/camel/quarkus/core/CoreMainTest.java (98%)
 rename integration-tests/{core-main => 
main}/src/test/java/org/apache/camel/quarkus/core/CoreMainTestResource.java 
(100%)

Reply via email to