This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 2a4fb1d CAMEL-17460: remove camel-spring-javaconfig starter 2a4fb1d is described below commit 2a4fb1d1211accfc677fda31977b0d2750f0105c Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 12 07:12:36 2022 +0100 CAMEL-17460: remove camel-spring-javaconfig starter --- .../org/apache/camel/springboot/catalog/others.properties | 1 - .../springboot/catalog/others/spring-javaconfig.json | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties index c5ee4f6..08b3284 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties @@ -19,7 +19,6 @@ resilience4j ribbon rxjava shiro -spring-javaconfig spring-security swagger-java undertow-spring-security diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/spring-javaconfig.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/spring-javaconfig.json deleted file mode 100644 index 5195ad6..0000000 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/spring-javaconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "other": { - "kind": "other", - "name": "spring-javaconfig", - "title": "Spring Java Configuration", - "description": "Using Camel with Spring Java Configuration", - "deprecated": true, - "firstVersion": "2.0.0", - "label": "spring", - "supportLevel": "Stable", - "groupId": "org.apache.camel.springboot", - "artifactId": "camel-spring-javaconfig-starter", - "version": "3.15.0-SNAPSHOT" - } -}