3.0.0
Breaking Changes:
- Properties accepting & returning JsonNode have been changed to accept and return Object. This mainly affects CustomFields, Attributes and CustomObjects.
- VrapJsonUtils have been renamed to JsonUtils
Features:
-
JsonUtils can load Jackson Modules using ServiceLoaders
A DeserializerModule has been added for the commercetools-sdk-java-api which deserializes the following entities to their respective types- Attributes
- CustomFields
- FacetResults
- Review target property
-
added additional Setters for Union type properties
-
added method to return the response body to ApiMethod class
-
added explicit Accept-Encoding header for GZip compression