Skip to content

Conversation

@mp911de
Copy link
Member

@mp911de mp911de commented Nov 27, 2025

See #4092

@mp911de mp911de changed the title Propagate well-known property JPA names to AOT metamodel initialization. Propagate well-known property JPA names to AOT metamodel initialization Nov 27, 2025
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 27, 2025

String implicitStrategy = environment.getProperty("spring.jpa.hibernate.naming.implicitStrategy");
if (implicitStrategy == null) {
implicitStrategy = environment.getProperty("spring.jpa.hibernate.naming.implicit-strategy");
Copy link
Member

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.

Copy link
Member Author

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.

@mp911de mp911de added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 28, 2025
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

Successfully merging this pull request may close these issues.

5 participants