Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keycloak-config-cli should work with future versions of Keycloak server #1265

Open
bohmber opened this issue Jan 29, 2025 · 0 comments · May be fixed by #1266
Open

Keycloak-config-cli should work with future versions of Keycloak server #1265

bohmber opened this issue Jan 29, 2025 · 0 comments · May be fixed by #1266

Comments

@bohmber
Copy link
Contributor

bohmber commented Jan 29, 2025

Problem Statement

Enabling ignoring unknown properties will make it easier for keycloak-config-cli to continue working with future Keycloak server versions.

Proposed Solution

Register an ObjectMapper with:

objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);

in KeycloakProvider

Environment

  • Keycloak Version: [e.g. 26.1.0]
  • keycloak-config-cli Version: [e.g. 6.2.1]
  • Java Version: [e.g. 21]

Additional information

No response

Acceptance Criteria

Keycloak-config-cli can work against a higher Keycloak version if no new feature is needed.

bohmber added a commit to bohmber/keycloak-config-cli that referenced this issue Jan 29, 2025
keycloak-config-cli should work with future versions of Keycloak server

fixes adorsys#1265
@bohmber bohmber linked a pull request Jan 29, 2025 that will close this issue
1 task
bohmber added a commit to bohmber/keycloak-config-cli that referenced this issue Jan 29, 2025
keycloak-config-cli should work with future versions of Keycloak server

fixes adorsys#1265
bohmber added a commit to bohmber/keycloak-config-cli that referenced this issue Jan 30, 2025
keycloak-config-cli should work with future versions of Keycloak server

fixes adorsys#1265
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant