vladmihalcea / hypersistence-optimizer

Hypersistence Optimizer allows you to get the most out of JPA and Hibernate. By scanning your application configuration and mappings, Hypersistence Optimizer can tell you what changes you need to do to speed up your data access layer.
https://vladmihalcea.com/hypersistence-optimizer/
Apache License 2.0
306 stars 43 forks source link

Remove the hibernate-entitymanager runtime dependency when not using JPA with Hibernate 5.1 or older #149

Closed vladmihalcea closed 3 years ago

vladmihalcea commented 3 years ago

Hibernate 5.1 and older versions could work without JPA, so Hypersistence Optimizer shouldn't require the hibernate-entitymanager dependency if the native bootstrap is used exclusively.

vladmihalcea commented 3 years ago

Fixed.