This one here was a hard error that hits anyone using the cborm module for ColdBox for sure. If you’re not using cborm, you’re code may have avoided the broken bits. https://luceeserver.atlassian.net/browse/LDEV-2714
Thanks for the detail, Brad. The first 3 tickets are all apparently fixed in 5.3.4.85. I’m using the built-in Hibernate ORM rather than CBORM so perhaps the other one doesn’t affect my code.
I’d say that anyone crazy brave enough to risk enabling auto update should be extremely glad to see a way more performant and stable 5.3.4.85 released?
CBORM is just a series of helper services that make the built in Hibernate easier to use (and more like Groovy’s hibernate integration). It uses a lot of introspection into the Hibernate entity data. Chances are your “naked” ORM use is lucky enough to not be touching the broken bits that CBORM relies on from Hibernate.