You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/08/11 14:13:43 UTC

[camel] branch master updated: CAMEL-15393: Deprecate camel-spring-javaconfig

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c7b29a  CAMEL-15393: Deprecate camel-spring-javaconfig
7c7b29a is described below

commit 7c7b29ae51d1551d5a32aa7d8efd5672fbc867db
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Aug 11 16:13:15 2020 +0200

    CAMEL-15393: Deprecate camel-spring-javaconfig
---
 components/camel-spring-javaconfig/pom.xml                           | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties    | 2 +-
 .../src/generated/resources/spring-javaconfig.json                   | 2 +-
 .../camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc     | 5 +++--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/components/camel-spring-javaconfig/pom.xml b/components/camel-spring-javaconfig/pom.xml
index 5b002c1..eda3b56 100644
--- a/components/camel-spring-javaconfig/pom.xml
+++ b/components/camel-spring-javaconfig/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>camel-spring-javaconfig</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: Spring JavaConfig</name>
+    <name>Camel :: Spring JavaConfig (deprecated)</name>
     <description>Using Camel with Spring Java Configuration</description>
 
     <properties>
diff --git a/components/camel-spring-javaconfig/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-spring-javaconfig/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index dc95b2f..6121410 100644
--- a/components/camel-spring-javaconfig/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/components/camel-spring-javaconfig/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -3,5 +3,5 @@ name=spring-javaconfig
 groupId=org.apache.camel
 artifactId=camel-spring-javaconfig
 version=3.5.0-SNAPSHOT
-projectName=Camel :: Spring JavaConfig
+projectName=Camel :: Spring JavaConfig (deprecated)
 projectDescription=Using Camel with Spring Java Configuration
diff --git a/components/camel-spring-javaconfig/src/generated/resources/spring-javaconfig.json b/components/camel-spring-javaconfig/src/generated/resources/spring-javaconfig.json
index 62dcc8a..6d695f6 100644
--- a/components/camel-spring-javaconfig/src/generated/resources/spring-javaconfig.json
+++ b/components/camel-spring-javaconfig/src/generated/resources/spring-javaconfig.json
@@ -4,7 +4,7 @@
     "name": "spring-javaconfig",
     "title": "Spring Java Configuration",
     "description": "Using Camel with Spring Java Configuration",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.0.0",
     "label": "spring",
     "supportLevel": "Stable",
diff --git a/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc b/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
index 44cf2d7..9584605 100644
--- a/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
+++ b/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
@@ -1,10 +1,11 @@
 [[spring-javaconfig-component]]
-= Spring Java Configuration Component
+= Spring Java Configuration Component (deprecated)
 :docTitle: Spring Java Configuration
 :artifactId: camel-spring-javaconfig
 :description: Using Camel with Spring Java Configuration
 :since: 2.0
-:supportLevel: Stable
+:supportLevel: Stable-deprecated
+:deprecated: *deprecated*
 //Manually maintained attributes
 :group: Spring