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 75a2657e083 [create-pull-request] automated change
     add fe4ccfbfcc8 [create-pull-request] automated change
     add 7422a7516c9 Regen
     add ecf38f686ee camel-jq-starter
     add acaedbf76f2 [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   (75a2657e083)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (acaedbf76f2)

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:
 .../springboot/catalog/components/aws2-s3.json     |  3 ++
 .../springboot/catalog/components/dropbox.json     | 26 +++++++-------
 .../springboot/catalog/components/kamelet.json     | 10 +++---
 .../camel/springboot/catalog/languages.properties  |  1 +
 .../catalog/languages/{xquery.json => jq.json}     | 23 ++++++------
 .../camel/springboot/catalog/others.properties     |  1 +
 .../apache/camel/springboot/catalog/others/jq.json | 14 ++++++++
 .../pom.xml                                        |  6 ++--
 .../camel-jq-starter/src/main/docs/jq.json         | 42 ++++++++++++++++++++++
 .../springboot/JqLanguageAutoConfiguration.java}   | 20 +++++------
 .../jq/springboot/JqLanguageConfiguration.java}    | 22 +++++++++---
 .../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     | 10 ++++++
 18 files changed, 138 insertions(+), 50 deletions(-)
 copy 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/{xquery.json
 => jq.json} (52%)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/jq.json
 copy components-starter/{camel-jcr-starter => camel-jq-starter}/pom.xml (93%)
 create mode 100644 components-starter/camel-jq-starter/src/main/docs/jq.json
 copy 
components-starter/{camel-core-starter/src/main/java/org/apache/camel/language/ref/springboot/RefLanguageAutoConfiguration.java
 => 
camel-jq-starter/src/main/java/org/apache/camel/language/jq/springboot/JqLanguageAutoConfiguration.java}
 (86%)
 copy 
components-starter/{camel-core-starter/src/main/java/org/apache/camel/language/ref/springboot/RefLanguageConfiguration.java
 => 
camel-jq-starter/src/main/java/org/apache/camel/language/jq/springboot/JqLanguageConfiguration.java}
 (73%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-jq-starter}/src/main/resources/META-INF/LICENSE.txt 
(100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-jq-starter}/src/main/resources/META-INF/NOTICE.txt 
(100%)
 copy components-starter/{camel-huaweicloud-functiongraph-starter => 
camel-jq-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy components-starter/{camel-vm-starter => 
camel-jq-starter}/src/main/resources/META-INF/spring.provides (98%)

Reply via email to