158 Commits (9ba1d1437d290858d61b3bb32a517e775847553c)

Author SHA1 Message Date
Chris Beams 15a8f776b9 Clarify stereotype and exception translation Javadoc 13 years ago
Sam Brannen 1de71c6e37 [SPR-8222] Upgraded to JUnit 4.9. 13 years ago
Chris Beams 5946e66586 Update ejb and javax.resource deps in tx pom 13 years ago
Sam Brannen 87dad65ff0 [SPR-8622] Upgraded to JUnit 4.8.2 13 years ago
Juergen Hoeller b9ebdd28fb polishing 13 years ago
Chris Beams 2b371a7c9a Deprecate TransactionProxyFactoryBean 13 years ago
Juergen Hoeller df3761e3f6 introduced AnnotationUtils.getAnnotation(AnnotatedElement, annotationType) 13 years ago
Chris Beams c5463a2e52 Move ImportSelector.Context to a top-level class 13 years ago
Chris Beams 431e935011 Fix APC registration for @EnableTransactionManagement 13 years ago
Chris Beams d8d9e3fc27 Revert "Fix APC registration for @EnableTransactionManagement" 13 years ago
Chris Beams f1ef3e4dcd Fix APC registration for @EnableTransactionManagement 13 years ago
Juergen Hoeller b0a6ebfb61 fixed package declaration 13 years ago
Juergen Hoeller e5b1c4366c added JBoss dependency (SPR-8505); updated WebSphere dependency 13 years ago
Chris Beams ca6e112742 Clarify TransactionCallback Javadoc 13 years ago
Juergen Hoeller c60511bf04 shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 13 years ago
Chris Beams 066daaf5be Polish @EnableTransactionManagement Javadoc and XSD 14 years ago
Chris Beams e0ad6500be Rename TransactionManagementConfigurer callback 14 years ago
Chris Beams 0304a4b74d Revert "Introduce Ordered#NOT_ORDERED" 14 years ago
Chris Beams c06752ef72 Rename {Default=>Standard}Environment 14 years ago
Chris Beams 01e5120a26 Introduce @EnableTransactionManagement 14 years ago
Chris Beams 2bc3527f76 Consolidate annotation processing constants 14 years ago
Chris Beams 111fb71fe1 Remove "Feature" support introduced in 3.1 M1 14 years ago
Chris Beams b0b1116f4b Propagate wrapped exception in SessionFactoryUtils 14 years ago
Juergen Hoeller df6be9f694 turned to package visibility 14 years ago
Chris Beams 9cc125531b Fix STS compatibility issues; other improvements 14 years ago
Chris Beams 2f7c2230f0 Include license.txt and notice.txt in module JARs 14 years ago
Chris Beams 2d76dde611 Rename ExecutorContext => SpecificationContext 14 years ago
Chris Beams a2bc381ade Extract ProblemCollector interface 14 years ago
Chris Beams b4fea47d5c Introduce FeatureSpecification support 14 years ago
Chris Beams 9420bdc246 Document createEnvironment() methods 14 years ago
Chris Beams 2b99cf6d29 Refactor Environment and PropertySource 14 years ago
Chris Beams 5e6912302a Introduce "Aware" superinterface 14 years ago
Chris Beams b3ff9be78f M1 cut of environment, profiles and property work (SPR-7508) 14 years ago
Sam Brannen b130a36af7 [SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1. 14 years ago
Chris Beams f480333d31 Merge 3.1.0 development branch into trunk 14 years ago
Juergen Hoeller e56cfb8173 consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) 14 years ago
Ben Hale 7730e76c06 Publishing license and notice files 14 years ago
Arjen Poutsma dbfa049e1e Prepping for 3.0.5 14 years ago
Juergen Hoeller 3963ff6e3b use generic Class<?> in TransactionAttributeSource signature 14 years ago
Juergen Hoeller 99733aef2a introspect superclass when given a CGLIB proxy as target class (SPR-7448); use generic Class<?> in TransactionAttributeSource signature 14 years ago
Juergen Hoeller 4d56b89619 transaction names based on method id from most specific method (target class instead of interface; SPR-7317) 14 years ago
Juergen Hoeller ef3b70d40a Spring's MessageEndpointFactory classes are now JCA 1.6 compliant as well 14 years ago
Arjen Poutsma b31c34ed7d Upgrading version to 3.0.4 14 years ago
Juergen Hoeller 6c6004a93b @Transactional qualifier value matches against @Qualifier annotations on @Bean methods as well (SPR-7232) 15 years ago
Juergen Hoeller b0afa0c472 only retrieve transaction manager bean if necessary (SPR-7153) 15 years ago
David Syer eb7f8309e2 Update version in POMs to 3.0.3 15 years ago
Juergen Hoeller ab139dffd0 added javadoc references to semantic definition of transaction attributes (SPR-7029) 15 years ago
Juergen Hoeller 4e7752c9ba JCA listener containers delegate to wrapped Transaction handle (for Geronimo compatibility; SPR-6991) 15 years ago
Chris Beams 706a09c49e SPR-7009: TransactionInterceptor now extracts ultimate target class before evaluating @Transactional metadata to accommodate double-proxying cases 15 years ago
Juergen Hoeller 296aa96d71 AopUtils.getTargetClass(...) never returns null (SPR-7011) 15 years ago