Hello all, I've often used, and see others use, the value "none" for the property hibernate.hbm2ddl.auto.
In recent versions of Hibernate ORM I now get the following warning: [WARN] SessionFactoryBuilderImpl: Unrecognized hbm2ddl_auto value : none. Supported values include create, create-drop, update, and validate. Ignoring To my surprise, the warning is not a bug as there's not such thing as "none" in the source code, nor could I find mention of it in older versions of the documentation... so I'm not sure were I learned about it but I've always found it to be quite handy as in many scripts using properties, it's easy to give a value to a placeholder but it's not as easy to not define a property at all. My guess is that "none" simply worked fine in practice on older versions as it's not matching any of the actionable values, but now we get this WARN which sounds concerning. Could we add "none" as an officially valid value for this property? Thanks, Sanne _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev