Steven Hawkins
Steven Hawkins
### Is your enhancement related to a problem? Please describe Currently PatchUtils is in the impl, so you can't normally directly call jsonDiff or the related withoutRuntimeState methods. We may...
There are some things here that could be teased apart, but it is probably good just to see what it's working towards. This was done for a POC of honoring...
closes: #24893 Upstream it seems like they thought the browser compat / wildcard verifier was a mistake, so the Default matches more closely to the strict mode. Another small issue...
closes: #27388 A similar effort would be needed for kcreg, but it looks like there should also be a common module created to remove duplication between the two. This is...
closes: #25038 cc @geoand @vmuzikar this seems to fix our issue, but requires quarkus to not use the Application.getClasses and instead rely upon the Provider annotation. I don't see any...
keycloaksession creation happens here: https://github.com/keycloak/keycloak/blob/77c4cee4d0ea84b17f9ef46fa70638fa16a46c87/quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/integration/resteasy/CreateSessionHandler.java#L42 Which is controlled by https://github.com/keycloak/keycloak/blob/77c4cee4d0ea84b17f9ef46fa70638fa16a46c87/quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/integration/resteasy/KeycloakHandlerChainCustomizer.java#L62 When a request filter is annotated with PreMatching, what we see is that it the filter will get invoked before...
### Description Both strict and browser validation are deprecated and now supposed to map to a default verification class. We should consider migrating to just supporting ANY or DEFAULT.
### Description Based upon #25384 it is recommended to not use a persistence.xml file - see the property options here https://quarkus.io/guides/hibernate-orm Using the quarkus configuration will also allow for environment...
### Is your enhancement related to a problem? Please describe The previous log option is not supported. ### Describe the solution you'd like Support the previous log option - possibly...
There's still some documentation I want to add around this based upon the discussions that happened on the kubernetes issues. I think we need to state more strongly that the...