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 1c4ccf52fa9 [create-pull-request] automated change
     add c4000bf0366 [create-pull-request] automated change
     add 21933414d7e CAMEL-19132: Deprecate vm and direct-vm and remove in v4
     add bf2159b1933 CAMEL-19133: camel-zookeeper - Serialize MetaData in 
camel-cloud service discovery problem. Thanks to geyipeng for patch.
     add a3163eb32a6 [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   (1c4ccf52fa9)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (a3163eb32a6)

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 -
 .../springboot/catalog/components/direct-vm.json   |  45 -----
 components-starter/camel-directvm-starter/pom.xml  |  49 -----
 .../src/main/docs/directvm.json                    |  77 --------
 .../DirectVmComponentAutoConfiguration.java        |  77 --------
 .../springboot/DirectVmComponentConfiguration.java | 145 ---------------
 .../springboot/DirectVmComponentConverter.java     |  63 -------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 ---------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../src/main/resources/META-INF/spring.provides    |  17 --
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  19 --
 .../cloud/ZooKeeperServiceRegistryTest.java        |  12 +-
 components-starter/pom.xml                         |   1 -
 core-starter/camel-spring-boot-starter/pom.xml     |   4 -
 tooling/camel-spring-boot-bom/pom.xml              |   5 -
 tooling/camel-spring-boot-dependencies/pom.xml     |   5 -
 16 files changed, 6 insertions(+), 728 deletions(-)
 delete mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
 delete mode 100644 components-starter/camel-directvm-starter/pom.xml
 delete mode 100644 
components-starter/camel-directvm-starter/src/main/docs/directvm.json
 delete mode 100644 
components-starter/camel-directvm-starter/src/main/java/org/apache/camel/component/directvm/springboot/DirectVmComponentAutoConfiguration.java
 delete mode 100644 
components-starter/camel-directvm-starter/src/main/java/org/apache/camel/component/directvm/springboot/DirectVmComponentConfiguration.java
 delete mode 100644 
components-starter/camel-directvm-starter/src/main/java/org/apache/camel/component/directvm/springboot/DirectVmComponentConverter.java
 delete mode 100644 
components-starter/camel-directvm-starter/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 
components-starter/camel-directvm-starter/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 
components-starter/camel-directvm-starter/src/main/resources/META-INF/spring.provides
 delete mode 100644 
components-starter/camel-directvm-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

Reply via email to