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


The following commit(s) were added to refs/heads/main by this push:
     new a2b1d2f4356 Regen
a2b1d2f4356 is described below

commit a2b1d2f43560e6c67c2c789c0e4e80ec4ed1e031
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Feb 20 12:22:29 2024 +0100

    Regen
---
 .../generated/resources/org/apache/camel/spring/xml/errorHandler.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/errorHandler.json
 
b/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/errorHandler.json
index 3cc70a7186e..c6ea3ea7fc2 100644
--- 
a/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/errorHandler.json
+++ 
b/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/errorHandler.json
@@ -32,6 +32,8 @@
     "redeliveryPolicy": { "index": 17, "kind": "element", "displayName": 
"Redelivery Policy", "required": false, "type": "object", "javaType": 
"org.apache.camel.spring.xml.CamelRedeliveryPolicyFactoryBean", "deprecated": 
false, "autowired": false, "secret": false, "description": "Sets the redelivery 
settings" }
   },
   "exchangeProperties": {
-    "CamelExceptionCaught": { "index": 0, "kind": "exchangeProperty", 
"displayName": "Exception Caught", "required": false, "javaType": 
"java.lang.Exception", "deprecated": false, "autowired": false, "secret": 
false, "description": "Stores the caught exception due to a processing error of 
the current Exchange" }
+    "CamelExceptionCaught": { "index": 0, "kind": "exchangeProperty", 
"displayName": "Exception Caught", "label": "producer", "required": false, 
"javaType": "java.lang.Exception", "deprecated": false, "autowired": false, 
"secret": false, "description": "Stores the caught exception due to a 
processing error of the current Exchange" },
+    "CamelFailureEndpoint": { "index": 1, "kind": "exchangeProperty", 
"displayName": "Failure Endpoint", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Endpoint URI where the Exchange failed during processing" },
+    "CamelFailureRouteId": { "index": 2, "kind": "exchangeProperty", 
"displayName": "Failure Route Id", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Route ID where the Exchange failed during processing" }
   }
 }

Reply via email to