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.git


The following commit(s) were added to refs/heads/main by this push:
     new e1e97e5cb6d7 Deprecate classic spring xml maven archetype - use spring 
boot instead
e1e97e5cb6d7 is described below

commit e1e97e5cb6d756087ccdafd6649f677391949766
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 1 11:50:24 2026 +0100

    Deprecate classic spring xml maven archetype - use spring boot instead
---
 archetypes/camel-archetype-spring/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetypes/camel-archetype-spring/pom.xml 
b/archetypes/camel-archetype-spring/pom.xml
index c5702bf7e53c..62b89ec17158 100644
--- a/archetypes/camel-archetype-spring/pom.xml
+++ b/archetypes/camel-archetype-spring/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.camel.archetypes</groupId>
     <artifactId>camel-archetype-spring</artifactId>
-    <name>Camel :: Archetypes :: Spring XML Based Router</name>
+    <name>Camel :: Archetypes :: Spring XML Based Router (deprecated)</name>
     <description>Creates a new Camel project with added Spring DSL 
support.</description>
     <packaging>maven-archetype</packaging>
 

Reply via email to