HALCollectionV1 removed
This release removes support for the deprecated HALCollectionV1 from the default implementation. It is still available through the LegacyCollectionGet interface that you would have to explicitly use. It cannot be used together with DefaultCollectionGet (which is also used through DefaultWebResource). For now, the legacy implementation mostly corresponds to the previous default implementation. But the current default implementation, which only supports HALCollectionV2, will continue to receive updates and improvements which the legacy implementation will not. And at some point in the future, this legacy implementation will also be removed.
This release also includes some bugfixes.
- The Java client now uses the fields and sort query parameters correctly.
- The JSON fields servlet filter now parses JSON as UTF-8 and handles characters that are larger than 1 byte correctly
Note: This release contains a breaking change and was incorrectly released as a patch version upgrade.