-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Propagate well-known property JPA names to AOT metamodel initialization #4106
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
Conversation
|
|
||
| String implicitStrategy = environment.getProperty("spring.jpa.hibernate.naming.implicitStrategy"); | ||
| if (implicitStrategy == null) { | ||
| implicitStrategy = environment.getProperty("spring.jpa.hibernate.naming.implicit-strategy"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we flip this around? IIRC, the kebab-case notation is the preferred one in recent Boot versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This proposal is functional only, wanted to collect a few thoughts about the general approach. Turning things into order and the final polishing would be the next step after getting to overall consensus that this is the path forward.
Limit ability to override properties
Limit ability to override properties. Original Pull Request: #4106
Original Pull Request: #4106
Limit ability to override properties. Original Pull Request: #4106
Original Pull Request: #4106
See #4092