71 Commits (0f0da73043b11aa9cc81d68657e1ce3df293a441)

Author SHA1 Message Date
Spring Operator 13dc00a16d URL Cleanup 7 years ago
Spring Operator 11cca941c2 URL Cleanup 7 years ago
Juergen Hoeller 42dbc39032 Polishing 8 years ago
Johnny Lim a0d37ac29e Remove inconsistent spaces 8 years ago
Juergen Hoeller 8b051ab06e AopUtils.getMostSpecificMethod exposes dynamic proxy class methods 8 years ago
Juergen Hoeller b5922f75bb AspectJExpressionPointcut consistently resolves superinterface methods 8 years ago
Juergen Hoeller df8061494c TransactionTemplate equality for same transaction manager only 8 years ago
Juergen Hoeller de7ff556d9 Polishing 8 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 8 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 8 years ago
Juergen Hoeller 697d14a028 Unit tests for transaction annotations on parent interfaces 9 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 9 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 9 years ago
Juergen Hoeller 42d6d7ec4e Transaction annotations on interface methods with CGLIB proxies 9 years ago
Juergen Hoeller d003f6614b Tests for annotation lookups in interfaces (currently ignored for CGLIB proxies) 9 years ago
Juergen Hoeller 1cb381e9a7 Consistent deprecation markers on JDK 9 9 years ago
Sam Brannen 9ed66bf2eb Clean up warnings across code base 9 years ago
Juergen Hoeller a7ec6dc0af ImportRegistry properly tracks excluded superclasses 9 years ago
Juergen Hoeller 52b029d71d DefaultTransactionAttribute stores descriptor (method identification) 10 years ago
Juergen Hoeller e03dea1d64 Polishing 10 years ago
Juergen Hoeller 88fcd0a2ed Framework build compatible with JDK 9 (tests running against java.base module) 10 years ago
Juergen Hoeller 04e9c2bf0c Aspect actually applies in PersistenceExceptionTranslationPostProcessorTests 10 years ago
Stephane Nicoll 00d2606b00 Explicit type can be replaced by <> 10 years ago
Juergen Hoeller 831f09cf48 SimpleTransactionScope properly suspends and resumes scoped objects 10 years ago
Juergen Hoeller b7819e6ec8 AnnotationTransactionAttributeSource applies class-level metadata to user-level methods only 10 years ago
Juergen Hoeller 5025c615b1 Consistent use of AnnotatedElementUtils.findMergedAnnotation/hasAnnotation 10 years ago
Juergen Hoeller 1d8a3e1f07 BeanFactoryAnnotationUtils searches on bean implementation classes and meta-annotations as well 10 years ago
Sam Brannen 5b3edcd9f9 Spring Cleaning in December 10 years ago
Juergen Hoeller 760bc719f2 Polishing 11 years ago
Sam Brannen d5ee787e1e Migrate JUnit 3 tests to JUnit 4 11 years ago
Stephane Nicoll bf786c3176 Support for multiple events per method 11 years ago
Juergen Hoeller f1c7dc4f4b Introduced SimpleTransactionScope (analogous to SimpleThreadScope) 11 years ago
Juergen Hoeller 9f64230131 TransactionAttributeSourcePointcut pointcut skips target classes with TransactionalProxy marker (e.g. Spring Data proxies) 11 years ago
Sam Brannen d9f18f7355 Polish AnnotationTransactionAttributeSourceTests 11 years ago
Sam Brannen 6b7c1d72e8 Introduce alias for 'value' attribute in @Transactional 11 years ago
Stephane Nicoll cf391f5ce1 polish 11 years ago
Sam Brannen ad6bea1cda Support abstract, bridge, & interface methods in AnnotatedElementUtils 11 years ago
Sam Brannen 8ece1b145c Introduce failing/ignored tests for SPR-12738 11 years ago
Sam Brannen b9b0b78fa1 Support n meta-annotation levels on methods in AnnotationUtils 11 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 11 years ago
Stephane Nicoll 4741a12fdc Support for transactional event listener 11 years ago
Stephane Nicoll a79fe25917 Restore default transaction manager by name lookup 11 years ago
Stephane Nicoll 4a0ac97550 Fix regression in determineTransactionManager 11 years ago
Stephane Nicoll cec26e9ac4 Rework determineTransactionManager condition 11 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 12 years ago
Stephane Nicoll 4e257243f2 Reduce PlatformTransactionManager lookups 12 years ago
Stephane Nicoll 5ed20d21b1 Add test 12 years ago
Philippe Marschall 4ff1e197e3 Clean up spring-tx tests warnings 12 years ago
Juergen Hoeller 12c393eb6d Switched 'order' attributes across namespaces to 'xsd:token' 12 years ago
Juergen Hoeller e8dead247c @EnableTransactionManagement and co get detected on superclasses as well 12 years ago