Skip to content

Move EntityManagerFactoryDependsOnPostProcessor from o.s.b.autoconfigure.data.jpa to o.s.b.autoconfigure.orm.jpa #24452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wilkinsona opened this issue Dec 10, 2020 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@wilkinsona
Copy link
Member

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.

@wilkinsona wilkinsona self-assigned this Dec 10, 2020
@wilkinsona wilkinsona added this to the 2.5.x milestone Dec 10, 2020
@wilkinsona wilkinsona added the type: enhancement A general enhancement label Dec 10, 2020
@wilkinsona wilkinsona modified the milestones: 2.5.x, 2.5.0-M1 Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant