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
.