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 2022/05/17 20:51:25 UTC

[camel] branch regen_bot_3.14.x updated (a7120838d81 -> 518ab5bc8ed)

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

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


    from a7120838d81 CAMEL-18110: DeliverSm message payload opt param fix (#7618)
     add f42177cad95 CAMEL-18119 - Allow Simple expressions to render any Object that can be converted to Date (#7627)
     add 518ab5bc8ed CAMEL-18119 - Allow Simple expressions to render any Object that can be converted to Date (#7627)

No new revisions were added by this update.

Summary of changes:
 .../language/simple/SimpleExpressionBuilder.java   | 10 ++++--
 .../apache/camel/language/simple/SimpleTest.java   | 18 +++++++++++
 .../language/simple/myconverter/MyCustomDate.java  | 37 +++++++++++-----------
 .../simple/myconverter/MyCustomDateConverter.java} | 17 ++++++----
 .../services/org/apache/camel/TypeConverter        |  1 +
 5 files changed, 57 insertions(+), 26 deletions(-)
 copy components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/model/simple/onetomany/Book.java => core/camel-core/src/test/java/org/apache/camel/language/simple/myconverter/MyCustomDate.java (61%)
 copy core/camel-core/src/test/java/org/apache/camel/{converter/myconverter/InstanceMethodWithExchangeTestConverter.java => language/simple/myconverter/MyCustomDateConverter.java} (69%)