Correct the annotation in the Kotlin @ConfigurationPropertiesSource example by hktechn0 · Pull Request #48357 · spring-projects/spring-boot
Navigation Menu
{{ message }}
spring-projects / spring-boot Public
- Notifications You must be signed in to change notification settings
- Fork 41.9k
Closed
hktechn0 wants to merge 1 commit intospring-projects:mainfrom
Closed
Correct the annotation in the Kotlin @ConfigurationPropertiesSource example#48357
hktechn0 wants to merge 1 commit intospring-projects:mainfrom
Correct the annotation in the Kotlin @ConfigurationPropertiesSource example#48357
hktechn0 wants to merge 1 commit intospring-projects:mainfrom
Conversation
Copy link
Contributor
…opertiesSource
I found an incorrect annotation in the Kotlin sample code within the documentation describing @ConfigurationPropertiesSource.
Current Kotlin sample code in the doc mistakenly uses @ConfigurationPropertiesScan. It should be corrected to use @ConfigurationPropertiesSource annotation.
For reference, the equivalent Java code appears to be correct.
…opertiesSource Signed-off-by: Hirotaka Kawata <kawata.hirotaka@moneyforward.co.jp>
spring-projects-issues
added
the
status: waiting-for-triage
label
Dec 1, 2025
wilkinsona
changed the title
Change annotation from ConfigurationPropertiesScan to ConfigurationPr…
Correct the annotation in the Kotlin @ConfigurationProperitesSource example
wilkinsona
added
type: documentation
and removed status: waiting-for-triage
An issue we've not yet triagedlabels
Dec 1, 2025
wilkinsona
added this to the
4.0.x milestone
wilkinsona
changed the title
Correct the annotation in the Kotlin @ConfigurationProperitesSource example
Correct the annotation in the Kotlin @ConfigurationPropertiesSource example
wilkinsona
self-assigned this
wilkinsona
modified the milestones:
4.0.x,
4.0.1
wilkinsona pushed a commit that referenced this pull request
Dec 1, 2025…opertiesSource See gh-48357 Signed-off-by: Hirotaka Kawata <kawata.hirotaka@moneyforward.co.jp>
wilkinsona
closed this
in
2e80fe6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment