Patrick Walter
Patrick Walter
**Expected Behavior** An example for configuring the claim delimiter is listed in the [Extracting Authorities](https://docs.spring.io/spring-security/reference/servlet/oauth2/resource-server/jwt.html#oauth2resourceserver-jwt-authorization-extraction) section of the OAuth2 Resource Server JWT documentation. **Current Behavior** The JwtGrantedAuthoritiesConverter has 3 available...
When the liberty gradle plugin is currently added to a new Spring Boot Application initialized by the Spring Initializr, the libertyDeploy task fails with the following error: `Caused by: java.lang.NullPointerException:...
In Kotlin, the call to extracting with a lambda for an iterable assert is ambiguous. This is due to the `extracting` method existing for `ThrowingExtractor` and `Function`, which have the...