| A problem with throwing a "fail fast" exception, is that we might end up failing a boot with a newer version of Hibernate ORM which could actually have worked "just fine". We probably want to log a warning only for "ahead" versions, and a fail-fast exception for older versions which are known to not be compatible. |