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 28e3458  [create-pull-request] automated change
     add 611ecd6  [create-pull-request] automated change
     add 82bd8c8  Regen
     add 5e2c97f  [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   (28e3458)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (5e2c97f)

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/pubnub.json      |  12 +-
 .../camel/springboot/catalog/components/smpp.json  |   2 +
 .../camel/springboot/catalog/components/smpps.json |   2 +
 .../src/main/docs/pubnub-starter.adoc              |  12 +-
 .../PubNubComponentAutoConfiguration.java          |   2 +-
 .../springboot/PubNubComponentConfiguration.java   | 136 +++++++++++++++++++++
 .../springboot/PubNubComponentConverter.java}      |   8 +-
 .../src/main/resources/META-INF/spring.factories   |   4 +-
 .../src/main/docs/smpp-starter.adoc                |   3 +-
 .../springboot/SmppComponentConfiguration.java     |  14 +++
 docs/modules/ROOT/pages/pubnub-starter.adoc        |  12 +-
 docs/modules/ROOT/pages/smpp-starter.adoc          |   3 +-
 docs/modules/ROOT/pages/spring-boot.adoc           |   2 +-
 13 files changed, 200 insertions(+), 12 deletions(-)
 copy 
components-starter/{camel-docker-starter/src/main/java/org/apache/camel/component/docker/springboot/DockerComponentConverter.java
 => 
camel-pubnub-starter/src/main/java/org/apache/camel/component/pubnub/springboot/PubNubComponentConverter.java}
 (89%)

Reply via email to