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-examples.git
commit 58418c74737e89b5e03e47e3d1f67e36a7b941dc Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jul 2 19:47:55 2026 +0200 Regen --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 99082adc..7e40e89d 100644 --- a/README.adoc +++ b/README.adoc @@ -28,7 +28,7 @@ readme's instructions. == Examples // examples: START -Number of Examples: 72 (0 deprecated) +Number of Examples: 72 (2 deprecated) [width="100%",cols="4,2,4",options="header"] |=== @@ -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 | (deprecated) Shows using compiled simple language +| link:csimple/README.adoc[Csimple] (csimple) | Beginner | *deprecated* Shows using compiled simple language (deprecated) -| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner | (deprecated) Shows using compiled simple language with jOOR compiler +| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner | *deprecated* (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
