Hi I am testing Spring Boot 3.0.0 for later usage. I was making some small project using Spring + JPA Hibernate. From Spring Boot 3.0.0 M4 which used Hibernate ORM 6.1.1, There was no problem using @AttribueConverter for collection of Enum Type. Since 3.0.0 M5 and RC that used later version 6.1.1, I encountered below error on start up of application.
I firstly raised this issue to Spring Boot https://github.com/spring-projects/spring-boot/issues/32675 I attached very simple application that you can check. It replicate exactly same error that I encountered from my pilot project. If you comment below from EntityWithAttributeConverter.kt
it starts up fine, but if above is not commented, then above error will pop up. |