|
1 | 1 | Spring Data JPA Changelog
|
2 | 2 | =========================
|
3 | 3 |
|
| 4 | +Changes in version 1.6.5.RELEASE (2015-01-27) |
| 5 | +--------------------------------------------- |
| 6 | +* DATAJPA-660 - Release 1.6.5. |
| 7 | +* DATAJPA-654 - Enable Spring 4.1 build profile for Travis. |
| 8 | +* DATAJPA-653 - Make sure test work with Spring 4.1. |
| 9 | +* DATAJPA-641 - Move to new Travis build infrastructure. |
| 10 | +* DATAJPA-639 - Set up Travis to only build with JDK 8. |
| 11 | +* DATAJPA-634 - Switch to HTTPS for repository declarations. |
| 12 | +* DATAJPA-632 - Improve SimpleJpaQueryUnitTests that fails after SonarQube improvements in Spring Data Commons. |
| 13 | +* DATAJPA-631 - ClasspathScanningPersistenceUnitPostProcessor should forward ResourceLoader configured to the ClassPathScanningCandidateComponentProvider used for the entity type scanning. |
| 14 | +* DATAJPA-627 - Typo in BeanDefinitionNames. |
| 15 | +* DATAJPA-622 - Hibernate thinks AbstractPersistable.isNew() is a property. |
| 16 | +* DATAJPA-620 - Infinite loop in unsynchronized HashMap in CrudMethodMetadataPostProcessor. |
| 17 | +* DATAJPA-611 - SimpleJpaRepository.findAll(Iterable<ID ids) not working when for composite primary keys. |
| 18 | +* DATAJPA-608 - JpaPersistentEntityImpl.isEntity() should consider actual type. |
| 19 | +* DATAJPA-603 - Update Travis build profiles to build against Spring 4.0 and 4.1 snapshots. |
| 20 | +* DATAJPA-588 - Regression in Spring Data Evans metamodel processing with property based JPA annotations. |
| 21 | +* DATAJPA-523 - Specifications should implement Serializable. |
| 22 | +* DATAJPA-477 - Avoid query creation in PagedExecution if count query reports no results. |
| 23 | + |
| 24 | + |
4 | 25 | Changes in version 1.8.0.M1 (2014-12-01)
|
5 | 26 | ----------------------------------------
|
6 | 27 | * DATAJPA-638 - Improve bean definition setup for root configuration element.
|
|
0 commit comments