|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.8.6.RELEASE (2015-07-01) |
| 5 | +--------------------------------------------- |
| 6 | +* DATACMNS-723 - Release 1.8.6 (Dijkstra). |
| 7 | +* DATACMNS-719 - Version fails to parse input string with non-numerical suffix. |
| 8 | +* DATACMNS-717 - AnnotatedTypeScanner does not use context classloader for loading found types. |
| 9 | +* DATACMNS-715 - @Transactional customizations not applied correctly on redeclared methods. |
| 10 | +* DATACMNS-713 - PageImpl should adapt the total for last pages if it doesn't match the content. |
| 11 | +* DATACMNS-707 - Fix JavaDoc in CrudRepository. |
| 12 | +* DATACMNS-697 - Field-local generics information not honored. |
| 13 | +* DATACMNS-696 - Enable Slack notifications for Travis build. |
| 14 | +* DATACMNS-695 - Potential NullPointerException in AbstractMappingContext. |
| 15 | +* DATACMNS-694 - Remove relative paths to parent POM. |
| 16 | +* DATACMNS-693 - Change property reflection mechanisms from java.beans.Introspector to spring specific BeanUtils. |
| 17 | +* DATACMNS-692 - IllegalArgumentExceptions in PageableHandlerMethodArgumentResolver with one-based index parameters. |
| 18 | +* DATACMNS-691 - Remove Travis build profile for Spring 4.0.next. |
| 19 | +* DATACMNS-677 - Cache annotation absence in AnnotationBasedPersistentProperty when there is no field for property. |
| 20 | +* DATACMNS-648 - o.s.d.r.q.Parameters prevents custom classloader from being garbage collected. |
| 21 | +* DATACMNS-646 - Enable build for Spring 4.2 profile. |
| 22 | +* DATACMNS-642 - Performance improvement - BeanWrapper.setProperty should not lock when unnecessary. |
| 23 | +* DATACMNS-640 - Possible NullPointerException on PageableHandlerMethodArgumentResolver when fallbackPageable is null. |
| 24 | + |
| 25 | + |
4 | 26 | Changes in version 1.9.3.RELEASE (2015-07-01)
|
5 | 27 | ---------------------------------------------
|
6 | 28 | * DATACMNS-724 - Release 1.9.3 (Evans).
|
|
0 commit comments