Chris Beams
2f7c2230f0
Include license.txt and notice.txt in module JARs
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
...
Branch in question is 'env' branch from git://git.springsource.org/sandbox/cbeams.git; merged into
git-svn repository with:
git merge -s recursive -Xtheirs --no-commit env
No merge conflicts, but did need to
git rm spring-build
prior to committing.
With this change, Spring 3.1.0 development is now happening on SVN
trunk. Further commits to the 3.0.x line will happen in an as-yet
uncreated SVN branch. 3.1.0 snapshots will be available
per the usual nightly CI build from trunk.
14 years ago
Juergen Hoeller
4c154d3cab
AnnotationSessionFactoryBean's "postProcessConfiguration" is non-final now (because of Hibernate 3.6; SPR-7581)
14 years ago
Juergen Hoeller
f848e5081d
updated version statement in javadoc
14 years ago
Juergen Hoeller
91a53a36ec
LocalSessionFactoryBean's "entityCacheStrategies" works with region names on Hibernate 3.6 as well
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
0aec5efb56
polishing
14 years ago
Juergen Hoeller
72da237474
FilterDefinitionFactoryBean supports Hibernate 3.6.0.beta1 as well
15 years ago
Juergen Hoeller
96b9cf6ca9
DefaultJdoDialect supports JDO 3.0 query timeout facility (as supported by DataNucleus 2.1)
15 years ago
Arjen Poutsma
b31c34ed7d
Upgrading version to 3.0.4
15 years ago
Juergen Hoeller
e12fbd3e2b
avoid EntityManager close() exception through isOpen() check (SPR-7215)
15 years ago
Juergen Hoeller
928f5423af
avoid EntityManager close() exception through isOpen() check (SPR-7215)
15 years ago
Juergen Hoeller
11bb7264a2
properly return null from getPersistenceUnitInfo again (SPR-7055)
15 years ago
Juergen Hoeller
2a19148eed
changed "javax.persistence.criteria" import to an explicit Import-Package declaration (SPR-6636)
15 years ago
David Syer
eb7f8309e2
Update version in POMs to 3.0.3
15 years ago
Costin Leau
688dd1a018
SPR-7071
...
+ fix some Eclipse classpath entries
15 years ago
Juergen Hoeller
4ee6735376
DefaultPersistenceUnitManager's getPersistenceUnitInfo method has 2.5 compatible signature again (SPR-7055)
15 years ago
Juergen Hoeller
6aa0e62597
compatibility with Hibernate 3.5 final
15 years ago
Juergen Hoeller
29ab58c4d8
ResourcePatternUtils provides plain PathMatchingResourcePatternResolver in case of a null ResourceLoader
15 years ago
Juergen Hoeller
b370969690
added public "validateDatabaseSchema" method to Hibernate LocalSessionFactoryBean (SPR-3212)
15 years ago
Juergen Hoeller
7da13e7ad1
compatibility with OpenJPA 2.0 (support for persistence.xml versioning; SPR-6975)
15 years ago
Juergen Hoeller
0aee6e9f5b
use target factory's ClassLoader in case of a raw EntityManagerFactory (SPR-6733)
15 years ago
Juergen Hoeller
ef227c5d01
HibernateJpaDialect borrows JDBC Connection on demand (supporting aggressive release; SPR-6895)
15 years ago
David Syer
1a351db6e0
Update Central POMs to 3.0.2
15 years ago
Costin Leau
8d0bb00188
+ make use or property placeholders inside template.mf
15 years ago
Juergen Hoeller
cef44f6d53
made PersistenceAnnotationBeanPostProcessor's JNDI API references optional - for compatibility with Google App Engine (SPR-6679)
15 years ago
Juergen Hoeller
ef024db318
polishing
15 years ago
Juergen Hoeller
b25dc7cc55
compatibility with Hibernate 3.5 beta 4 (SPR-6804, SPR-6805)
15 years ago
Costin Leau
0fd4a45070
+ upgrade to AspectJ 1.6.8
...
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
15 years ago
Costin Leau
fab29dfee7
+ add explicit dependency on commons-pool to prevent version 1.3 from being used (since it contains a memory leak)
15 years ago
Juergen Hoeller
5f5e7c3262
polishing
15 years ago
Juergen Hoeller
db71811c5a
SharedEntityManagerCreator's EntityManager proxies are fully serializable now (SPR-6684)
15 years ago
Juergen Hoeller
bcfef8a4e1
support for JPA 2.0 TypedQuery interface and query vendor interfaces (SPR-6733)
15 years ago
Juergen Hoeller
1b6f3f1f22
Query call chaining works with shared EntityManager proxy outside of transaction as well (SPR-6726)
15 years ago
Juergen Hoeller
a6769d60c0
fixed support for JPA 2.0 persistence schema (SPR-6711)
15 years ago
Juergen Hoeller
7a792f6c23
fixed support for JPA 2.0 persistence schema (SPR-6711)
15 years ago
David Syer
b077d5ba97
SPR-6678: fix poms for 3.0.1
15 years ago
Juergen Hoeller
0ba8375546
full support for JPA 2.0 PersistenceUnitInfo SPI (for compatibility with Hibernate 3.5 beta 3; SPR-6408)
15 years ago
Juergen Hoeller
e328083d11
updated manifest for new JPA 2.0 criteria package (SPR-6636)
15 years ago
Juergen Hoeller
e1d5c7310a
updated JPA 2.0 support to the final spec (supporting the "getCriteriaBuilder" method)
15 years ago
David Syer
1202f67cc8
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
15 years ago
Juergen Hoeller
0d413c7e36
reverted schema update implementation for Hibernate 3.2 compatibility (SPR-6509)
15 years ago
David Syer
b7e37ddb07
SPR-5327: tidy up Maven dependencies (keeping commons-logging)
15 years ago
David Syer
1a06b6a0ab
SPR-5327: tidy up Maven dependencies (keeping commons-logging)
15 years ago
Juergen Hoeller
cc0bd730eb
polishing
15 years ago
Juergen Hoeller
34d4e3cbe0
refined Hibernate version range
15 years ago
Juergen Hoeller
1cf0c12674
restored Hibernate 3.2 compatibility (SPR-6387)
15 years ago