Skip to content

Conversation

@wind57
Copy link
Contributor

@wind57 wind57 commented Mar 29, 2025

No description provided.

Signed-off-by: wind57 <[email protected]>
@wind57 wind57 changed the title first fix SecretsPropertySource reload bug Mar 29, 2025
Signed-off-by: wind57 <[email protected]>
@wind57 wind57 marked this pull request as ready for review March 29, 2025 19:32
@wind57
Copy link
Contributor Author

wind57 commented Mar 29, 2025

@ryanjbaxter the other 1/2 of a previous ticket, that fixes a bug...

// we know that the type is correct here
managedSources.add((S) mountConfigMapPropertySource);
}
else if (source instanceof SecretsPropertySource secretsPropertySource) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when we were mounting secrets, reload was not working, since there was no this check in place. Even it I'm fixing it here, it will eventually be dropped, since we will move from mounting to config import.

@ryanjbaxter ryanjbaxter added this to the 3.1.6 milestone Mar 31, 2025
@ryanjbaxter ryanjbaxter merged commit 877505e into spring-cloud:3.1.x Mar 31, 2025
18 checks passed
@github-project-automation github-project-automation bot moved this to Done in 2023.0.6 Mar 31, 2025
@spencergibb spencergibb moved this to Done in 2024.0.2 Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

No open projects
Status: Done
Status: Done
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants