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

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


    from 2f4e7f4d8827 Fix detect-dependencies CI action for parent/pom.xml 
changes
     new c806da0aa30e JTA Shutdown rollback
     new a4aae0b1f2fe Fix pom.xml property ordering and replace Thread.sleep 
with executor await

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:
 components/camel-jta/pom.xml                       |  63 +++++
 .../apache/camel/jta/TransactionErrorHandler.java  |  21 ++
 ...ansactionErrorHandlerGracePeriodShutdownIT.java | 262 +++++++++++++++++++++
 .../jta/TransactionErrorHandlerShutdownTest.java   | 148 ++++++++++++
 .../src/test/resources/log4j2.properties           |   3 +-
 ...actionalClientDataSourceForcedShutdownTest.java | 127 ++++++++++
 .../camel/spring/spi/TransactionErrorHandler.java  |  26 ++
 parent/pom.xml                                     |   1 +
 8 files changed, 649 insertions(+), 2 deletions(-)
 create mode 100644 
components/camel-jta/src/test/java/org/apache/camel/jta/TransactionErrorHandlerGracePeriodShutdownIT.java
 create mode 100644 
components/camel-jta/src/test/java/org/apache/camel/jta/TransactionErrorHandlerShutdownTest.java
 copy components/{camel-jq => camel-jta}/src/test/resources/log4j2.properties 
(96%)
 create mode 100644 
components/camel-spring-parent/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/TransactionalClientDataSourceForcedShutdownTest.java

Reply via email to