471 Commits (e99b43b91e2a02b1cf18261ee85dccae5e6494e7)

Author SHA1 Message Date
Juergen Hoeller a07c7865a5 Lazy initialization of transaction UUID (with deprecated getter methods) 3 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 3 years ago
Sam Brannen da9ee06e05 Improve @Transactional docs regarding method visibility 4 years ago
Sam Brannen 1e1045ba42 Doc tx semantics for @TransactionalEventListener after completion phases 4 years ago
Sébastien Deleuze 3dba3691a7 Upgrade to Coroutines 1.5.0 4 years ago
Juergen Hoeller 7f670bbe68 TransactionSynchronization does not support @Order (just Ordered interface) 4 years ago
Juergen Hoeller 3c9bd3177e Move getListenerId method to Smart/GenericApplicationListener 4 years ago
Juergen Hoeller 86902d27b2 Expose id/getListenerId in base EventListener/ApplicationListener (pulled up from tx) 4 years ago
Sam Brannen 3215880d08 Remove Javadoc link to private method 4 years ago
Sam Brannen 2d29fcd0bb Polish Javadoc for TransactionSynchronizationUtils 4 years ago
Sam Brannen 5e56162394 Fix Checkstyle violation 4 years ago
Johnny Lim 45650f2b27
Add @since tag to TransactionSynchronizationUtils.unwrapResourceIfNecessary() 4 years ago
Sam Brannen 4a7a2258f9 Unwrap proxied DataSources in SqlScriptsTestExecutionListener 4 years ago
Juergen Hoeller 2ee231dee2 Document that @Transactional does not propagate to new threads 4 years ago
Juergen Hoeller 51b1306d70 Move coroutines invocation decision to invokeWithinTransaction 4 years ago
Sébastien Deleuze 737d77a739 Fix @Transactional support on functions returning Flow 4 years ago
Sébastien Deleuze 1f13516528 Fix @Transactional support on suspending function 4 years ago
Sébastien Deleuze 32238cc996 Add CoroutinesAnnotationTransactionInterceptorTests 4 years ago
Sébastien Deleuze d80dd50c9d Add CoroutinesAnnotationTransactionInterceptorTests 4 years ago
Sébastien Deleuze bdf120f1ef Add CoroutinesAnnotationTransactionInterceptorTests 4 years ago
Sébastien Deleuze e781d21097 Add CoroutinesAnnotationTransactionInterceptorTests 4 years ago
Sébastien Deleuze 5170f3f594 Fix a Kotlin test compile warning 4 years ago
Juergen Hoeller 0aa3205e38 Fix nullability warnings 4 years ago
Sébastien Deleuze a2ff03074f Polishing 4 years ago
Sébastien Deleuze 5429c7afeb Support suspending functions annotated with @Transactional 4 years ago
Juergen Hoeller 95110d8257 Introduce TransactionalApplicationListener interface (with callback support) 4 years ago
Сергей Цыпанов 8a04910bdd Drop explicit zeroing at instantiation of Atomic* objects 4 years ago
Juergen Hoeller d022fcf32f Explicit note on TransactionalEventListener versus reactive transactions 4 years ago
Sam Brannen f5d36aa47a Revert use of Map::computeIfAbsent in thread and tx scopes 4 years ago
Сергей Цыпанов 1f3e52d932 gh-25650 Replace remaining usage of LinkedList with ArrayList in tests 4 years ago
Juergen Hoeller cf2e0c7959 Selected use of ArrayList instead of LinkedList in common places 4 years ago
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 4 years ago
Sam Brannen 148dc95eb1 Fix regressions in SimpleThreadScope and SimpleTransactionScope 4 years ago
Juergen Hoeller 8dd285f877 Polishing 4 years ago
Juergen Hoeller 14839b1f4a Sort detected PersistenceExceptionTranslator beans 4 years ago
Stephane Nicoll 673f83e388 Adapt to API changes in the latest reactor snapshot 4 years ago
Sam Brannen cdc234d7db Polish contribution 4 years ago
XenoAmess c547809e89 Use instanceof instead of Class#isInstance where feasible 4 years ago
XenoAmess 3b12beb1b8
Simplify if-statements with instanceof checks 4 years ago
XenoAmess e71f702bb9
Use `static private` instead of `private static` for method declarations 4 years ago
Juergen Hoeller b0cabb29f3 Polishing 4 years ago
Sam Brannen ab0e651547 Polish SerializationTestUtils, clean up warnings, etc. 4 years ago
Sam Brannen 9d5881e0ad Suppress warnings, remove unused code, etc. 4 years ago
Juergen Hoeller 3a653bd35f Deprecate JCA CCI support 4 years ago
Sébastien Deleuze 6b355df903 Revert "Upgrade to Kotlin 1.4 M2" 4 years ago
Juergen Hoeller a08bf8c063 Avoid misleading log message for commit-triggering exception 4 years ago
Mark Paluch 217b6e37a6 Rollback reactive transaction on cancel 4 years ago
Juergen Hoeller 17cab9660c Deprecate TransactionSynchronizationAdapter 4 years ago
Сергей Цыпанов 7949937655 Remove redundant assignment of default values to volatile fields 4 years ago
Sébastien Deleuze 2a74eff10f Upgrade to Kotlin 1.4 M2 4 years ago