147 Commits (1e8bc1b0fbeac248392e85dd34862eac796271db)

Author SHA1 Message Date
Stephane Nicoll 54a3f66d1d Move RuntimeHints predicate support to a dedicated package 4 years ago
Marc Wrobel 3b68e97710 Fix and improve Javadoc in spring-tx 4 years ago
Sam Brannen d274e893a6 Remove superfluous static declaration for enum, annotation, & interface 4 years ago
Sam Brannen 73d92d66b9 Stop using convention-based annotation attribute overrides in tests 4 years ago
Sébastien Deleuze 49fd7c99ae Fix TransactionBeanRegistrationAotProcessorTests 4 years ago
Sébastien Deleuze 1458d5f39f Add support for @Transactional in native images 4 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 4 years ago
Sam Brannen c1033dbfb3 Support type-safe transaction rollback rules 4 years ago
Sam Brannen b3e5f86277 Polish rollback rule support 4 years ago
Sam Brannen 340f41af6d Suppress warnings in Gradle build 4 years ago
Sam Brannen 25aa295c2c Rename test class to adhere to conventions 4 years ago
Sam Brannen 67b91b2390 Polish RollbackRuleTests 4 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 4 years ago
Sam Brannen 3e14cdbc69 Polish tests 4 years ago
Rossen Stoyanchev 7b9848a352 Replace deprecated Reactor Context related methods 5 years ago
Juergen Hoeller d84ca2ba90 Jakarta EE 9 migration 5 years ago
Juergen Hoeller 86902d27b2 Expose id/getListenerId in base EventListener/ApplicationListener (pulled up from tx) 5 years ago
Juergen Hoeller 95110d8257 Introduce TransactionalApplicationListener interface (with callback support) 5 years ago
Сергей Цыпанов 1f3e52d932 gh-25650 Replace remaining usage of LinkedList with ArrayList in tests 6 years ago
Juergen Hoeller 14839b1f4a Sort detected PersistenceExceptionTranslator beans 6 years ago
Sam Brannen ab0e651547 Polish SerializationTestUtils, clean up warnings, etc. 6 years ago
Sam Brannen 9d5881e0ad Suppress warnings, remove unused code, etc. 6 years ago
Juergen Hoeller 3a653bd35f Deprecate JCA CCI support 6 years ago
Mark Paluch 217b6e37a6 Rollback reactive transaction on cancel 6 years ago
Juergen Hoeller 17cab9660c Deprecate TransactionSynchronizationAdapter 6 years ago
Juergen Hoeller dd0d0d51f6 Introduce resolvable timeout attribute on @Transactional and <tx:method> 6 years ago
Sam Brannen 715e8c9ef6 Align TransactionManagementConfigurer support in TCF with production 6 years ago
Sam Brannen 65acda8d3e Polishing 6 years ago
Mark Paluch 2aa8aef216 Extend transaction attributes with labels 6 years ago
Sam Brannen 144b0e1437 Test status quo for @Primary + TransactionManagementConfigurer 6 years ago
Sam Brannen f8ab19dc68 Ensure @EnableTxMgmt tests actually test something 6 years ago
Sam Brannen e26764d249 Remove duplicate words in documentation and polish Javadoc 6 years ago
Qimiao Chen 70581d1ea2
Improve javadoc in RollbackRuleAttribute regarding nested classes 6 years ago
Sam Brannen 5581f3b77b Use Gradle test fixture support for spring-tx 6 years ago
Sam Brannen 726b1bb1d0 Rename test fixture package in spring-context 6 years ago
Sam Brannen 7cd4ddf5fc Rename test fixture package in spring-beans 6 years ago
Sam Brannen 4260c34b47 Rename test fixture package in spring-core 6 years ago
Sam Brannen 61d4ee594d Use Gradle test fixture support for spring-beans and spring-context 6 years ago
Sam Brannen 5718bf424b Use Gradle test fixture support for spring-core 6 years ago
Christoph Dreis 3c17178b16 Fix Mockito deprecations 6 years ago
Juergen Hoeller 43a86565ca Consider target transaction manager for reactive transaction decision 6 years ago
Mark Paluch 0d8aa854e8 Add tests for cancellation of transactional streams 7 years ago
Mark Paluch 393a81d4a9 Omit cancellation of transactional Monos in TransactionOperator 7 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 7 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 7 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 7 years ago
Stephane Nicoll 9a71a8d357 Fix checkstyle violation 7 years ago
Stephane Nicoll 4f8b347aa0 Do not trigger transactional event listener if no transaction is active 7 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 7 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 7 years ago