Sebastian Schuster

Results 130 comments of Sebastian Schuster

@mposolda Should we file a PR to the 19.0.0 branch? @bs-matil FYI

@hmlnarik I isolated this one out of [the other PR.](https://github.com/keycloak/keycloak/pull/12168). I will continue with the rest tomorrow...

@pedroigor I updated this PR to use the correct profile feature name. I will file a bug and send a PR to change all the other places where the feature...

@pedroigor If you like my updates to the other PR, I would probably change this to not check explicitly for the feature flag but for `authz!=null` and move it into...

@pedroigor I changed the implementation to be in line with the changes in https://github.com/keycloak/keycloak/pull/13648. The test failures seem to be unrelated...

Indeed. I guess this warrants a 19.0.3...

AFAIK locks are obtained incrementally, that's why it is important for different transactions to obtain them in the same order to prevent deadlocks. The reason is it's generally not clear...

@pedroigor Here is the PR for fixing other wrong usages of the profile flag.