Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Component properties casing fix

Compare
Choose a tag to compare
@DAHAG-ArisNourbakhsh DAHAG-ArisNourbakhsh released this 27 Jun 09:06
· 17 commits to main since this release

The properties of every component (aka the request models) were generated as UpperCamelCase but should have been lowerCamelCase to correctly work with keycloak. (We didn't notice because we forced that through the generation settings on our clients)

Fixed that behaviour and generated fixed definfitions for keycloak v17 and v18