I'd like to add "none" as a valid value for the `hibernate.hbm2ddl.auto` configuration property, so to make it easier when making replacements in configuration files via placeholders (i.e. ${schema-ops}); The "none" value was widely used in literature in the past and just happened to work as a non-recognized option was having the desired effect, but since recently a warning is being logged for unrecognized values. |
|