Skip to content

Commit

Permalink
Ignore unknown json properties from newer Keycloak versions
Browse files Browse the repository at this point in the history
keycloak-config-cli should work with future versions of Keycloak server

fixes #1265
  • Loading branch information
bohmber committed Jan 29, 2025
1 parent 9d84f89 commit 18ac338
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ public boolean isClosed() {
}

public static class JacksonProvider extends ResteasyJackson2Provider {
public JacksonProvider() {
}

public ObjectMapper locateMapper(Class<?> type, MediaType mediaType) {
ObjectMapper objectMapper = super.locateMapper(type, mediaType);
Expand Down

0 comments on commit 18ac338

Please sign in to comment.