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

zregvart 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 a60782c  Remove spring-jdbc from 'other'
a60782c is described below

commit a60782ca6313b457dfcdd588538e53c617775ba2
Author: Zoran Regvart <[email protected]>
AuthorDate: Wed May 12 13:06:21 2021 +0200

    Remove spring-jdbc from 'other'
    
    For some reason `spring-jdbc` starter appeared in `other` category, this
    removes it from `other` in all the relevant places.
---
 .../org/apache/camel/springboot/catalog/others.properties |  1 -
 .../camel/springboot/catalog/others/spring-jdbc.json      | 15 ---------------
 components-starter/README.adoc                            |  4 +---
 docs/modules/ROOT/pages/list.adoc                         |  4 +---
 4 files changed, 2 insertions(+), 22 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 deca519..bbaf4ca 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 @@ ribbon
 rxjava
 shiro
 spring-javaconfig
-spring-jdbc
 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-jdbc.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/spring-jdbc.json
deleted file mode 100644
index 48293b9..0000000
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/spring-jdbc.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "spring-jdbc",
-    "title": "Spring Jdbc",
-    "description": "Camel Spring JDBC support",
-    "deprecated": false,
-    "firstVersion": "3.10.0",
-    "label": "database",
-    "supportLevel": "Preview",
-    "groupId": "org.apache.camel.springboot",
-    "artifactId": "camel-spring-jdbc-starter",
-    "version": "3.10.0-SNAPSHOT"
-  }
-}
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index ee49677..58e94ea 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -833,7 +833,7 @@ Number of Camel languages: 19 in 13 JAR artifacts (0 
deprecated)
 == Miscellaneous Extensions
 
 // others: START
-Number of miscellaneous extensions: 29 in 29 JAR artifacts (3 deprecated)
+Number of miscellaneous extensions: 28 in 28 JAR artifacts (3 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -887,8 +887,6 @@ Number of miscellaneous extensions: 29 in 29 JAR artifacts 
(3 deprecated)
 
 | xref:latest@components:others:spring-javaconfig.adoc[Spring Java 
Configuration] | camel-spring-javaconfig-starter | Stable | 2.0 | *deprecated* 
Using Camel with Spring Java Configuration
 
-| xref:latest@components:others:spring-jdbc.adoc[Spring Jdbc] | 
camel-spring-jdbc-starter | Preview | 3.10 | Camel Spring JDBC support
-
 | xref:latest@components:others:spring-security.adoc[Spring Security] | 
camel-spring-security-starter | Stable | 2.3 | Security using Spring Security
 
 | xref:latest@components:others:swagger-java.adoc[Swagger Java] | 
camel-swagger-java-starter | Stable | 2.16 | Rest-dsl support for using swagger 
api-doc
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index ee49677..58e94ea 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -833,7 +833,7 @@ Number of Camel languages: 19 in 13 JAR artifacts (0 
deprecated)
 == Miscellaneous Extensions
 
 // others: START
-Number of miscellaneous extensions: 29 in 29 JAR artifacts (3 deprecated)
+Number of miscellaneous extensions: 28 in 28 JAR artifacts (3 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -887,8 +887,6 @@ Number of miscellaneous extensions: 29 in 29 JAR artifacts 
(3 deprecated)
 
 | xref:latest@components:others:spring-javaconfig.adoc[Spring Java 
Configuration] | camel-spring-javaconfig-starter | Stable | 2.0 | *deprecated* 
Using Camel with Spring Java Configuration
 
-| xref:latest@components:others:spring-jdbc.adoc[Spring Jdbc] | 
camel-spring-jdbc-starter | Preview | 3.10 | Camel Spring JDBC support
-
 | xref:latest@components:others:spring-security.adoc[Spring Security] | 
camel-spring-security-starter | Stable | 2.3 | Security using Spring Security
 
 | xref:latest@components:others:swagger-java.adoc[Swagger Java] | 
camel-swagger-java-starter | Stable | 2.16 | Rest-dsl support for using swagger 
api-doc

Reply via email to