This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from d279aed Regen new f26827d CAMEL-13046 - Remove Camel-Openshift new ba2b1f2 Regen 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: bom/camel-bom/pom.xml | 10 --- .../component/openshift/OpenShiftComponent.java | 94 ---------------------- components/readme.adoc | 5 +- parent/pom.xml | 10 --- .../karaf/features/src/main/resources/features.xml | 5 -- .../camel-spring-boot-dependencies/pom.xml | 10 --- .../camel/itest/karaf/CamelOpenshiftTest.java | 34 -------- .../camel/itest/springboot/CamelOpenshiftTest.java | 48 ----------- 8 files changed, 1 insertion(+), 215 deletions(-) delete mode 100644 components/camel-openshift/src/main/java/org/apache/camel/component/openshift/OpenShiftComponent.java delete mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelOpenshiftTest.java delete mode 100644 tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelOpenshiftTest.java