Lukas Taake
Lukas Taake
I had the same problem and it helped to add "openid" as a scope in the plugins settings. I'm using the plugin in combination with Keycloak, if that matters.
This seems to be a problem not limited to Kotlin, but rather that only the `@ApiModelProperty(required=true)` Annotation is considered for the generation. I currently have the same Problem in a...
@mgendre I actually found a workaround for this problem. It's possible to register a custom `modelConverter`, which can check for the existence of `@Nonnull ` or other annotation on fields...