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 aab1228  [create-pull-request] automated change
     add 7c556b8  [create-pull-request] automated change
     add 8b45f35  CAMEL-15684 - Removed camel-hipchat
     add e06ea80  Regen
     add 009d36d  Fixed missing license
     add 7d34635  Add checkstyle version to pom
     add a199228  [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   (aab1228)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (a199228)

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:
 components-starter/camel-hipchat-starter/pom.xml   |  61 -------
 .../src/main/docs/hipchat-starter.adoc             |  32 ----
 .../HipchatComponentAutoConfiguration.java         |  75 --------
 .../springboot/HipchatComponentConfiguration.java  |  93 ----------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 ---------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../src/main/resources/META-INF/spring.factories   |  18 --
 .../src/main/resources/META-INF/spring.provides    |  17 --
 components-starter/pom.xml                         |   1 -
 .../util/ConditionalOnHierarchicalProperties.java  |  16 ++
 .../camel/itest/springboot/CamelHipchatTest.java   |  48 -----
 tooling/camel-spring-boot-bom/pom.xml              |   5 -
 tooling/camel-spring-boot-dependencies/pom.xml     |  10 -
 tooling/camel-starter-parent/pom.xml               |   1 +
 14 files changed, 17 insertions(+), 574 deletions(-)
 delete mode 100644 components-starter/camel-hipchat-starter/pom.xml
 delete mode 100644 
components-starter/camel-hipchat-starter/src/main/docs/hipchat-starter.adoc
 delete mode 100644 
components-starter/camel-hipchat-starter/src/main/java/org/apache/camel/component/hipchat/springboot/HipchatComponentAutoConfiguration.java
 delete mode 100644 
components-starter/camel-hipchat-starter/src/main/java/org/apache/camel/component/hipchat/springboot/HipchatComponentConfiguration.java
 delete mode 100644 
components-starter/camel-hipchat-starter/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 
components-starter/camel-hipchat-starter/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 
components-starter/camel-hipchat-starter/src/main/resources/META-INF/spring.factories
 delete mode 100644 
components-starter/camel-hipchat-starter/src/main/resources/META-INF/spring.provides
 delete mode 100644 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelHipchatTest.java

Reply via email to