keycloak-scim/model
Alexander Schwartz e00af7e172 Fix problem when Hibernate on MySQL is confused to read back Enums from VARCHARs
It treated the single byte String with its ASCII values, which then didn't find a representation in the enum's values, which lead to a "ArrayIndexOutOfBoundsException: Index 48" for a value "0" (ASCII 48).
This behavior changed when migrating from Hibernate 5 to Hibernate 6.
Hibernate expects a TinyInt value for all Enums by default, and this annotation overrides it.
2023-04-27 13:36:54 +02:00
..
build-processor Add a map storage global locking implementation for JPA 2023-03-21 08:21:11 +01:00
infinispan Fix dependency 2023-04-27 13:36:54 +02:00
jpa Fix problem when Hibernate on MySQL is confused to read back Enums from VARCHARs 2023-04-27 13:36:54 +02:00
legacy Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +01:00
legacy-private Migrate packages from javax.* to jakarta.* 2023-04-27 13:36:54 +02:00
legacy-services Adapters can still use Java EE 2023-04-27 13:36:54 +02:00
map Support for realm-less entities in providers (login failures) 2023-04-20 21:19:41 +02:00
map-file Refactor map storage transaction initialization 2023-04-12 11:21:14 +02:00
map-hot-rod Quarkus3 branch sync no. 5 2023-04-27 13:36:54 +02:00
map-jpa Fix problem when Hibernate exception is hidden when executing "ClientScopeTest". 2023-04-27 13:36:54 +02:00
map-ldap Fix the issue with LDAP connectionUrl containing multiple hosts 2023-04-16 17:41:22 +02:00
pom.xml Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +01:00