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 c623fc78477 [CAMEL-19703] [yaml dsl] remove kebab-case schema 
definition (#11245)
     add 24a7c000fa6 CAMEL-19817: camel-timer - Remove firedTime header and 
turn off metadata headers by default to make the exchange empty, and avoid 
leaking unwanted headers by default. Add backwards compatible option on 
component to turn this on globally. (#11259)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/timer.json    |  7 ++++---
 .../component/timer/TimerComponentConfigurer.java     |  6 ++++++
 .../org/apache/camel/component/timer/timer.json       |  7 ++++---
 .../apache/camel/component/timer/TimerComponent.java  | 19 +++++++++++++++++++
 .../apache/camel/component/timer/TimerConstants.java  |  2 +-
 .../apache/camel/component/timer/TimerConsumer.java   |  7 ++++---
 .../apache/camel/component/timer/TimerEndpoint.java   |  7 +++----
 .../camel/component/timer/TimerFiredTimeTest.java     |  4 ++--
 .../timer/TimerNegativeNoRepeatCountDelayTest.java    |  4 ++--
 .../camel/component/timer/TimerRepeatCountTest.java   |  2 +-
 .../ROOT/pages/camel-4x-upgrade-guide-4_1.adoc        | 10 ++++++++++
 .../component/dsl/TimerComponentBuilderFactory.java   | 17 +++++++++++++++++
 .../endpoint/dsl/TimerEndpointBuilderFactory.java     | 14 +++++++-------
 13 files changed, 80 insertions(+), 26 deletions(-)

Reply via email to