the problem is due to the new default
ImplicitNamingStrategy
, to solve your issue the solution is to change the configuration adding
hibernate.implicit_naming_strategy
with value
legacy-jpa
more info http://in.relation.to/2015/08/05/hibernate-orm-500-cr4-release/