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

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


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

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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%)

Reply via email to