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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new eeafc363 Deprecate example relate to csimple
eeafc363 is described below

commit eeafc3634df2ecc39edf923ee41ce9b022647096
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed May 27 11:24:40 2026 +0200

    Deprecate example relate to csimple
    
    as CSimple has been deprecated in 4.19
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 README.adoc          | 4 ++--
 csimple-joor/pom.xml | 4 ++--
 csimple/pom.xml      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.adoc b/README.adoc
index bea14750..99082adc 100644
--- a/README.adoc
+++ b/README.adoc
@@ -60,9 +60,9 @@ Number of Examples: 72 (0 deprecated)
 
 | link:console/README.adoc[Console] (console) | Beginner | An example that 
reads input from the console
 
-| link:csimple/README.adoc[Csimple] (csimple) | Beginner | Shows using 
compiled simple language
+| link:csimple/README.adoc[Csimple] (csimple) | Beginner | (deprecated) Shows 
using compiled simple language
 
-| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner | 
Shows using compiled simple language with jOOR compiler
+| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner | 
(deprecated) Shows using compiled simple language with jOOR compiler
 
 | link:spring/README.adoc[Spring] (spring) | Beginner | An example showing how 
to work with Camel and Spring
 
diff --git a/csimple-joor/pom.xml b/csimple-joor/pom.xml
index 3af87d12..316d9578 100644
--- a/csimple-joor/pom.xml
+++ b/csimple-joor/pom.xml
@@ -30,8 +30,8 @@
 
     <artifactId>camel-example-csimple-joor</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Example :: Compiled Simple jOOR</name>
-    <description>Shows using compiled simple language with jOOR 
compiler</description>
+    <name>Camel :: Example :: Compiled Simple jOOR (deprecated)</name>
+    <description>(deprecated) Shows using compiled simple language with jOOR 
compiler</description>
 
     <properties>
         <category>Beginner</category>
diff --git a/csimple/pom.xml b/csimple/pom.xml
index 35eff889..d217125f 100644
--- a/csimple/pom.xml
+++ b/csimple/pom.xml
@@ -30,8 +30,8 @@
 
     <artifactId>camel-example-csimple</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Example :: Compiled Simple</name>
-    <description>Shows using compiled simple language</description>
+    <name>Camel :: Example :: Compiled Simple (deprecated)</name>
+    <description>Shows using compiled simple language 
(deprecated)</description>
 
     <properties>
         <category>Beginner</category>

Reply via email to