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

Actuator 'configprops' endpoint does not show inputs for @Name parameters #24713

Closed
philwebb opened this issue Jan 8, 2021 · 2 comments
Closed
Assignees
Labels
type: bug A general bug
Milestone

Comments

@philwebb
Copy link
Member

philwebb commented Jan 8, 2021

If use use a constructor bound @ConfigurationProperties object with a @Named parameter the inputs do not appear in the /actuator/configprops.

@philwebb philwebb added the type: bug A general bug label Jan 8, 2021
@philwebb philwebb added this to the 2.4.x milestone Jan 8, 2021
@philwebb philwebb changed the title Actuator /configprops does not show inputs for @Named parameters Actuator 'configprops' endpoint does not show inputs for @Named parameters Jan 8, 2021
@philwebb philwebb removed this from the 2.4.x milestone Jan 9, 2021
@philwebb philwebb added status: invalid An issue that we don't feel is valid and removed type: bug A general bug labels Jan 9, 2021
@philwebb
Copy link
Member Author

philwebb commented Jan 9, 2021

This was caused by a getter named differently to the @Named attribute. I don't think there's much we can do about that.

@philwebb philwebb reopened this Jan 12, 2021
@philwebb philwebb added type: bug A general bug and removed status: invalid An issue that we don't feel is valid labels Jan 12, 2021
@philwebb philwebb added this to the 2.4.x milestone Jan 12, 2021
@philwebb philwebb self-assigned this Jan 12, 2021
@philwebb
Copy link
Member Author

Actually, I as wrong. We need an update to GenericSerializerModifier

@philwebb philwebb changed the title Actuator 'configprops' endpoint does not show inputs for @Named parameters Actuator 'configprops' endpoint does not show inputs for @Name parameters Jan 13, 2021
@philwebb philwebb modified the milestones: 2.4.x, 2.4.2 Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants