-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Merge Spring Data Envers into Spring Data JPA project #2316
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
Comments
Out of curiosity, will the JPA project become a multi-module, or will Envers classes be moved inside the JPA module? I'm asking it because recently the auto-configuration for Envers has been added to Spring Boot with spring-projects/spring-boot@fbbfe6a and there is an ImportSelector that checks if If the JPA module contains Envers classes, Envers will always be auto-configured and I don't know if this is the behavior you would expect. Maybe the auto-configuration should be evaluated again (or dropped?) |
Spring Data JPA will become a multi-module project. From a consumer perspective, nothing is going to change, artifact Id's and the source separation will remain to not break downstream users. |
Thanks for the clarification, @mp911de. |
Done. |
JPA is a foundational technology for Envers and Envers is a specific enhancement to Hibernate. It makes sense to keep both projects colocated within the same repository for easier maintenance and dependency alignment.
The text was updated successfully, but these errors were encountered: