This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from c4000bf0366 [create-pull-request] automated change
     new 21933414d7e CAMEL-19132: Deprecate vm and direct-vm and remove in v4
     new bf2159b1933 CAMEL-19133: camel-zookeeper - Serialize MetaData in 
camel-cloud service discovery problem. Thanks to geyipeng for patch.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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     |  10 -
 16 files changed, 6 insertions(+), 733 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