This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 90e56e36e51 CAMEL-18119 - Allow Simple expressions to render any
Object that can be converted to Date (#7627)
90e56e36e51 is described below
commit 90e56e36e51bb42e0175615f25d0721e205f6cd8
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 17 20:25:26 2022 +0200
CAMEL-18119 - Allow Simple expressions to render any Object that can be
converted to Date (#7627)
---
.../org/apache/camel/language/simple/myconverter/MyCustomDate.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/core/camel-core/src/test/java/org/apache/camel/language/simple/myconverter/MyCustomDate.java
b/core/camel-core/src/test/java/org/apache/camel/language/simple/myconverter/MyCustomDate.java
index 614bf762153..ce2b205d54a 100644
---
a/core/camel-core/src/test/java/org/apache/camel/language/simple/myconverter/MyCustomDate.java
+++
b/core/camel-core/src/test/java/org/apache/camel/language/simple/myconverter/MyCustomDate.java
@@ -17,8 +17,8 @@
package org.apache.camel.language.simple.myconverter;
/**
- * This custom date object allows to check that Simple expressions can call
- * custom type converters when needing real java.util.Date instances
+ * This custom date object allows to check that Simple expressions can call
custom type converters when needing real
+ * java.util.Date instances
*/
public final class MyCustomDate {