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 1061ae8  Fixed CS
     add 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.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/jsonpath/JsonPathSplitTest.java   |  2 +-
 .../JsonPathTransformONielEscapedTest.java         |  2 +-
 ... => JsonPathTransformONielPlaceholderTest.java} | 24 ++++++++++--
 .../camel/jsonpath/JsonPathTransformONielTest.java |  2 +-
 .../camel-jsonpath/src/test/resources/books.json   |  4 +-
 .../camel/reifier/language/ExpressionReifier.java  | 43 ++++++++++++++++++++++
 ...st.java => XPathFunctionsONielProblemTest.java} | 10 ++---
 .../camel/builder/xml/XPathFunctionsTest.java      |  2 +-
 8 files changed, 75 insertions(+), 14 deletions(-)
 copy 
components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/{JsonPathTransformONielTest.java
 => JsonPathTransformONielPlaceholderTest.java} (69%)
 copy 
core/camel-core/src/test/java/org/apache/camel/builder/xml/{XPathFunctionsTest.java
 => XPathFunctionsONielProblemTest.java} (91%)

Reply via email to