Stefan

Results 13 issues of Stefan

Up to now, code fragments can only be called by name like this: ``` @Field( ... setter = @Setter( commentExpr = "the new value for #{name}", chain = true, fluent...

enhancement

It should be possible to add constraints to rules. A constraint consists of a boolean condition and an error message. If the boolean condition evaluates to false, the error is...

enhancement

**Describe the bug** https://github.com/spring-projects/spring-authorization-server/issues/1250 introduced to store mutli-valued OAuth2 Authorization Request parameters as string arrays. This seems to lead to the following exception when serializing and de-serializing the request, like...

type: bug