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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 324cf4c  CAMEL-13589: CXF component documentation anchor fix
     new 0224ebb  Polished
     new 4b86fcd  camel3 - Remove sub unit of work as its no longer 
needed/in-use as the EIPs has been refactored to handle this better.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/camel/spi/InterceptStrategy.java    |  7 +-
 .../java/org/apache/camel/spi/SubUnitOfWork.java   | 45 -----------
 .../apache/camel/spi/SubUnitOfWorkCallback.java    | 56 --------------
 .../main/java/org/apache/camel/spi/UnitOfWork.java | 32 +-------
 .../camel/impl/engine/DefaultSubUnitOfWork.java    | 71 -----------------
 .../camel/impl/engine/DefaultUnitOfWork.java       | 88 ----------------------
 .../camel/processor/CamelInternalProcessor.java    | 19 -----
 .../errorhandler/RedeliveryErrorHandler.java       | 21 +-----
 .../apache/camel/model/MulticastDefinition.java    |  1 -
 .../camel/model/RecipientListDefinition.java       |  1 -
 .../org/apache/camel/model/SplitDefinition.java    |  1 -
 11 files changed, 5 insertions(+), 337 deletions(-)
 delete mode 100644 
core/camel-api/src/main/java/org/apache/camel/spi/SubUnitOfWork.java
 delete mode 100644 
core/camel-api/src/main/java/org/apache/camel/spi/SubUnitOfWorkCallback.java
 delete mode 100644 
core/camel-base/src/main/java/org/apache/camel/impl/engine/DefaultSubUnitOfWork.java

Reply via email to