Commits
User selector
Commit History
Commits on Jan 7, 2017
Commits on Dec 14, 2016
Avoid proxy replacement for generic return type signatures
Show description for 6d1cae2committed
Commits on Dec 8, 2016
JPA/Hibernate docs: transaction management, JTA setup
Show description for 2f80b84committed
Commits on Nov 7, 2016
Refined throwing of BeanCreationExceptions (and reflection exceptions)
Show description for b3cd1adcommitted
Commits on Oct 28, 2016
LocalSessionFactoryBean clears default MetadataSources on reinitialization
Show description for 5912d6fcommitted
Commits on Oct 15, 2016
Replace J2EE with Java EE
Show description for ae5b0c6authored andcommitted
Commits on Sep 26, 2016
DefaultPersistenceUnitManager extracts jar file from default persistence unit root URL
Show description for bb7d207committed
Commits on Sep 13, 2016
HibernateExceptionTranslator avoids JPA IllegalState/ArgumentException translation
Show description for 34ab818committed
Commits on Sep 10, 2016
HibernateTemplate reflectively calls getNamedQuery (for runtime compatibility with Hibernate 5.0/5.1 vs 5.2)
Show description for d631b4ccommitted
Commits on Sep 1, 2016
Support for candidate components index
Show description for dcade06committed
Commits on Aug 18, 2016
Commits on Aug 17, 2016
- committed
Add setter for defaultPersistenceUnitRootLocation
Show description for 1cad98dcommitted
Commits on Aug 11, 2016
Avoid stack overflow in case of chained factory-bean references to FactoryBean class
Show description for 8b5d355committedPersistenceAnnotationBeanPostProcessor obtains default EntityManagerFactory via getBean(Class) algorithm
Show description for 6157fadcommitted
Commits on Aug 8, 2016
Consistent use of AvailableSettings instead of Environment
Show description for 3614369committed
Commits on Aug 4, 2016
Consistent default connection release mode with Hibernate 5.1
Show description for fad931dcommitted
Commits on Jul 26, 2016
Commits on Jul 25, 2016
Drop JpaSystemException(PersistenceException) constructor to avoid ambiguity in HibernateJpaVendorAdapter
Show description for 1954670committed
Commits on Jul 23, 2016
Commits on Jul 19, 2016
Revised spring-orm test suite (no AbstractJpaTests anymore)
Show description for aae4874committedReliably pass CurrentTenantIdentifierResolver to SessionFactory
Show description for 1670b4ecommitted
Commits on Jul 13, 2016
Unwrap JPA PersistenceException on flush failure (for Hibernate 5.2)
Show description for adbc592committedHibernateExceptionTranslator converts JPA exceptions as well (for Hibernate 5.2)
Show description for ddb4117committed
Commits on Jul 8, 2016
Commits on Jul 6, 2016
Java 8 getParameterCount() instead of getParameterTypes().length
Show description for a1f5fb5committedRestored binary compatibility with Hibernate 5.0/5.1's Query type
Show description for 19e5a34committedAdd @FunctionalInterface on candidate interfaces
Show description for e4b0486committed
Commits on Jul 5, 2016
Streamline XML namespace support towards unversioned schemas
Show description for bc2c22dcommittedIntroduce log4j 2 for Spring's test suite
Show description for 1391248committedExplicit type can be replaced by <>
Show description for 00d2606committedDrop deprecated dependencies on Log4j, JRuby, JExcel, Burlap, Commons Pool/DBCP
Show description for 0fc0ce7committedAvoid defensive checks against Java 8 API (java.util.Optional etc)
Show description for 51252ebcommitted
Commits on Jul 4, 2016
Upgrade to JPA 2.1+ and Bean Validation 1.1+; remove native support for Hibernate 3.6 and 4.x
Show description for 54004e0committedDrop native OpenJPA support
Show description for 69ec437committed