This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24844
in repository https://gitbox.apache.org/repos/asf/camel.git
discard dacb1a9b1a8a CAMEL-24844: phase B - the verb of a rest-openapi
operation comes from the specification
discard 633d7946b944 Merge remote-tracking branch 'origin/main' into
fix/CAMEL-24844
discard 435ec8a026c3 CAMEL-24844: phase A - where the body comes from, across
the routes of a file
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 2ba05cc5aec0 CAMEL-24844: phase A - where the body comes from, across
the routes of a file
add 5e2e364a2ddb CAMEL-24844: phase B - the verb of a rest-openapi
operation comes from the specification
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 (dacb1a9b1a8a)
\
N -- N -- N refs/heads/fix/CAMEL-24844 (5e2e364a2ddb)
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:
.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