While working on the upgrade to WildFly 27, we ran into the issue below. The case runs fine on Hibernate ORM 5.6.14 and 5.3.28 (on WildFly 26.1.2). An enum property mapped with @Enumerated(EnumType.STRING), cannot be used in the replace function, because it expects a STRING. As the property is mapped with EnumType.STRING, I would expect this to work (as it did in older versions of Hibernate ORM).
|