You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "christophd (via GitHub)" <gi...@apache.org> on 2024/03/14 15:48:55 UTC

[PR] CAMEL-20568: Set error handler on route level in YAML DSL [camel]

christophd opened a new pull request, #13489:
URL: https://github.com/apache/camel/pull/13489

   # Description
   
   <!--
   - Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
   -->
   
   Allow to set error handler on route level in Camel YAML DSL
   
   # Target
   
   - [x] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [x] If this is a large change, bug fix, or code improvement, I checked there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it).
   
   See CAMEL-20568
   
   <!--
   # *Note*: trivial changes like, typos, minor documentation fixes and other small items do not require a JIRA issue. In this case your pull request should address just this issue, without pulling in other changes.
   -->
   
   # Apache Camel coding standards and style
   
   - [x] I checked that each commit in the pull request has a meaningful subject line and body.
   
   <!--
   If you're unsure, you can format the pull request title like `[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` with the appropriate JIRA issue.
   -->
   
   - [x] I have run `mvn clean install -DskipTests` locally and I have committed all auto-generated changes
   
   <!--
   You can run the aforementioned command in your module so that the build auto-formats your code. This will also be verified as part of the checks and your PR may be rejected if if there are uncommited changes after running `mvn clean install -DskipTests`.
   
   You can learn more about the contribution guidelines at https://github.com/apache/camel/blob/main/CONTRIBUTING.md
   -->
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] CAMEL-20568: Set error handler on route level in YAML DSL [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #13489:
URL: https://github.com/apache/camel/pull/13489#issuecomment-1998479088

   cd catalog/camel-catalog
   mvn install -Pupdate-camel-releases


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] CAMEL-20568: Set error handler on route level in YAML DSL [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #13489:
URL: https://github.com/apache/camel/pull/13489#issuecomment-1997953513

   --- a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/resources/application.properties
   +++ b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/resources/application.properties
   
   There is something wrong about this change. The CI job cannot run the test due to ^^


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] CAMEL-20568: Set error handler on route level in YAML DSL [camel]

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd commented on PR #13489:
URL: https://github.com/apache/camel/pull/13489#issuecomment-1997781029

   @lburgazzoli 👀 🙏 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] CAMEL-20568: Set error handler on route level in YAML DSL [camel]

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd commented on PR #13489:
URL: https://github.com/apache/camel/pull/13489#issuecomment-1998055854

   🤔 hm, I have added this `application.properties` to fix the build running locally. it somehow gets generated on CI jobs I guess. Let me revert the change


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] CAMEL-20568: Set error handler on route level in YAML DSL [camel]

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd commented on PR #13489:
URL: https://github.com/apache/camel/pull/13489#issuecomment-1998470215

   any hint how to resolve this please?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] CAMEL-20568: Set error handler on route level in YAML DSL [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #13489:
URL: https://github.com/apache/camel/pull/13489#issuecomment-1998104194

   	modified:   catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] CAMEL-20568: Set error handler on route level in YAML DSL [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #13489:
URL: https://github.com/apache/camel/pull/13489


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org