e00af7e172
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. |
||
---|---|---|
.. | ||
build-processor | ||
infinispan | ||
jpa | ||
legacy | ||
legacy-private | ||
legacy-services | ||
map | ||
map-file | ||
map-hot-rod | ||
map-jpa | ||
map-ldap | ||
pom.xml |