You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/03/25 11:50:18 UTC

[camel] branch regen_bot updated (c55e70c -> 742c96f)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from c55e70c  CAMEL-16242: camel-core - Language expressions with single quoted property placeholder values should be replaced as double quotes to fix the O'Niel problem and other inputs that can use single quotes in names/text.
     add 742c96f  CAMEL-16401: Ensure Route Templates inherit the error handler from the RouteBuilder

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/builder/RouteBuilder.java     |  1 +
 .../camel/model/RouteTemplatesDefinition.java      | 24 +++++++--
 .../builder/RouteTemplateErrorHandlerTest.java     | 61 ++++++++++++++++++++++
 3 files changed, 82 insertions(+), 4 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/builder/RouteTemplateErrorHandlerTest.java