This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch fix/CAMEL-24137-circuit-breaker-modernize
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 4a0738698ea6 CAMEL-24137: Address review feedback - fix 
ConfigurationProperties, deprecate int overloads, upgrade guide, wiring test
 discard d18fd349896b CAMEL-24137: Circuit Breaker EIP modernization (Z1, Z4, 
Z5, Z6, Z7, Z8)
     add 2b9c275f3be4 Avoid building whole project when some descriptive root 
files are modified
     add 9cf88caa0544 Revert "CAMEL-24026: Fix flaky XsltFromFileExceptionTest 
(#24625)"
     add 2c450448ef46 Improve AGENTS.md for PR review
     add c0b2b030a229 chore: add AssertJ assertion rule to AGENTS.md (#24956)
     add a804bb38fd40 CAMEL-24170: Fix univocity lazy-load ThreadLocal header 
corruption (#24952)
     add e1d72c68e143 Fix CxfTimeoutTest flakiness: check cause chain for 
HttpTimeoutException
     add d30965072c04 CAMEL-24137: Circuit Breaker EIP modernization (Z1, Z4, 
Z5, Z6, Z7, Z8)
     add ca760c13b2b5 CAMEL-24137: Address review feedback - fix 
ConfigurationProperties, deprecate int overloads, upgrade guide, wiring test

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   (4a0738698ea6)
            \
             N -- N -- N   refs/heads/fix/CAMEL-24137-circuit-breaker-modernize 
(ca760c13b2b5)

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/pr-build-main.yml                |   4 +
 AGENTS.md                                          |  39 ++++++
 components/camel-cxf/camel-cxf-spring-soap/pom.xml |   5 +
 .../apache/camel/component/cxf/CxfTimeoutTest.java |  19 +--
 .../src/main/docs/univocityCsv-dataformat.adoc     |   5 +
 .../univocity/AbstractUniVocityDataFormat.java     |   1 -
 .../camel/dataformat/univocity/Unmarshaller.java   |  56 ++-------
 .../univocity/UniVocityCsvLazyLoadAsMapTest.java   | 137 +++++++++++++++++++++
 .../component/xslt/XsltFromFileExceptionTest.java  |  12 +-
 9 files changed, 218 insertions(+), 60 deletions(-)
 create mode 100644 
components/camel-univocity-parsers/src/test/java/org/apache/camel/dataformat/univocity/UniVocityCsvLazyLoadAsMapTest.java

Reply via email to