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 35a4b37dce5 CAMEL-21573 camel-spring-boot - Deprecate jetty and 
undertow starter (#1437)
35a4b37dce5 is described below

commit 35a4b37dce541ecc6ee0efa2a054c5e37806abe0
Author: Claudio Miranda <clau...@claudius.com.br>
AuthorDate: Wed May 14 08:17:53 2025 -0300

    CAMEL-21573 camel-spring-boot - Deprecate jetty and undertow starter (#1437)
---
 .../resources/org/apache/camel/springboot/catalog/components/jetty.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/undertow.json        | 2 +-
 components-starter/camel-jetty-starter/pom.xml                          | 2 +-
 components-starter/camel-undertow-starter/pom.xml                       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jetty.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jetty.json
index ddbfa796fb5..84a591a86f7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jetty.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jetty.json
@@ -4,7 +4,7 @@
     "name": "jetty",
     "title": "Jetty",
     "description": "Expose HTTP endpoints using Jetty 12.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "1.2.0",
     "label": "http",
     "javaType": "org.apache.camel.component.jetty12.JettyHttpComponent12",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/undertow.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/undertow.json
index 486f3674fcc..828fb396a21 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/undertow.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/undertow.json
@@ -4,7 +4,7 @@
     "name": "undertow",
     "title": "Undertow",
     "description": "Expose HTTP and WebSocket endpoints and access external 
HTTP\/WebSocket servers.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.16.0",
     "label": "http,networking",
     "javaType": "org.apache.camel.component.undertow.UndertowComponent",
diff --git a/components-starter/camel-jetty-starter/pom.xml 
b/components-starter/camel-jetty-starter/pom.xml
index 66c10a05037..996dbb2f4d7 100644
--- a/components-starter/camel-jetty-starter/pom.xml
+++ b/components-starter/camel-jetty-starter/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>camel-jetty-starter</artifactId>
   <packaging>jar</packaging>
-  <name>Camel SB Starters :: Jetty</name>
+  <name>Camel SB Starters :: Jetty (deprecated)</name>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-undertow-starter/pom.xml 
b/components-starter/camel-undertow-starter/pom.xml
index 6ecf898012e..93ef4e5cb44 100644
--- a/components-starter/camel-undertow-starter/pom.xml
+++ b/components-starter/camel-undertow-starter/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>camel-undertow-starter</artifactId>
   <packaging>jar</packaging>
-  <name>Camel SB Starters :: Undertow</name>
+  <name>Camel SB Starters :: Undertow (deprecated)</name>
   <description>Spring-Boot Starter for Camel Components</description>
   <dependencies>
     <dependency>

Reply via email to