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

Add support for Hibernate 6.0 #170

Closed vladmihalcea closed 2 years ago

vladmihalcea commented 2 years ago

Hibernate 6.0 has been released at the end of March, so Hypersistence Optimizer should provide a dedicated module that handles this branch.

Since Hibernate 6 uses Jakarta Persistence, this will require having a new shaded artifact to be used with Jakarta Persistence.

vladmihalcea commented 2 years ago

Fixed.