221 Commits (142c16611dfbfc2ee0e1643b4452c854adf11c73)

Author SHA1 Message Date
Juergen Hoeller e4def2f55d Aligned ConcurrentMap declaration with 4.3.x branch 8 years ago
Juergen Hoeller ae28815886 Polishing 8 years ago
Juergen Hoeller 88fcd0a2ed Framework build compatible with JDK 9 (tests running against java.base module) 8 years ago
Juergen Hoeller aaac199e8b Consistently use constructor-based instantiation instead of Class.newInstance / BeanUtils.instantiate 8 years ago
Juergen Hoeller dc1664939c Javadoc fixes and pruning of outdated references 8 years ago
Juergen Hoeller 04e9c2bf0c Aspect actually applies in PersistenceExceptionTranslationPostProcessorTests 8 years ago
Stephane Nicoll e4b0486c5a Add @FunctionalInterface on candidate interfaces 8 years ago
Juergen Hoeller 355c6f0715 Upgrade to JMS 2.0 and JCA 1.7 8 years ago
Juergen Hoeller bc2c22d51e Streamline XML namespace support towards unversioned schemas 8 years ago
Sam Brannen 1391248ea6 Introduce log4j 2 for Spring's test suite 8 years ago
Stephane Nicoll 00d2606b00 Explicit type can be replaced by <> 8 years ago
Juergen Hoeller 0fc0ce78ae Drop deprecated dependencies on Log4j, JRuby, JExcel, Burlap, Commons Pool/DBCP 8 years ago
Juergen Hoeller d341624e91 Drop JDO support 8 years ago
Stephane Nicoll 037746da44 Polish 8 years ago
Juergen Hoeller 66ec1c1618 Add missing package-info files for common packages 8 years ago
nkjackzhang 9656015d26 Fix typo in javadoc 9 years ago
Juergen Hoeller a9fda3e7e2 Defensive catching of any Throwable subclasses instead of just Error 9 years ago
Juergen Hoeller 1be544f8fa JtaTransactionManager explicitly resets transaction timeout after completion 9 years ago
Juergen Hoeller f83cbff543 Consistent SmartLifecycle implementations 9 years ago
Johnny Lim 44e652f99e Remove duplicate words 9 years ago
Juergen Hoeller 74608e6b49 Polishing 9 years ago
Juergen Hoeller 831f09cf48 SimpleTransactionScope properly suspends and resumes scoped objects 9 years ago
Juergen Hoeller 537193a4e0 Consistent license header 9 years ago
Juergen Hoeller 14bf6509ec Consistent cache key implementation across transaction and cache attribute sources 9 years ago
Juergen Hoeller b7819e6ec8 AnnotationTransactionAttributeSource applies class-level metadata to user-level methods only 9 years ago
Juergen Hoeller 54aeb7a5d6 Cache key classes implement Comparable and consistently provide a toString representation 9 years ago
Juergen Hoeller 9af12d290e Polishing 9 years ago
Juergen Hoeller 5025c615b1 Consistent use of AnnotatedElementUtils.findMergedAnnotation/hasAnnotation 9 years ago
Juergen Hoeller 25be5e060c TaskDecorator callback supported by common TaskExecutor implementations 9 years ago
Juergen Hoeller 1d8a3e1f07 BeanFactoryAnnotationUtils searches on bean implementation classes and meta-annotations as well 9 years ago
Sam Brannen 5b3edcd9f9 Spring Cleaning in December 9 years ago
Stephane Nicoll 752d3c715a Initiate structure for 4.3 XSDs 9 years ago
Johnny Lim 2defb6555e Fix broken Javadoc related to `<` and `>` 9 years ago
Juergen Hoeller 760bc719f2 Polishing 9 years ago
Juergen Hoeller d5efe4f983 Detect event listener methods behind interface proxies as well 9 years ago
Juergen Hoeller e35855f9b5 Avoid expensive annotation retrieval algorithm if no annotations present in the first place 9 years ago
Sam Brannen d5ee787e1e Migrate JUnit 3 tests to JUnit 4 9 years ago
Juergen Hoeller ebe128e940 Polishing 9 years ago
Sam Brannen 164bed5c3f Use implicit aliases in @TransactionalEventListener 9 years ago
Stephane Nicoll a3f39d5257 Add missing 4.2 XSDs 9 years ago
Sam Brannen 725292081e Introduce 'value' alias for 'attribute' in @AliasFor 9 years ago
Juergen Hoeller 14f27bda37 Prefer use of "Java EE" over "J2EE" 9 years ago
Juergen Hoeller f06581f5b8 Polishing 9 years ago
Juergen Hoeller edd6e76b9f Polishing 9 years ago
Juergen Hoeller a8fb551b1c Allow for overriding of computeTransactionAttribute 9 years ago
Sam Brannen f300325b1b Polishing 9 years ago
Stephane Nicoll bf786c3176 Support for multiple events per method 9 years ago
Sam Brannen 6c530b7bfb Delete trailing whitespace in XML files 10 years ago
Juergen Hoeller f1c7dc4f4b Introduced SimpleTransactionScope (analogous to SimpleThreadScope) 10 years ago
Juergen Hoeller 9f64230131 TransactionAttributeSourcePointcut pointcut skips target classes with TransactionalProxy marker (e.g. Spring Data proxies) 10 years ago