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
omit 09a97ef3df3 Regen for commit 90e56e36e51bb42e0175615f25d0721e205f6cd8
omit 90e56e36e51 CAMEL-18119 - Allow Simple expressions to render any
Object that can be converted to Date (#7627)
omit c15bcb303cf CAMEL-18119 - Allow Simple expressions to render any
Object that can be converted to Date (#7627)
add af20214a65b Regen for commit 1efafcbdaa0742b15c218310274600a3393eab2e
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (09a97ef3df3)
\
N -- N -- N refs/heads/regen_bot (af20214a65b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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 | 46 ----------------------
.../simple/myconverter/MyCustomDateConverter.java | 35 ----------------
.../services/org/apache/camel/TypeConverter | 1 -
5 files changed, 2 insertions(+), 108 deletions(-)
delete mode 100644
core/camel-core/src/test/java/org/apache/camel/language/simple/myconverter/MyCustomDate.java
delete mode 100644
core/camel-core/src/test/java/org/apache/camel/language/simple/myconverter/MyCustomDateConverter.java