782 Commits (main)

Author SHA1 Message Date
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 11 hours ago
Sam Brannen 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() 11 hours ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 11 hours ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 days ago
Sam Brannen 17699103dc Consistently use American English spelling 5 days ago
Niravil a1868d3e9e fix TransactionAspectSupport#currentTransactionStatus javadoc 1 month ago
Sam Brannen d84c4a39e2 Stop referring to "Java 8" features in documentation 1 month ago
Sébastien Deleuze bc01eeb433 Leverage JUnit 6 suspending function support 2 months ago
Juergen Hoeller c55351aa4a Remove javadoc references to WebLogic API 2 months ago
Juergen Hoeller c1b0e68d6c Bring back WebLogicJtaTransactionManager for WebLogic 15.1.1 2 months ago
Sébastien Deleuze 7140ab5bca Simplify TransactionalOperator.executeAndAwait 2 months ago
Sam Brannen 7212fbe36a Polishing 3 months ago
Juergen Hoeller aeb0115605 Introduce MethodRollbackEvent for @Transactional rollbacks 3 months ago
Juergen Hoeller fd25e2f468 Use concurrent set for reactive transaction synchronizations 4 months ago
Juergen Hoeller 2f1e1d483a Remove early adaptation to JTA 2.1 setReadOnly method 4 months ago
Juergen Hoeller 3686b89ab5 Revise proxyTargetClass handling in ResilientMethodsConfiguration and ProxyAsyncConfiguration 4 months ago
Juergen Hoeller de5b9aab55 Narrow Aware interface exclusion check to BeanFactoryAware only 4 months ago
Juergen Hoeller 38555df3d8 Fix Aware exclusion check to apply to interface method only 4 months ago
Juergen Hoeller 6f81cb625c Avoid unnecessary bridge method resolution around getMostSpecificMethod 4 months ago
Juergen Hoeller 4f97c41e58 Avoid javadoc failure for line break with annotation reference 5 months ago
Juergen Hoeller b027b73a7a Relax configuration class requirement in configurer callback javadoc 5 months ago
Sébastien Deleuze 694224f1a6 Remove outdated Spring version mentions 5 months ago
Juergen Hoeller 001fc8e585 Add early support for JTA 2.1 read-only attribute 5 months ago
Sam Brannen c2ef11e1fc Remove test prefixes and avoid warnings in JDBC and TX tests 5 months ago
Dariusz Jędrzejczyk b2c84ac038 Adapt to Reactor 3.8 JSpecify annotations 5 months ago
Juergen Hoeller 080bca0b23 Deprecate TransactionCallbackWithoutResult 5 months ago
Sam Brannen c08610ee58 Revert nullability changes in reactive transaction support 6 months ago
Sam Brannen 563919befd Revise nullability of Transaction[Callback|Operations|Operator] 6 months ago
Sébastien Deleuze 7635ac38f6 Use uppercase for classpath-related static final field names 6 months ago
Sam Brannen 0c61ac956b Add missing @⁠Override annotations 6 months ago
Sébastien Deleuze da0a36bfd6 Upgrade to NullAway 0.12.10 and refine nullability 6 months ago
Sam Brannen bb2a259d85 Wrap exceptionally long lines 7 months ago
Sam Brannen 5d325ca0fc Improve wording for transactional rollback rule semantics 7 months ago
Juergen Hoeller da13a24604 Allow any @Transactional propagation for listener with BEFORE_COMMIT phase 8 months ago
Juergen Hoeller a3e9f0c16d Add bindSynchronizedResource with automatic unbinding after transaction completion 8 months ago
Sébastien Deleuze a61b297967 Specify flexible generics nullness in spring-jdbc 9 months ago
Yanming Zhou 410a9ce108 Mark applicable Scope's methods as default 9 months ago
Juergen Hoeller 196b7ec275 Deprecate (Jdbc)DaoSupport classes (including JmsGatewaySupport) 9 months ago
Spring Builds 16edf9867a Update copyright headers in source files 9 months ago
Spring Builds aee29b7f30 Update copyright headers in source files 9 months ago
Johnny Lim 7f6a7b806e Replace AssertionsForClassTypes with Assertions 10 months ago
rstoyanchev 230540b6da Polishing contribution 10 months ago
Yanming Zhou f9fa7cc93b Add missing "since" in `@Deprecated` 10 months ago
Sam Brannen cd987fc104 Update Javadoc to stop mentioning 5.3.x as the status quo 11 months ago
Juergen Hoeller cc986cd2e8 Defer triggerAfterCompletion invocation in doRollbackOnCommitException 1 year ago
Sam Brannen c6a9aa59a3 Remove BDDMockito Checkstyle rule 1 year ago
Johnny Lim 042b78f609 Fix Javadoc @code tags 1 year ago
Brian Clozel f85752a956 Fix hints and predicates for Field reflective access 1 year ago
Juergen Hoeller ff72652890 Defensively check expected type for qualified bean 1 year ago
Sébastien Deleuze bc5d771a06 Switch to JSpecify annotations 1 year ago