This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
from 2508a7b3d63 [create-pull-request] automated change (#607) add f4d8bd34503 CAMEL-6645: camel-mapstruct component No new revisions were added by this update. Summary of changes: .../camel/springboot/catalog/components.properties | 1 + .../components/{stax.json => mapstruct.json} | 25 +++++----- .../pom.xml | 6 +-- .../src/main/docs/mapstruct.json | 55 ++++++++++++++++++++++ .../MapstructComponentAutoConfiguration.java} | 22 ++++----- .../MapstructComponentConfiguration.java} | 54 ++++++++++----------- .../springboot/MapstructComponentConverter.java} | 8 ++-- .../src/main/resources/META-INF/LICENSE.txt | 0 .../src/main/resources/META-INF/NOTICE.txt | 0 .../src/main/resources/META-INF/spring.factories | 4 +- .../src/main/resources/META-INF/spring.provides | 2 +- components-starter/pom.xml | 1 + tooling/camel-spring-boot-bom/pom.xml | 5 ++ tooling/camel-spring-boot-dependencies/pom.xml | 10 ++++ 14 files changed, 135 insertions(+), 58 deletions(-) copy catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{stax.json => mapstruct.json} (60%) copy components-starter/{camel-debug-starter => camel-mapstruct-starter}/pom.xml (92%) create mode 100644 components-starter/camel-mapstruct-starter/src/main/docs/mapstruct.json copy components-starter/{camel-quickfix-starter/src/main/java/org/apache/camel/component/quickfixj/springboot/QuickfixjComponentAutoConfiguration.java => camel-mapstruct-starter/src/main/java/org/apache/camel/component/mapstruct/springboot/MapstructComponentAutoConfiguration.java} (83%) copy components-starter/{camel-spark-starter/src/main/java/org/apache/camel/component/spark/springboot/SparkComponentConfiguration.java => camel-mapstruct-starter/src/main/java/org/apache/camel/component/mapstruct/springboot/MapstructComponentConfiguration.java} (71%) copy components-starter/{camel-zookeeper-starter/src/main/java/org/apache/camel/component/zookeeper/springboot/ZooKeeperComponentConverter.java => camel-mapstruct-starter/src/main/java/org/apache/camel/component/mapstruct/springboot/MapstructComponentConverter.java} (86%) copy {archetypes/camel-archetype-spring-boot => components-starter/camel-mapstruct-starter}/src/main/resources/META-INF/LICENSE.txt (100%) copy {archetypes/camel-archetype-spring-boot => components-starter/camel-mapstruct-starter}/src/main/resources/META-INF/NOTICE.txt (100%) copy components-starter/{camel-huaweicloud-obs-starter => camel-mapstruct-starter}/src/main/resources/META-INF/spring.factories (87%) copy components-starter/{camel-ahc-ws-starter => camel-mapstruct-starter}/src/main/resources/META-INF/spring.provides (97%)