SCIM Server
features
- Added support for RFC9865 - cursor based pagination. Thx to @papegaaij for his work
- Added a new configuration option for the maximum number of filter expressions in a single request.
bug fixes
- Support JSON style escaping in filter requests
- Throw a dedicated exception if too many filter expressions are used in a single request (limit 3000)
SCIM Client
bug fixes
- Make creation of HTTP client synchronized
- stabilized the ServerResponse object with http-headers by storing http-headers additionally in lower-case
Maintenance
- Update of third party dependencies