You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/11 11:01:03 UTC

[camel] branch text-block updated (4f254f6cce6 -> 6592169d63c)

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

davsclaus pushed a change to branch text-block
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 4f254f6cce6 CAMEL-19977: camel-core - Java DSL - Add support for using Java 17 text blocks for long URIs which contains line breaks that need to change URI back into a single line for noramlization in Camel.
     add 6592169d63c CAMEL-19977: camel-core - Java DSL - Add support for using Java 17 text blocks for long URIs which contains line breaks that need to change URI back into a single line for noramlization in Camel.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/parser/helper/CamelJavaParserHelper.java |  6 ++++++
 .../camel/parser/helper/CamelJavaRestDslParserHelper.java     |  3 +++
 .../apache/camel/parser/helper/CamelJavaTreeParserHelper.java |  3 +++
 ...MyRouteBuilder.java => MyJava17TextBlockRouteBuilder.java} | 11 +++++++----
 ...a => RoasterJava17TextBlockRouteBuilderConfigureTest.java} |  6 +++---
 5 files changed, 22 insertions(+), 7 deletions(-)
 copy catalog/camel-route-parser/src/test/java/org/apache/camel/parser/java/{MyRouteBuilder.java => MyJava17TextBlockRouteBuilder.java} (77%)
 copy catalog/camel-route-parser/src/test/java/org/apache/camel/parser/java/{RoasterNewLineConstRouteBuilderConfigureTest.java => RoasterJava17TextBlockRouteBuilderConfigureTest.java} (93%)