From 33c17fb44cd4c0886e5e9c2a68141c899984e6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Wed, 27 May 2026 11:24:40 +0200 Subject: [PATCH] Deprecate example relate to csimple MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as CSimple has been deprecated in 4.19 Signed-off-by: Aurélien Pupier --- 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 bea14750f..99082adca 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 3af87d122..316d95789 100644 --- a/csimple-joor/pom.xml +++ b/csimple-joor/pom.xml @@ -30,8 +30,8 @@ camel-example-csimple-joor jar - Camel :: Example :: Compiled Simple jOOR - Shows using compiled simple language with jOOR compiler + Camel :: Example :: Compiled Simple jOOR (deprecated) + (deprecated) Shows using compiled simple language with jOOR compiler Beginner diff --git a/csimple/pom.xml b/csimple/pom.xml index 35eff8896..d217125f6 100644 --- a/csimple/pom.xml +++ b/csimple/pom.xml @@ -30,8 +30,8 @@ camel-example-csimple jar - Camel :: Example :: Compiled Simple - Shows using compiled simple language + Camel :: Example :: Compiled Simple (deprecated) + Shows using compiled simple language (deprecated) Beginner