The Keycloak OpenAPI contains two properties oauth2DeviceCodeLifespan and oAuth2DeviceCodeLifespan in RealmRepresentation. This leads to error during deserialization:
Caused by: java.lang.IllegalArgumentException: Conflicting getter definitions for property "oauth2DeviceCodeLifespan": org.operator.gen.v1alpha1.RealmRepresentationSpec#getOauth2DeviceCodeLifespan() vs org.operator.gen.v1alpha1.RealmRepresentationSpec#getOAuth2DeviceCodeLifespan()
We need a maven plugin parameter to ignore certain properties, e.g.
Example:
The Keycloak OpenAPI contains two properties
oauth2DeviceCodeLifespan
andoAuth2DeviceCodeLifespan
inRealmRepresentation
. This leads to error during deserialization:We need a maven plugin parameter to ignore certain properties, e.g.