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 f4fdd833631 [create-pull-request] automated change (#1663)
     add f12b23d2929 CAMEL-23010 - Camel-Spring-Boot: Create an Azure Functions 
starter (#1664)
     add 1b78e2fb67d Regen

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |   1 +
 .../catalog/components/azure-functions.json        |  92 ++++++
 .../pom.xml                                        |   6 +-
 .../src/main/docs/azure-functions.json             | 165 +++++++++++
 .../FunctionsComponentAutoConfiguration.java}      |  22 +-
 .../FunctionsComponentConfiguration.java           | 312 +++++++++++++++++++++
 .../springboot/FunctionsComponentConverter.java}   |  14 +-
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   5 +-
 components-starter/pom.xml                         |   1 +
 tooling/camel-spring-boot-bom/pom.xml              |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml     |  12 +-
 13 files changed, 609 insertions(+), 26 deletions(-)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
 copy components-starter/{camel-azure-cosmosdb-starter => 
camel-azure-functions-starter}/pom.xml (91%)
 create mode 100644 
components-starter/camel-azure-functions-starter/src/main/docs/azure-functions.json
 copy 
components-starter/{camel-azure-eventhubs-starter/src/main/java/org/apache/camel/component/azure/eventhubs/springboot/EventHubsComponentAutoConfiguration.java
 => 
camel-azure-functions-starter/src/main/java/org/apache/camel/component/azure/functions/springboot/FunctionsComponentAutoConfiguration.java}
 (82%)
 create mode 100644 
components-starter/camel-azure-functions-starter/src/main/java/org/apache/camel/component/azure/functions/springboot/FunctionsComponentConfiguration.java
 copy 
components-starter/{camel-azure-eventgrid-starter/src/main/java/org/apache/camel/component/azure/eventgrid/springboot/EventGridComponentConverter.java
 => 
camel-azure-functions-starter/src/main/java/org/apache/camel/component/azure/functions/springboot/FunctionsComponentConverter.java}
 (72%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-azure-functions-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-azure-functions-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-aws-cloudtrail-starter => 
camel-azure-functions-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (88%)

Reply via email to