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

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


    from 27f9d35  CAY-2399 Convert string values to Enum in qualifiers
     new 2ba9f34  feat: ability to add custom user connection to 
TransactionDescriptor
     new 8af684a  feat: tests for descriptor and listeners new properties
     new 05eb42e  fix: config mockito to allow using default methods of 
interfaces
     new d740e466 Merge PR #460 CAY-2637 Allow forcing a custom Connection for 
a transaction

The 4 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/cayenne/tx/BaseTransaction.java     |  40 +++-
 .../apache/cayenne/tx/TransactionDescriptor.java   | 128 ++++++++++--
 .../org/apache/cayenne/tx/TransactionListener.java |  16 ++
 .../configuration/server/ServerRuntimeIT.java      |  32 ++-
 .../cayenne/tx/DefaultTransactionManagerIT.java    |  22 +-
 .../cayenne/tx/TransactionCustomConnectionIT.java  | 226 +++++++++++++++++++++
 .../apache/cayenne/tx/TransactionIsolationIT.java  |   8 +-
 .../tx/TransactionPropagationRollbackIT.java       |  24 +--
 8 files changed, 438 insertions(+), 58 deletions(-)
 create mode 100644 
cayenne-server/src/test/java/org/apache/cayenne/tx/TransactionCustomConnectionIT.java

Reply via email to