keycloak-scim/services/src
Thomas Darimont 6ba8b3faa2 Revise ObjectMapper construction (#16295)
Previously an ObjectMapper was created multiple times during startup:
two times during bootstrap and one additional time for the first request sent to Keycloak.
Additionally jackson modules, e.g. support for JSR310 java.time types
were not registered event-though they are present on the classpath.

This PR revises the initialization of the ObjectMapper.

- Ensure ObjectMapper is only initialized once
- Ensure that jackson modules on the classpath are properly

Fixes #16295

Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
2024-05-07 19:04:43 +02:00
..
docs Add raw OpenApi documentation files to rest-api documentation (#22940) 2023-12-21 12:07:33 +01:00
main Revise ObjectMapper construction (#16295) 2024-05-07 19:04:43 +02:00
test socketTimeoutUnits and establishConnectionTimeoutUnits use TimeUnit set in HttpClientBuilder 2024-04-22 08:11:11 -03:00