This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-spring-boot-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-4.14.x by
this push:
new da9eef4f38a CAMEL-22371: camel-ognl: deprecated
da9eef4f38a is described below
commit da9eef4f38a0d3c66e17968ba42ce92761befab0
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Aug 25 08:06:42 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 4b69f90a50b..26033f1651b 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",