Make no longer mandatory setting the persistence property `provider` to `org.hibernate.ogm.jpa.Hibernate Persistence` in order to run Hibernate OGM.
We decided to enable OGM implicitly when a JDBC connection URL, a datasource and a dialect are not provided. The user can still decide not to enable OGM by setting the `hibernate.ogm.enabled property` to false. |
|