|
1 | 1 | Spring Data REST Changelog
|
2 | 2 | ==========================
|
3 | 3 |
|
| 4 | +Changes in version 2.6.0.RC1 (2016-12-21) |
| 5 | +----------------------------------------- |
| 6 | +* DATAREST-964 - Remove deprecations in RepositoryRestMvcConfiguration. |
| 7 | +* DATAREST-959 - PUT error when merging a previously undefined array. |
| 8 | +* DATAREST-957 - Polish most critical Sonar warnings. |
| 9 | +* DATAREST-956 - PUT does not apply new items in nested collection. |
| 10 | +* DATAREST-953 - PUT empties nested collection. |
| 11 | +* DATAREST-951 - Fix example in reference documentation. |
| 12 | +* DATAREST-950 - Fix typos in reference documentation. |
| 13 | +* DATAREST-941 - Upgrade to HAL browser version that supports nested _embedded declarations. |
| 14 | +* DATAREST-938 - Nested entities are replaced with new instances instead of being updated when merging. |
| 15 | +* DATAREST-937 - Transient properties in JSON should be included in merge. |
| 16 | +* DATAREST-925 - ResourceProcessor not used for nested Projection. |
| 17 | +* DATAREST-919 - PUT/PATCH of Entity object that is a Map silently dropping elements of Map. |
| 18 | +* DATAREST-910 - Support nested Sort properties. |
| 19 | +* DATAREST-906 - MappingAwarePageableArgumentResolver accidentally drops default Pageable returned from delegate PageableHandlerMethodArgumentResolver. |
| 20 | +* DATAREST-899 - User registered Hibernate 5 Jackson module should be preferred over the one registered by default. |
| 21 | +* DATAREST-898 - Typo in EntityLookupConfiguration assertion message. |
| 22 | +* DATAREST-897 - NestedEntitySerializer fails to serialize Map for Hibernate proxy. |
| 23 | +* DATAREST-892 - Fix integration tests failing due to more precise Content-Type headers returned by Spring MVC 4.3. |
| 24 | +* DATAREST-889 - JSON Patch silently nullifies property values. |
| 25 | +* DATAREST-887 - JsonLateObjectEvaluator uses hard-coded ObjectMapper. |
| 26 | +* DATAREST-886 - JSON Patch for arrays is broken. |
| 27 | +* DATAREST-885 - Patch with object value omitted. |
| 28 | +* DATAREST-883 - Sort mapping does not consider Jackson customizations in field names. |
| 29 | +* DATAREST-881 - ResourceProcessor is not invoked if RepositoryEntityController does not return a subtype of Resources. |
| 30 | +* DATAREST-880 - @JsonUnwrapped annotation ignored. |
| 31 | +* DATAREST-873 - Allow excluding properties from being nullified in PUT requests. |
| 32 | +* DATAREST-872 - Jackson's @JsonTypeInfo is not supported. |
| 33 | +* DATAREST-868 - Fix Solr integration tests after Jackson upgrade. |
| 34 | +* DATAREST-866 - NullPointerException from RepositoryRestConfiguration if you inject mvcValidator into RepositoryRestConfigurer. |
| 35 | +* DATAREST-864 - NestedEntitySerializer does not support Maps. |
| 36 | +* DATAREST-863 - REST calls to /api always redirect to HAL Browser if no accept header is specified. |
| 37 | +* DATAREST-862 - Release 2.6 RC1 (Ingalls). |
| 38 | +* DATAREST-859 - Broken links to included code in conditionals reference documentation. |
| 39 | +* DATAREST-858 - Broken links to included code in security reference documentation. |
| 40 | +* DATAREST-835 - Add persistent entity headers to single entity searches. |
| 41 | +* DATAREST-793 - Some setter methods in RepositoryRestConfiguration do not return RepositoryRestConfiguration. |
| 42 | +* DATAREST-607 - Jackson2DatatypeHelper should register Jackson's Hibernate 5 module automatically if present. |
| 43 | +* DATAREST-575 - Insufficient check for the presence of a PersistentProperty in MappedProperties. |
| 44 | +* DATAREST-573 - Add support for Spring Web MVC CORS configuration mechanisms. |
| 45 | + |
| 46 | + |
4 | 47 | Changes in version 3.0.0.M1 (2016-11-23)
|
5 | 48 | ----------------------------------------
|
6 | 49 | * DATAREST-935 - Set up 3.0 development.
|
@@ -665,7 +708,7 @@ Changes in version 2.0.0.RC1 (2014-01-29)
|
665 | 708 | * [DATAREST-203] - Move to HAL as default hypermedia format
|
666 | 709 | * [DATAREST-219] - Improve handling of updates to related collection properties
|
667 | 710 | * [DATAREST-229] - RepositoryEntityLinks should exposed templated link for pageable collection resources
|
668 |
| - * [DATAREST-233] - Improve annotation based customization |
| 711 | + * [DATAREST-233] - Improve annotation based customization |
669 | 712 |
|
670 | 713 | ** Task
|
671 | 714 | * [DATAREST-220] - Add contribution guidelines
|
|
0 commit comments