This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24931
in repository https://gitbox.apache.org/repos/asf/camel.git
from e4e3da85094c CAMEL-24931: camel-jsonpath, camel-jq - the null body
hint says how to read the data
add f43584ac99c5 CAMEL-24925: camel-core - onException redeliveryDelay and
maximumRedeliveryDelay should accept durations such as 5s
add 668c9299d846 CAMEL-24927: camel-core - Sample EIP should let the first
exchange through whatever the value of System.nanoTime() is
add b0900b082730 CAMEL-24929: camel-core - Fix the delay pattern example
in the RedeliveryPolicy javadoc
add c88eaf84101f CAMEL-24930: camel-core - Resequence EIP docs should say
that the first of duplicate messages is kept
add c3ef718de2e8 CAMEL-22967: dep-check - pre-install
camel-yaml-dsl-validator-maven-plugin
add e170b51fe2a9 Merge remote-tracking branch 'origin/main' into
fix/CAMEL-24931
No new revisions were added by this update.
Summary of changes:
.github/workflows/dep-check.yml | 11 ++-
.../apache/camel/catalog/docs/resequence-eip.adoc | 5 +-
.../docs/modules/eips/pages/resequence-eip.adoc | 5 +-
.../apache/camel/processor/SamplingThrottler.java | 5 +-
.../processor/errorhandler/ExceptionPolicy.java | 5 +-
.../processor/errorhandler/RedeliveryPolicy.java | 2 +-
.../reifier/errorhandler/ErrorHandlerReifier.java | 5 +-
.../RedeliveryPolicyDelayPatternTest.java | 15 ++++
...est.java => ResequenceStreamDuplicateTest.java} | 27 +++---
.../camel/processor/SamplingThrottlerTest.java | 16 ++++
.../OnExceptionRedeliveryDelayDurationTest.java | 96 ++++++++++++++++++++++
dsl/camel-jbang/camel-jbang-core/pom.xml | 20 +++++
12 files changed, 185 insertions(+), 27 deletions(-)
copy
core/camel-core/src/test/java/org/apache/camel/processor/{enricher/EnricherLambdaPojoAggregateTest.java
=> ResequenceStreamDuplicateTest.java} (66%)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/onexception/OnExceptionRedeliveryDelayDurationTest.java