You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/09 11:52:22 UTC

[camel-spring-boot] branch main updated (a23fe68432b -> 3a703941ea1)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from a23fe68432b [create-pull-request] automated change
     add 27205cb6ec2 CAMEL-18682 - Camel-Plc4x: Add a Spring Boot starter
     add 7011a4d3322 CAMEL-18682 - Camel-Plc4x: Add a Spring Boot starter
     add 3a703941ea1 CAMEL-18682 - Camel-Plc4x: Add a Spring Boot starter

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |  1 +
 .../components/{spring-event.json => plc4x.json}   | 25 ++++++++++--------
 .../pom.xml                                        |  4 +--
 .../src/main/docs/plc4x.json}                      | 30 +++++++++++-----------
 .../Plc4XComponentAutoConfiguration.java}          | 20 +++++++--------
 .../springboot/Plc4XComponentConfiguration.java}   | 10 ++++----
 .../src/main/resources/META-INF/LICENSE.txt        |  0
 .../src/main/resources/META-INF/NOTICE.txt         |  0
 .../src/main/resources/META-INF/spring.factories   |  2 +-
 .../src/main/resources/META-INF/spring.provides    |  2 +-
 components-starter/pom.xml                         |  1 +
 .../{CamelCmSmsTest.java => CamelPlc4xTest.java}   |  4 +--
 tooling/camel-spring-boot-bom/pom.xml              |  5 ++++
 tooling/camel-spring-boot-dependencies/pom.xml     |  5 ++++
 14 files changed, 62 insertions(+), 47 deletions(-)
 copy catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{spring-event.json => plc4x.json} (75%)
 copy components-starter/{camel-python-starter => camel-plc4x-starter}/pom.xml (95%)
 copy components-starter/{camel-git-starter/src/main/docs/git.json => camel-plc4x-starter/src/main/docs/plc4x.json} (66%)
 copy components-starter/{camel-openstack-starter/src/main/java/org/apache/camel/component/openstack/nova/springboot/NovaComponentAutoConfiguration.java => camel-plc4x-starter/src/main/java/org/apache/camel/component/plc4x/springboot/Plc4XComponentAutoConfiguration.java} (87%)
 copy components-starter/{camel-file-starter/src/main/java/org/apache/camel/component/file/springboot/FileComponentConfiguration.java => camel-plc4x-starter/src/main/java/org/apache/camel/component/plc4x/springboot/Plc4XComponentConfiguration.java} (93%)
 copy {archetypes/camel-archetype-spring-boot => components-starter/camel-plc4x-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {archetypes/camel-archetype-spring-boot => components-starter/camel-plc4x-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy components-starter/{camel-avro-starter => camel-plc4x-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy components-starter/{camel-as2-starter => camel-plc4x-starter}/src/main/resources/META-INF/spring.provides (97%)
 copy tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelCmSmsTest.java => CamelPlc4xTest.java} (92%)