== Why is this an issue? The use of any value but ``++"validate"++`` for ``++hibernate.hbm2ddl.auto++`` may cause the database schema used by your application to be changed, dropped, or cleaned of all data. In short, the use of this property is risky, and should only be used in production with the ``++"validate"++`` option, if it is used at all. === Noncompliant code example [source,xml] ---- update ---- === Compliant solution [source,xml] ---- validate ---- or [source,xml] ---- ---- ifdef::env-github,rspecator-view[] ''' == Implementation Specification (visible only on this page) === Message Use "validate" or remove this property. === Highlighting primary: bad value 2ndary: ``++hibernate.hbm2ddl.auto++`` endif::env-github,rspecator-view[]