75 Commits (72f45729301484843ada7fbf57d781945ba83d46)

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 cd1df84d7d removed slf4j dependency (not used in Spring itself; SPR-6119) 15 years ago
Juergen Hoeller 60acaf5671 updated dependencies 15 years ago
Mark Pollack 4f94f45ec4 pom maintenance 15 years ago
Juergen Hoeller ee1c68ead4 polishing 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 57f90ad4ef polishing 15 years ago
Juergen Hoeller 8754f0bc85 updated dependencies 15 years ago
Juergen Hoeller 83289cb8b0 updated JPA 2.0 compatibility to EclipseLink 2.0.0.M7 15 years ago
Juergen Hoeller ce3c72f8c2 compatibility with Hibernate 3.5 beta 1 15 years ago
Mark Pollack 3081396c15 pom maintenance - changes needed to run inside eclipse via m2eclipse 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
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 69422e771f SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed) 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
Chris Beams a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 16 years ago
Juergen Hoeller a5c324f934 Hibernate AnnotationSessionFactoryBean detects Hibernate's special @Entity annotation too (SPR-5787) 16 years ago
Sam Brannen af56f6497c Updated regarding generics; fixed typos. 16 years ago
Juergen Hoeller e70d2ce14c 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
Sam Brannen a6a8b29d19 Fixed typo in JavaDoc 16 years ago
Juergen Hoeller bc9b256179 fixed "org.hibernate.ejb" version range 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
Mark Pollack a9c8ba407c POM maintenance 16 years ago
Mark Pollack 5f21cbd9da POM maintenance 16 years ago
Juergen Hoeller 225eb6bcd9 refined version ranges in OSGi manifests 16 years ago
Juergen Hoeller 160e04c15a AspectJ update 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
Colin Sampaleanu bf31766ff8 fix ecliipse jar imports to match recent changes (hibernate, openjpa) to 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 dd7d299aa4 updated for execution of integration tests 16 years ago
Juergen Hoeller 15bbd575a9 bridge method resolution works with Hibernate-generated CGLIB proxies as well (SPR-5414) 16 years ago
Juergen Hoeller 6086bb37e7 updated to Hibernate 3.3 + Hibernate EntityManager 3.4 (requires SFL4J <= 1.5.3!) as well as OpenJPA 1.1 16 years ago
Juergen Hoeller fc6d7358ef polishing 16 years ago
Juergen Hoeller 92588cddc6 Java 5 code style 16 years ago
Scott Andrews 178e1161d7 updating eclipse classpath for JDO 2.1 16 years ago
Juergen Hoeller e7465dcb99 generified operations interfaces; update to JDO 2.1; preparation for JPA 2.0 16 years ago
Chris Beams aee972c5b1 re-adding mock.jndi.* artifacts to .orm test codebase eliminated after moving away from svn:externals 16 years ago
Juergen Hoeller c442a5818d updated dependencies 16 years ago
Chris Beams 579280d7bf Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles 16 years ago
Chris Beams f4d8b69126 moving unit tests from .testsuite -> .orm 16 years ago
Juergen Hoeller 71df72d634 properly scan subpackages as well (SPR-5324) 16 years ago