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 2022/06/28 01:20:48 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (5fc87a8b322 -> 0dc8b765bf4)

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 5fc87a8b322 [create-pull-request] automated change
     add cf0a5585118 Regen
     add 4aee3ad5c1b Bump peter-evans/create-pull-request from 2.4.1 to 4.0.4
     add 687e18e417b Bump actions/dependency-review-action from 1 to 2
     add 1b2c36e10ac [create-pull-request] automated change (#576)
     add 2061eace107 Add camel-splunk-hec-starter (#575)
     add 0dc8b765bf4 [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   (5fc87a8b322)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (0dc8b765bf4)

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:
 .github/workflows/automatic-sync-main.yml          |  2 +-
 .github/workflows/depsreview.yaml                  |  2 +-
 .../camel/springboot/catalog/components.properties |  1 +
 .../springboot/catalog/components/rest-api.json    |  2 +-
 .../camel/springboot/catalog/components/rest.json  | 10 ++---
 .../camel/springboot/catalog/components/slack.json |  2 +-
 .../springboot/catalog/components/splunk-hec.json  | 45 ++++++++++++++++++++++
 .../camel-rest-starter/src/main/docs/rest.json     |  6 +--
 .../springboot/RestComponentConfiguration.java     | 20 +++++-----
 .../pom.xml                                        |  6 +--
 .../src/main/docs/splunk-hec.json}                 | 26 ++++++-------
 .../SplunkHECComponentAutoConfiguration.java}      | 20 +++++-----
 .../SplunkHECComponentConfiguration.java}          | 11 +++---
 .../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 +++
 20 files changed, 113 insertions(+), 55 deletions(-)
 create mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/splunk-hec.json
 copy components-starter/{camel-google-functions-starter => camel-splunk-hec-starter}/pom.xml (92%)
 copy components-starter/{camel-cm-sms-starter/src/main/docs/cm-sms.json => camel-splunk-hec-starter/src/main/docs/splunk-hec.json} (61%)
 copy components-starter/{camel-json-patch-starter/src/main/java/org/apache/camel/component/jsonpatch/springboot/JsonPatchComponentAutoConfiguration.java => camel-splunk-hec-starter/src/main/java/org/apache/camel/component/splunkhec/springboot/SplunkHECComponentAutoConfiguration.java} (85%)
 copy components-starter/{camel-dataformat-starter/src/main/java/org/apache/camel/component/dataformat/springboot/DataFormatComponentConfiguration.java => camel-splunk-hec-starter/src/main/java/org/apache/camel/component/splunkhec/springboot/SplunkHECComponentConfiguration.java} (89%)
 copy {archetypes/camel-archetype-spring-boot => components-starter/camel-splunk-hec-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {archetypes/camel-archetype-spring-boot => components-starter/camel-splunk-hec-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy components-starter/{camel-huaweicloud-obs-starter => camel-splunk-hec-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy components-starter/{camel-ahc-ws-starter => camel-splunk-hec-starter}/src/main/resources/META-INF/spring.provides (97%)