|
1 | 1 | Spring Data JPA Changelog
|
2 | 2 | =========================
|
3 | 3 |
|
| 4 | +Changes in version 1.10.0.M1 (2016-02-12) |
| 5 | +----------------------------------------- |
| 6 | +* DATAJPA-859 - Add build profile for Hibernate 5.1. |
| 7 | +* DATAJPA-858 - Contains binding inspects first property for collections, not the leaf property. |
| 8 | +* DATAJPA-854 - Add code of conduct. |
| 9 | +* DATAJPA-852 - Release 1.10 M1 (Hopper). |
| 10 | +* DATAJPA-850 - Reference documentation should mention @EntityListener to set up auditing. |
| 11 | +* DATAJPA-849 - Sample in README broken. |
| 12 | +* DATAJPA-848 - AbstractPersistable.equals(…) always returns false if target entity is a proxy. |
| 13 | +* DATAJPA-847 - Upgrade to EclipseLink 2.6.2. |
| 14 | +* DATAJPA-845 - PersistenceProvider static from* methods are a performance hit. |
| 15 | +* DATAJPA-839 - EntityGraph, specified for repository method, that was called first, applies to all other methods of the same repository. |
| 16 | +* DATAJPA-834 - Use a less common bean name for EntityManagerBeanDefinitionRegistrarPostProcessor to avoid collisions. |
| 17 | +* DATAJPA-833 - Improve log message in ClasspathScanningPersistenceUnitPostProcessor. |
| 18 | +* DATAJPA-831 - Upgrade Hibernate build profile to 5.0.5. |
| 19 | +* DATAJPA-830 - NotContaining doesn't work for String properties on query methods. |
| 20 | +* DATAJPA-829 - Contains expression on a collection property should result in member of predicate. |
| 21 | +* DATAJPA-826 - Add Jacoco agent to test executions explicitly. |
| 22 | +* DATAJPA-821 - Upgrade to OpenJPA 2.4.0. |
| 23 | +* DATAJPA-820 - New entity merged rather than persisted when ID is not generated and version is in a MappedSuperClass. |
| 24 | +* DATAJPA-819 - CrudMethodMetadataPostProcessor does not use bean class loader. |
| 25 | +* DATAJPA-817 - Upgrade to EclipseLink 2.6.1. |
| 26 | +* DATAJPA-815 - order by qualifyReference when property begins with joinAlias. |
| 27 | +* DATAJPA-809 - ParameterBinder should use ParameterAccessor. |
| 28 | +* DATAJPA-808 - Add AttributeConverter implementations for ZoneId. |
| 29 | +* DATAJPA-805 - Typo in @Modifying documentation. |
| 30 | +* DATAJPA-804 - Support projections on repository query methods. |
| 31 | +* DATAJPA-798 - Repository query method fails when sorting with Pageable and query with line breaks. |
| 32 | +* DATAJPA-796 - Typo in JavaDoc of AbstractPersistable. |
| 33 | +* DATAJPA-795 - Upgrade Hibernate 5 build profile to 5.0.1. |
| 34 | +* DATAJPA-793 - Spring Boot has broken custom repository methods in Spring Data JPA. |
| 35 | +* DATAJPA-765 - Upgrade to Querydsl 4. |
| 36 | +* DATAJPA-742 - Java 8 Stream support broken. |
| 37 | +* DATAJPA-585 - Incomplete null handling in QueryDslJpaRepository. |
| 38 | +* DATAJPA-382 - Provide access to auditor in manually defined queries. |
| 39 | + |
| 40 | + |
4 | 41 | Changes in version 1.9.2.RELEASE (2015-12-18)
|
5 | 42 | ---------------------------------------------
|
6 | 43 | * DATAJPA-839 - Thread-bound lookup of CrudMethodMetadata broken.
|
|
0 commit comments