Skip to content
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

Deprecated naming strategy on Hibernate 5 [DATAJPA-777] #1145

Closed
spring-projects-issues opened this issue Aug 17, 2015 · 3 comments
Closed
Assignees
Labels
in: core Issues in core support status: invalid An issue that we don't feel is valid

Comments

@spring-projects-issues
Copy link

Alex opened DATAJPA-777 and commented

Using hibernate 5 gives a deprecation warning:

2015-08-15 09:28:43.818  WARN 28766 --- [           main] org.hibernate.orm.deprecation            : HHH90000006: Attempted to specify unsupported NamingStrategy via setting [hibernate.ejb.naming_strategy]; NamingStrategy has been removed in favor of the split ImplicitNamingStrategy and PhysicalNamingStrategy; use [hibernate.implicit_naming_strategy] or [hibernate.physical_naming_strategy], respectively, instead.

This may or may not be related to the regression reported here (it's not very clear to me): https://hibernate.atlassian.net/browse/HHH-9908


Affects: 1.9 RC1 (Gosling)

Reference URL: https://hibernate.atlassian.net/browse/HHH-9908

@spring-projects-issues
Copy link
Author

Oliver Drotbohm commented

Please raise this with the Boot team. Spring Data JPA doesn't set up JPA / Hibernate. All the automatic setup is done within Spring Boot

@spring-projects-issues
Copy link
Author

Alex commented

This seems covered by this spring boot still unsolved bug: spring-projects/spring-boot#2763

@spring-projects-issues
Copy link
Author

Jens Schauder commented

Batch closing resolved issue without a fix version and a resolution indicating that there is nothing to release (Won't fix, Invalid ...)

@spring-projects-issues spring-projects-issues added status: invalid An issue that we don't feel is valid in: core Issues in core support labels Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core support status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

2 participants