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

@ConstructorBinding example in the reference documentation uses the wrong import for @DefaultValue #20378

Closed
devopsix opened this issue Mar 3, 2020 · 0 comments
Assignees
Labels
type: documentation A documentation update
Milestone

Comments

@devopsix
Copy link

devopsix commented Mar 3, 2020

Affects: Spring Boot 2.2.5

The externalized configuration constructor binding example code snippet shows an incorrect import.

Inocrrect import: import org.springframework.boot.context.properties.DefaultValue;

Correct import: import org.springframework.boot.context.properties.bind.DefaultValue;

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 3, 2020
@wilkinsona wilkinsona added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 11, 2020
@wilkinsona wilkinsona added this to the 2.2.x milestone Mar 11, 2020
@snicoll snicoll self-assigned this Mar 19, 2020
@snicoll snicoll modified the milestones: 2.2.x, 2.2.6 Mar 23, 2020
@wilkinsona wilkinsona changed the title Externalized Configuration Constructor Binding Incorrect Code Example @ConstructorBinding example in the reference documentation uses the wrong import for @DefaultValue Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

4 participants