keycloak-scim/services/src/main
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
..
java/org/keycloak Revise ObjectMapper construction (#16295) 2024-05-07 19:04:43 +02:00
resources Adding SAML protocol mapper to map organization membership 2024-05-07 15:52:35 +02:00