216 Commits (4724020174936bc085a08f97c79f2baef5534da8)

Author SHA1 Message Date
Juergen Hoeller ff72652890 Defensively check expected type for qualified bean 1 year ago
Sébastien Deleuze bc5d771a06 Switch to JSpecify annotations 1 year ago
Sam Brannen 8d69370b95 Consider logical equality in AdvisedSupport.MethodCacheKey#equals 1 year ago
Sam Brannen 320831b18a Test status quo for StaticMethodMatcherPointcut#matches invocations 1 year ago
Sam Brannen 172c8b2c35 Polish AOP tests 1 year ago
Juergen Hoeller d3dd01e227 Adapt transactional test component declaration 2 years ago
오영택 cc3948e14c feat: Implemented to throw a runtime error if a class has @Transactional 2 years ago
Sam Brannen 717b972f88 Polish contribution 2 years ago
Yanming Zhou 019c0b1d4e
Expand acronyms FQN and FQCN 2 years ago
Juergen Hoeller 28668d774b Enforce non-null value in requiredSingleResult/requiredUniqueResult 2 years ago
Juergen Hoeller 65dbfd09b4 Defensive PersistenceExceptionTranslator bean retrieval on shutdown 2 years ago
Juergen Hoeller 0955f541cb Polishing 2 years ago
Juergen Hoeller 14a461e795 Consider type-level qualifier annotations for transaction manager selection 2 years ago
Juergen Hoeller a0ae849856 Polishing 2 years ago
Juergen Hoeller 7d4c8a403e Introduce configurable default rollback rules 2 years ago
Sam Brannen 122372c580 Spring cleaning: update copyright headers 2 years ago
Juergen Hoeller 524588ef93 Avoid transaction listener execution without transaction management setup 2 years ago
Stéphane Nicoll d4401cc69a Polish 2 years ago
Sam Brannen db535863dd Consistently use class literals for primitive types 2 years ago
Stéphane Nicoll f5b0d9509d Polish 2 years ago
Stéphane Nicoll 1f2d29ee08 Polish 2 years ago
Juergen Hoeller 473efb6d4f Adapt test to current 5.0+ behavior 2 years ago
Juergen Hoeller 75c7596259 Allow Propagation.NOT_SUPPORTED with @TransactionalEventListener 2 years ago
Yanming Zhou afcd03bddc Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2 years ago
Stéphane Nicoll b2e3be10d4 Add test to reproduce behavior 2 years ago
Johnny Lim 64e9fcad53 Apply SingleSpaceSeparator Checkstyle module 2 years ago
Johnny Lim 919faa2ce2 Order modifiers to align with JLS 2 years ago
Juergen Hoeller c7b832cfc8 Enforce REQUIRES_NEW for correct transaction configuration 2 years ago
Sam Brannen 865fa33927 Cache CGLIB proxy classes properly again 3 years ago
Sam Brannen edd1e9134f Polishing 3 years ago
Johnny Lim 112f755e17 Use IllegalStateException in ReactiveTestTransactionManager.doCommit() 3 years ago
Juergen Hoeller 6fc4898a1b Find TransactionalEventListener annotation on target method 3 years ago
Juergen Hoeller 3253d2de89 Introduce TransactionExecutionListener with begin/commit/rollback notifications 3 years ago
Juergen Hoeller 52176edcbf Polishing 3 years ago
Juergen Hoeller 450cc212a2 Support for transactional listeners with reactive transactions 3 years ago
Sam Brannen 0eda44186a Polish tests for configuration constants 3 years ago
Sam Brannen 97810c84a2 Stop using Constants utility in AbstractPlatformTransactionManager 3 years ago
Sam Brannen d0076f5c14 Stop using Constants utility in DefaultTransactionDefinition 3 years ago
Sam Brannen c110644107 Polish TransactionSupportTests 3 years ago
Sam Brannen 63fe45d92a Update copyright headers 3 years ago
Sam Brannen e6d360c1c6 Polishing 3 years ago
Juergen Hoeller 0ab94478fe Add since tags and code style refinements 3 years ago
René Wittner 4b80b0f490
DataAccessUtils result accessors with Optional return value (#27735) 3 years ago
Juergen Hoeller 4152034799 Move transaction configuration check to transaction.annotation package 3 years ago
Sam Brannen 39bc7566df Stop printing to System.out in tests 3 years ago
Juergen Hoeller d881cd3346 Accept REQUIRES_NEW on non-async transactional event listeners 3 years ago
Juergen Hoeller 842569c9e5 Detect invalid transaction configuration for transactional event listeners 3 years ago
Juergen Hoeller dd871e0d8c Trigger rollback for (Completable)Future exception on method return 3 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 3 years ago
Sam Brannen 9cf7b0e230 Polishing 3 years ago