79 Commits (3dfb1d5c9cca05222aaab64f4bbd6845b89b9198)

Author SHA1 Message Date
Juergen Hoeller 09e6a85edd fixed overview files 15 years ago
Mark Pollack c6cd1a528e SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate 15 years ago
Juergen Hoeller 557dd1f1c4 initialize transaction synchronization before doBegin call in order to avoid OutOfMemory failures after resource binding 15 years ago
Juergen Hoeller 33265eecbd polishing 15 years ago
Juergen Hoeller 0698947e6d skip processing when no PlatformTransactionManager found (SPR-3955) 15 years ago
Mark Pollack 4f94f45ec4 pom maintenance 15 years ago
Juergen Hoeller 8d66c90760 revised JTA 1.1 support and javadoc 15 years ago
Juergen Hoeller ad4f50a0d4 removed outdated reflection code 15 years ago
Juergen Hoeller 45dc856993 Jpa/JdoTransactionManager passes resolved timeout into Jpa/JdoDialect's beginTransaction; HibernateJpaDialect applies timeout onto native Hibernate Transaction before begin call (SPR-5195) 15 years ago
Juergen Hoeller 1045847cf7 updated to CGLIB 2.2 and EHCache 1.6.2 15 years ago
Juergen Hoeller 8754f0bc85 updated dependencies 15 years ago
Christian Dupuis a7acea2329 remove obsolete xsd 15 years ago
Juergen Hoeller 3ac3a72e91 added test with custom repository annotation 15 years ago
Mark Pollack 97e3b5ca8c SPR-5976 - Upgrade POMS to JUnit 4.6 15 years ago
Arjen Poutsma 3d29023ef3 Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom. 15 years ago
Mark Fisher 1bfb26e4b2 updated aspectj weaver version in .classpath files to match ivy.xml configuration 15 years ago
Juergen Hoeller 54285ea57c polishing 15 years ago
Juergen Hoeller 3f6e4282d6 WebSphereUowTransactionManager falls back to UOWManagerFactory lookup by default 15 years ago
Christian Dupuis 7f3c4cec25 STS-260: added missing import-package headers so that editor works again 15 years ago
Chris Beams 9163d8043b updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 15 years ago
Mark Pollack 0c16554e23 SPR-5803 and additional POM maintenance/development 15 years ago
Sam Brannen 620c9b1f96 [SPR-5895] Upgraded to EasyMock 2.5.1. 15 years ago
Sam Brannen 8bfb56c75b [SPR-5887] Upgraded to JUnit 4.6.0. 15 years ago
Juergen Hoeller 3426ad3781 prepared 3.0 versions of the remaining namespaces 16 years ago
Chris Beams a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 16 years ago
Christian Dupuis 6cc33fc609 added spring.tooling descriptor and images for all namespaces 16 years ago
Sam Brannen af56f6497c Updated regarding generics; fixed typos. 16 years ago
Juergen Hoeller 814a807446 generified JtaTransactionManager code 16 years ago
Juergen Hoeller b0ed6d5685 polishing 16 years ago
Juergen Hoeller bbd69da37f updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges 16 years ago
Juergen Hoeller 68deb43d8e removed WebLogic 7.0 support code 16 years ago
Juergen Hoeller d34953e933 polishing 16 years ago
Juergen Hoeller d34c4a2cf0 @Transactional supports qualifier value for choosing between multiple transaction managers 16 years ago
Juergen Hoeller cea8f7f69e custom stereotype annotations can be meta-annotated with @Service, @Controller etc as well; @Scope and @Transactional are now supported as meta-annotations on custom annotations 16 years ago
Thomas Risberg 1facd45c5e switched to use XInclude 16 years ago
Mark Pollack 362629d03b Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again) 16 years ago
Mark Pollack 8f76197485 Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT 16 years ago
Mark Pollack 351fba1a04 POM maintenance 16 years ago
Juergen Hoeller 160e04c15a AspectJ update 16 years ago
Scott Andrews 0dfba993e8 updating eclipse classpath for test dependencies 16 years ago
Arjen Poutsma 665b284443 Added some leftover tests 16 years ago
Mark Pollack 0152d8d21d SPR-5385, SPR-5301 - initial pass completed of POMs for maven central repository upload. N.B. Can not build spring with these POMs. 16 years ago
Mark Pollack 0b463c0838 SPR-5385, SPR-5301 - partial work committed. 16 years ago
Thomas Risberg a0139abf1e added a DuplicatKeyException catagory for SQLException translation (SPR-5125) 16 years ago
Juergen Hoeller 160249c012 generified FactoryBeans and further Java 5 code style updates 16 years ago
Juergen Hoeller 4cc42bf16f added "flush()" method to TransactionStatus and TransactionSynchronization interfaces; test context manager automatically flushes transactions before rolling back; general polishing of transaction management code 16 years ago
Juergen Hoeller 43caa57296 optimized OrderComparator usage 16 years ago
Juergen Hoeller a25e24f37e generified TransactionCallback; WebSphereUowTransactionManager preserves original exception in case of rollback (SPR-5270) 16 years ago
Juergen Hoeller fb057bb5f6 generified NumberUtils signature 16 years ago
Juergen Hoeller 205df56ee4 support for WebSphere's ResourceAdapter-managed transactions 16 years ago