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 b17aa4d80fd CAMEL-18984: Disable starter not migrated to SB3
b17aa4d80fd is described below

commit b17aa4d80fd84eebfe5d705315d3cf8fb3062fc3
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jan 29 16:08:42 2023 +0100

    CAMEL-18984: Disable starter not migrated to SB3
---
 .../catalog/others/undertow-spring-security.json          | 15 ---------------
 tooling/camel-spring-boot-bom/pom.xml                     |  5 -----
 tooling/camel-spring-boot-dependencies/pom.xml            |  5 -----
 3 files changed, 25 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/undertow-spring-security.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/undertow-spring-security.json
deleted file mode 100644
index 780585d92fd..00000000000
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/undertow-spring-security.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "undertow-spring-security",
-    "title": "Undertow Spring Security",
-    "description": "Spring Security Provider for camel-undertow",
-    "deprecated": false,
-    "firstVersion": "3.3.0",
-    "label": "security",
-    "supportLevel": "Stable",
-    "groupId": "org.apache.camel.springboot",
-    "artifactId": "camel-undertow-spring-security-starter",
-    "version": "4.0.0-SNAPSHOT"
-  }
-}
diff --git a/tooling/camel-spring-boot-bom/pom.xml 
b/tooling/camel-spring-boot-bom/pom.xml
index db0abd4d4cf..5ffb1a31ca2 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -1558,11 +1558,6 @@
         <artifactId>camel-twitter-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel.springboot</groupId>
-        <artifactId>camel-undertow-spring-security-starter</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-undertow-starter</artifactId>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 039665b3b8b..77434deb0e2 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1782,11 +1782,6 @@
         <artifactId>camel-twitter-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel.springboot</groupId>
-        <artifactId>camel-undertow-spring-security-starter</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-undertow-starter</artifactId>

Reply via email to