Skip to content

[ISSUE #81] Fix bean name standardization#96

Open
Senrian wants to merge 1 commit intoDerekYRC:mainfrom
Senrian:fix/bean-name-standardization
Open

[ISSUE #81] Fix bean name standardization#96
Senrian wants to merge 1 commit intoDerekYRC:mainfrom
Senrian:fix/bean-name-standardization

Conversation

@Senrian
Copy link
Copy Markdown

@Senrian Senrian commented Feb 28, 2026

Fix bean name standardization using Introspector.decapitalize to follow Spring rules: URL stays URL, X becomes x, FooBah becomes fooBah

Use Introspector.decapitalize to follow Spring's bean naming rules:
- 'URL' stays as 'URL' (not 'uRL')
- 'X' becomes 'x'
- 'FooBah' becomes 'fooBah'

Fixes: DerekYRC#81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant