You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/01/30 00:55:47 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (7be41da818c -> 877db93abc8)

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


    omit 7be41da818c [create-pull-request] automated change
     add 6f32c770ea0 [create-pull-request] automated change
     add c5dff385960 CAMEL-18966: camel-zeebe-starter
     add 877db93abc8 [create-pull-request] automated change

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   (7be41da818c)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (877db93abc8)

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.

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |  1 +
 .../camel/springboot/catalog/components/zeebe.json | 53 ++++++++++++++
 .../camel/springboot/catalog/others.properties     |  1 +
 .../camel/springboot/catalog/others/zeebe.json     | 14 ++++
 .../pom.xml                                        |  4 +-
 .../camel-zeebe-starter/src/main/docs/zeebe.json   | 82 ++++++++++++++++++++++
 .../ZeebeComponentAutoConfiguration.java}          | 20 +++---
 .../springboot/ZeebeComponentConfiguration.java}   | 73 +++++++++++--------
 .../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 +
 tooling/camel-spring-boot-bom/pom.xml              |  5 ++
 tooling/camel-spring-boot-dependencies/pom.xml     |  5 ++
 15 files changed, 220 insertions(+), 43 deletions(-)
 create mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/zeebe.json
 create mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/zeebe.json
 copy components-starter/{camel-plc4x-starter => camel-zeebe-starter}/pom.xml (95%)
 create mode 100644 components-starter/camel-zeebe-starter/src/main/docs/zeebe.json
 copy components-starter/{camel-bean-starter/src/main/java/org/apache/camel/component/bean/springboot/BeanComponentAutoConfiguration.java => camel-zeebe-starter/src/main/java/org/apache/camel/component/zeebe/springboot/ZeebeComponentAutoConfiguration.java} (86%)
 copy components-starter/{camel-atmos-starter/src/main/java/org/apache/camel/component/atmos/springboot/AtmosComponentConfiguration.java => camel-zeebe-starter/src/main/java/org/apache/camel/component/zeebe/springboot/ZeebeComponentConfiguration.java} (69%)
 copy {archetypes/camel-archetype-spring-boot => components-starter/camel-zeebe-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {archetypes/camel-archetype-spring-boot => components-starter/camel-zeebe-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy components-starter/{camel-avro-starter => camel-zeebe-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy components-starter/{camel-as2-starter => camel-zeebe-starter}/src/main/resources/META-INF/spring.provides (97%)