Thomas Risberg
|
076b912f05
|
removed filter for classes from the JPA providers package for EclipseLink (SPR-6040)
|
15 years ago |
Keith Donald
|
c8fd4a45fc
|
more eclipse compile errors
|
15 years ago |
David Syer
|
2978a4d0eb
|
SPR-6160: resolved by referring to 'future release' instead of 2.5
|
15 years ago |
Juergen Hoeller
|
54221500c1
|
fixed PersistenceInjectionTests
|
15 years ago |
Juergen Hoeller
|
94533976d0
|
full compliance with the JSR-330 TCK
|
15 years ago |
Arjen Poutsma
|
cafc106ccc
|
Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat
|
15 years ago |
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
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
|
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
|
16 years ago |
Arjen Poutsma
|
3d29023ef3
|
Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom.
|
16 years ago |
Mark Fisher
|
1bfb26e4b2
|
updated aspectj weaver version in .classpath files to match ivy.xml configuration
|
16 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.
|
16 years ago |
Mark Pollack
|
69422e771f
|
SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
Update org.sf.web/.classpath to refer to tiles 2.1.2
|
16 years ago |
Mark Pollack
|
0c16554e23
|
SPR-5803 and additional POM maintenance/development
|
16 years ago |
Sam Brannen
|
620c9b1f96
|
[SPR-5895] Upgraded to EasyMock 2.5.1.
|
16 years ago |
Sam Brannen
|
8bfb56c75b
|
[SPR-5887] Upgraded to JUnit 4.6.0.
|
16 years ago |
Chris Beams
|
a9696c7282
|
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
|
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
Place parent pom in publicly accessible directory (org.sf.spring-parent).
Create a component list pom in org.sf.spring-library.
|
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.
Cleanup remains to meet maven central metadata requirements
|
16 years ago |
Colin Sampaleanu
|
bf31766ff8
|
fix ecliipse jar imports to match recent changes (hibernate, openjpa) to
ivy dependenies
|
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 |