You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's nothing specific to Spring Data JPA in EntityManagerFactoryDependsOnPostProcessor so it should be in the general JPA package, org.springframework.boot.autoconfigure.orm.jpa, rather than the Spring Data JPA package org.springframework.boot.autoconfigure.data.jpa.
To preserve backwards compatibility, a deprecated variant should remain in o.s.b.autoconfigure.data.jpa.
The text was updated successfully, but these errors were encountered:
There's nothing specific to Spring Data JPA in
EntityManagerFactoryDependsOnPostProcessor
so it should be in the general JPA package,org.springframework.boot.autoconfigure.orm.jpa
, rather than the Spring Data JPA packageorg.springframework.boot.autoconfigure.data.jpa
.To preserve backwards compatibility, a deprecated variant should remain in
o.s.b.autoconfigure.data.jpa
.The text was updated successfully, but these errors were encountered: