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/06/28 09:31:36 UTC

[camel] branch regen_bot updated (d2510a245ab -> ce582835d34)

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


    from d2510a245ab aws-sqs - Wrong example in docs
     add 0b146125e4b CAMEL-18150: Add option to enable timestamps in camel events to know exactly when they fired.
     add ce582835d34 Regen for commit 0b146125e4b9f4de26ca389e4eb049b0417684aa

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |   1 +
 .../main/java/org/apache/camel/spi/CamelEvent.java |   8 +
 .../java/org/apache/camel/spi/EventFactory.java    |  10 +
 .../camel/impl/event/AbstractContextEvent.java     |  11 +
 .../camel/impl/event/AbstractExchangeEvent.java    |  12 ++
 .../camel/impl/event/AbstractRouteEvent.java       |  12 ++
 .../camel/impl/event/DefaultEventFactory.java      | 237 +++++++++++++++++----
 .../impl/event/ServiceStartupFailureEvent.java     |  11 +
 .../camel/impl/event/ServiceStopFailureEvent.java  |  11 +
 .../event/CamelEventsTimestampEnabledTest.java}    |  51 +++--
 .../MainConfigurationPropertiesConfigurer.java     |   6 +
 .../camel-main-configuration-metadata.json         |   1 +
 core/camel-main/src/main/docs/main.adoc            |   3 +-
 .../camel/main/DefaultConfigurationConfigurer.java |   6 +-
 .../camel/main/DefaultConfigurationProperties.java |  24 +++
 15 files changed, 336 insertions(+), 68 deletions(-)
 copy core/{camel-management/src/test/java/org/apache/camel/management/RemoveEventNotifierTest.java => camel-core/src/test/java/org/apache/camel/impl/event/CamelEventsTimestampEnabledTest.java} (65%)