Jacek Łacny

Results 6 comments of Jacek Łacny

@bolerio I can't see anywhere version 1.4.2 with this patch... :( https://mvnrepository.com/artifact/org.sharegov/mjson https://search.maven.org/artifact/org.sharegov/mjson

Yes, but I think that plugin is not generating proper table with "property" column. Am I wrong?

I agree. We needed to redirect to dynamic url when OIDC logout. `location` query param was used. E.g. `/logout?location=http://somewhere.com` ```java @RequiredArgsConstructor public class RedirectOidcServerLogoutSuccessHandler implements ServerLogoutSuccessHandler { private final ReactiveClientRegistrationRepository...

@jzheaux In my case, Keycloak still controls valid redirect urls :) It's not totally up to user of the logout, it can be somehow "dynamically" but in the end Keycloak...

> > The ideal solution here would be for Lombok to not break the invariants in the AST that Error Prone is relying on. > > [@cushon](https://github.com/cushon) Yes, you're right....