Commits
User selector
Commit History
Commits on Apr 22, 2014
- committed
Commits on Mar 20, 2014
Harmonize log configuration
Show description for 4cd818bcommitted
Commits on Mar 17, 2014
DeferredQueryInvocationHandler explicitly closes its EntityManager on garbage collection
Show description for a8577dacommitted
Commits on Feb 8, 2014
Commits on Feb 7, 2014
Commits on Feb 6, 2014
Introduced OpenSessionInterceptor as a streamlined alternative to HibernateInterceptor
Show description for 2410e29committed
Commits on Jan 28, 2014
Polish Hibernate support and tests
Show description for 63e0231committed
Commits on Jan 25, 2014
Commits on Jan 22, 2014
Commits on Jan 21, 2014
DefaultPersistenceUnitManager detects META-INF/orm.xml for scanned default unit
Show description for 4ae893ecommitted
Commits on Jan 20, 2014
Added info-level logging for default unit detection
Show description for 88730bdauthored andcommitted
Commits on Dec 19, 2013
InjectionMetadata caching per bean name needs to refresh when bean class changes
Show description for b146074committed
Commits on Dec 17, 2013
Adapted orm.hibernate4 and HibernateJpaVendorAdapter to avoid deprecation warnings on Hibernate 4.3 final
Show description for 479d073committed
Commits on Dec 10, 2013
Established well-defined registration order for Hibernate package scanning
Show description for 9281649committed
Commits on Nov 26, 2013
Consistent whitespace after imports
Show description for 043a41ecommitted
Phillip Webb
Commits on Nov 25, 2013
Fix remaining compiler warnings
Show description for 59002f2committed
Phillip Webb
Commits on Nov 21, 2013
Upgrade to HSQLDB 2.3.1
Show description for d9c4470committed
Phillip Webb
Commits on Oct 31, 2013
Add timeout async request handling to OSIV components
Show description for 5d8fac8committed
Commits on Oct 26, 2013
Cache InjectionMetadata per bean name instead of per Class, if possible
Show description for 4675bc4committedCache InjectionMetadata per bean name instead of per Class
Show description for 393cfcfauthored andcommitted
Commits on Aug 20, 2013
- committed
Introduced local support for Hibernate 3.6 and 4.x exception translation to HibernateJpaDialect
Show description for a65bc38committedExplicit support for Hibernate 3.6's QueryTimeoutException, PessimisticLockException and OptimisticLockException
Show description for 3b21133committedExplicit support for JPA 2.0's QueryTimeoutException, LockTimeoutException and PessimisticLockException
Show description for f3b2230committed
Commits on Aug 2, 2013
Added JPA 2.0 compliant "sharedCacheMode" and "validationMode" properties to DefaultPersistenceUnitManager and LocalContainerEntityManagerFactoryBean
Show description for 219eeb2committedScan for JPA 2.1 Converter annotation as well
Show description for a841923committed
Commits on Jul 31, 2013
Fixed misunderstanding with respect to excludeUnlistedClasses default in JPA 2.0
Show description for 85c9ed0committed
Commits on Jul 24, 2013
Resource-based PlatformTransactionManager implementations defensively catch Throwable in doBegin in order to reliably close resource in case of OutOfMemoryError
Show description for 2e4eb9fauthored andcommitted
Commits on Jul 22, 2013
Parse JPA <exclude-unlisted-classes> correctly
Show description for 7ad540dauthored andcommitted
Commits on Jul 19, 2013
Fixed potential NPE in SharedEntityManagerCreator
Show description for b552c6eauthored andcommitted