|
I'm seeing what appear to be an regression related to
HHH-9389
.
I have the following in my persistence.xml
<property name="hibernate.ejb.naming_strategy_delegator" value="org.hibernate.cfg.naming.ImprovedNamingStrategyDelegator" />
All is well with use of 4.3.10, but when testing with 5.0.0.CR2, existing databases are failing. The source of failure is the generated column name has reverted back to pre 4.3.7.
Also, I do not see "org.hibernate.cfg.naming.ImprovedNamingStrategyDelegator" within the base code for 5.0.0 while it does exist for 4.3.10. It appears as if maybe this was missed, or does
HHH-9389
become permanent and a regression occurred? I'm not seeing any console warnings or errors about "hibernate.ejb.naming_strategy_delegator" being invalid either.
|