492 Commits (bd3499671c7067c176898a02f70b9cdd78628911)

Author SHA1 Message Date
Marc Wrobel 3b68e97710 Fix and improve Javadoc in spring-tx 2 years ago
Sam Brannen d274e893a6 Remove superfluous static declaration for enum, annotation, & interface 2 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 2 years ago
Sam Brannen 64b64d9ba0 Stop referring to features as "Java 5" features 3 years ago
Sam Brannen fa3130d716 Document that TX rollback rules may result in unintentional matches 3 years ago
Sam Brannen b3e5f86277 Polish rollback rule support 3 years ago
Sam Brannen 340f41af6d Suppress warnings in Gradle build 3 years ago
Sam Brannen 25aa295c2c Rename test class to adhere to conventions 3 years ago
Sam Brannen 67b91b2390 Polish RollbackRuleTests 3 years ago
Juergen Hoeller a71a45e719 Deprecate AsyncTaskExecutor.execute(Runnable task, long startTimeout) 3 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 3 years ago
Sam Brannen 3e14cdbc69 Polish tests 3 years ago
Juergen Hoeller d665977787 Polishing 3 years ago
Juergen Hoeller 14f24f43d7 Polishing 3 years ago
Juergen Hoeller 8d735e6e60 Note on PersistenceExceptionTranslator sorting and non-singleton retrieval 3 years ago
Sam Brannen 41ae9632d1 Upgrade to Checkstyle 9.0 and spring-javaformat 0.0.29 3 years ago
Rossen Stoyanchev 7b9848a352 Replace deprecated Reactor Context related methods 3 years ago
Sam Brannen 96e4d3a530 Fail Gradle build for Javadoc warnings 3 years ago
Phillip Webb 52b03e3326 Migrate CoroutinesUtils to Java 3 years ago
Brian Clozel cecc0849a8 Upgrade to Gradle 7.2 3 years ago
Philippe Marschall debf61b948
Remove unused private loggers 3 years ago
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