This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 41c68f6 CAMEL-15114: Simple language - Date function should make it
easy to output the exchange created timestamp
add 5af1c62 CAMEL-14805: Component - Use doInit for wiring instead of
doStart (#3859)
No new revisions were added by this update.
Summary of changes:
.../apache/camel/component/bean/BeanEndpoint.java | 4 ++--
.../component/dataformat/DataFormatEndpoint.java | 6 +++++-
.../camel/component/dozer/DozerEndpoint.java | 4 ++--
.../camel/component/file/GenericFileConsumer.java | 7 ++++++-
.../camel/component/file/GenericFileEndpoint.java | 7 ++++++-
.../apache/camel/component/sql/SqlConsumer.java | 17 +++++++++++++++--
.../apache/camel/component/sql/SqlProducer.java | 17 +++++++++++++++--
.../component/sql/stored/SqlStoredEndpoint.java | 4 ++--
.../component/sql/stored/SqlStoredProducer.java | 16 +++++++++++++++-
.../aggregate/jdbc/JdbcAggregationRepository.java | 9 ++++++++-
.../camel/component/stream/StreamEndpoint.java | 1 +
.../camel/component/timer/TimerConsumer.java | 13 +++++++++----
.../camel/component/timer/TimerEndpoint.java | 4 ++--
.../component/xslt/XsltAggregationStrategy.java | 17 +++++++++++++++--
.../apache/camel/component/xslt/XsltEndpoint.java | 22 +++++++++++++++++-----
15 files changed, 120 insertions(+), 28 deletions(-)