Steven Hawkins
Steven Hawkins
@tolga-karabudak I'm not sure where org.keycloak.common.Profile.ProfileValue is coming from - that doesn't match a known enum class. Nor is COMMUNITY an enum value that I recognize. Can you provide the...
@Pepo48 oh, so it's not the reading of the values from the filesystem in this case, but the usage of toUpperCase - https://github.com/keycloak/keycloak/blob/b1a6a5a1b0e228e59d85a000240e39f13cd5446d/services/src/main/java/org/keycloak/theme/ClasspathThemeProviderFactory.java#L115 - the toUpperCase javadoc not coincidentally calls...
@akbar1214 yes, it's the one in the quickstarts.
@vmuzikar are you referring to: https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0#using-persistence-xml-files-and-quarkus-hibernate-orm-configuration-properties-in-the-same-application-will-fail I'm not sure that is a blocker because neither the usage of the persistence.xml nor the quarkus properties would be considered supported. The upgrade...
@vmuzikar my assumption has been that persistence.xml would be considered unsupported as well. If that's not the case, then yes we can hold off on this.
> At the moment, persistence.xml is the only supported way to configure JPA. So persistence.xml is supported, but relies upon configuring your datasource via quarkus options, which are not supported....
@schlosna thank you for the pr. Just a couple of thoughts: - I don't think users should notice / care there's a small difference in consistency here between the cache...
This is trying to lookup a pod and getting a bad request response. That is strange as you'd see a 404 if the pod simply didn't exist. @314937885 this is...
@victornoel I think we didn't commit to adding something at the KuberentesClientBuilder level to be more neutral with respect to the various http client implementation. In particular I don't think...
> The more I look at all this and the more I'm thinking I am not meant to override those classes :P No, you are - it's just that your...