Zdeněk

Results 2 issues of Zdeněk

I've recently come across a surprising behaviour regarding `MemberResolver`'s `getMemberMethods`. Consider the following classes: ```java interface Foo {} class Bar implements Foo {} interface A { Foo doSomething(); } class...

Hello, I have a confidential client in Keycloak and a bunch of users with sufficient roles that I want to use to manage Keycloak via the `KeycloakAdmin` class. At first...