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 0d24b8261cf [create-pull-request] automated change (#1570)
     add a41fcb9ba4d Regen
     add a6fe73af2e2 CAMEL-22694 - Camel-Spring-Boot: Create Azure Eventgrid 
starter (#1573)

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |   1 +
 .../catalog/components/azure-eventgrid.json        |  52 +++++++
 .../springboot/catalog/dev-consoles.properties     |   1 +
 .../{route-structure.json => message-history.json} |   8 +-
 .../pom.xml                                        |   6 +-
 .../src/main/docs/azure-eventgrid.json             |  83 +++++++++++
 .../EventGridComponentAutoConfiguration.java}      |  22 +--
 .../EventGridComponentConfiguration.java           | 161 +++++++++++++++++++++
 .../springboot/EventGridComponentConverter.java}   |  20 +--
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   4 +-
 components-starter/pom.xml                         |   1 +
 tooling/camel-spring-boot-bom/pom.xml              |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml     |  10 ++
 15 files changed, 344 insertions(+), 30 deletions(-)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventgrid.json
 copy 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/{route-structure.json
 => message-history.json} (54%)
 copy components-starter/{camel-azure-cosmosdb-starter => 
camel-azure-eventgrid-starter}/pom.xml (91%)
 create mode 100644 
components-starter/camel-azure-eventgrid-starter/src/main/docs/azure-eventgrid.json
 copy 
components-starter/{camel-azure-eventhubs-starter/src/main/java/org/apache/camel/component/azure/eventhubs/springboot/EventHubsComponentAutoConfiguration.java
 => 
camel-azure-eventgrid-starter/src/main/java/org/apache/camel/component/azure/eventgrid/springboot/EventGridComponentAutoConfiguration.java}
 (82%)
 create mode 100644 
components-starter/camel-azure-eventgrid-starter/src/main/java/org/apache/camel/component/azure/eventgrid/springboot/EventGridComponentConfiguration.java
 copy 
components-starter/{camel-azure-storage-blob-starter/src/main/java/org/apache/camel/component/azure/storage/blob/springboot/BlobComponentConverter.java
 => 
camel-azure-eventgrid-starter/src/main/java/org/apache/camel/component/azure/eventgrid/springboot/EventGridComponentConverter.java}
 (66%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-azure-eventgrid-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-azure-eventgrid-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-aws-cloudtrail-starter => 
camel-azure-eventgrid-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (88%)

Reply via email to