Cosium / spring-data-jpa-entity-graph

Spring Data JPA extension allowing full dynamic usage of EntityGraph on repositories
MIT License
463 stars 51 forks source link

Entity graph generation not working with Spring Boot 3 and Hibernate 6 #146

Closed vicenteqs closed 6 months ago

vicenteqs commented 6 months ago

What steps will reproduce the problem ?

Steps to reproduce the behavior:

  1. Spring boot project with Spring Boot 3.1.3 version
  2. I need to use org.hibernate.orm.hibernate-jpamodelgen instead of org.hibernate.hibernate-jpamodelgen because of hibernate 6 in spring boot 3

What is the expected output ?

XEntityGraph classess generated

What happens instead ?

No EntityGraph classess generated

Environment