Commits
User selector
Commit History
Commits on Jul 17, 2015
Enforce TransactionRequiredException for pre-bound EntityManager without actual transaction active
Show description for 7e2a662committedOnly attempt to call joinTransaction in case of actual transaction active
Show description for 2f8ac91committed
Commits on Jul 7, 2015
Note on 'generateDdl' versus JPA 2.1 schema generation
Show description for 11ec999committed
Commits on May 20, 2015
Class identity comparisons wherever possible
Show description for b4095c3committed
Commits on May 9, 2015
Consistent non-public AsyncRequestInterceptor classes
Show description for cf0a916committedSupport for Hibernate ORM 5.0 Beta 2
Show description for f9c3910committed
Commits on Mar 24, 2015
Removed outdated references to Servlet 2.3/2.4
Show description for c8cc8b7committed- committed
Commits on Mar 19, 2015
Consistent support for Java 8 default methods (in interfaces implemented by user classes)
Show description for 1924629committed
Commits on Mar 17, 2015
Polish Javadoc in MutablePersistenceUnitInfo
Show description for ce68c4dcommittedExplicit documentation on MutablePersistenceUnitInfo's addManagedPackage
Show description for 4f1d9fdcommitted
Commits on Mar 11, 2015
Explicit note on change of read-only handling in 4.1
Show description for 8a5e47acommitted
Commits on Dec 23, 2014
Annotation post-processors clear old InjectionMetadata registrations on refresh
Show description for 809ee0dcommitted
Commits on Dec 15, 2014
Refine EclipseLink SQL logging
Show description for 4308a04committed
Commits on Dec 8, 2014
Commits on Dec 7, 2014
Consistent bridge method handling in annotation post-processors
Show description for 03d4e1bcommitted
Commits on Nov 22, 2014
AnnotationBeanPostProcessors defensively catch and translate NoClassDefFoundErrors from class introspection
Show description for afc77ffcommitted
Commits on Oct 31, 2014
HibernateJpaSessionFactoryBean is compatible with Hibernate 4.3 as well now
Show description for bf5739ccommitted
Commits on Oct 30, 2014
Polishing
Show description for e9f53c6committedPersistenceAnnotationBeanPostProcessor correctly detects JPA 2.1 synchronization attribute
Show description for a181b40committed
Commits on Oct 28, 2014
EclipseLinkJpaDialect preserves lazy retrieval of UnitOfWork as far as possible
Show description for 33d85d2committed
Commits on Oct 21, 2014
- committed
EclipseLinkJpaDialect's getJdbcConnection uses a lazy ConnectionHandle (allowing for deferred internal transaction begin)
Show description for e4753c9committed
Commits on Oct 20, 2014
Commits on Oct 16, 2014
OpenJpaDialect passes custom isolation level on to OpenJPA's JDBCFetchPlan configuration
Show description for bd5383ecommitted
Commits on Oct 14, 2014
EclipseLinkJpaDialect passes custom isolation level on to EclipseLink's DatabaseLogin configuration
Show description for de11cd8committed
Commits on Oct 6, 2014
- committed
Consistent reset of resource holders on doBegin failure
Show description for e58b33acommitted
Commits on Sep 30, 2014
Remove outdated references to ContextLoaderServlet
Show description for 69998e3committed
Commits on Sep 22, 2014
Only release rolled-back database savepoints during managed nested transaction
Show description for 62340d6committed
Commits on Sep 18, 2014
Consistent exclusion of bridge methods in annotation post-processors (for Java 8 compatibility)
Show description for f4219cacommitted
Commits on Sep 1, 2014
HibernateJpaDialect only resets Connection read-only status if actually necessary (avoiding side effects)
Show description for 5452144committed
Commits on Aug 20, 2014
PersistenceAnnotationBeanPostProcessor defensively handles BeanDefinition access for extended EntityManagers
Show description for 592e344committed