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


The following commit(s) were added to refs/heads/main by this push:
     new dac3ff36b40 CAMEL-22371: camel-ognl: deprecated
dac3ff36b40 is described below

commit dac3ff36b4040549ca6a60dcecb11aa3c197343e
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Aug 25 08:01:06 2025 +0200

    CAMEL-22371: camel-ognl: deprecated
---
 .../resources/org/apache/camel/springboot/catalog/languages/ognl.json   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ognl.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ognl.json
index 35f7e85fee9..daf8bdf8c91 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ognl.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/ognl.json
@@ -4,7 +4,7 @@
     "name": "ognl",
     "title": "OGNL",
     "description": "Evaluates an OGNL expression (Apache Commons OGNL).",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "1.1.0",
     "label": "language,java",
     "javaType": "org.apache.camel.language.ognl.OgnlLanguage",

Reply via email to