-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Restrict wildcard pattern support for configuration files #21217
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
Comments
@philwebb, I can see that the team decided to restrict wildcards in |
@vkochnev I think I'd recommend looking into using the Other than the additional complexity, the main reason we didn't want to add |
Reopening to address 8ec16bd#commitcomment-38955589 |
@philwebb thanks, I'll look into it. I understand the importance of ordering. |
@philwebb I think we should create a new issue for #21217 (comment) since this one has already gone into RC1. |
@mbhave Whoops, I missed that. I guess it's basically a polishing commit so I'll leave it on this issue. |
Remove the recently added slash restriction since Spring Cloud Config Server needs to support names with slashes. See gh-21217
Issue #19909 has introduced a
PathMatchingResourcePatternResolver
toConfigFileApplicationListener
to support wildcard imports. We should consider if we still want to do this after we look at #19990.We also need to address #21168 (comment)
The text was updated successfully, but these errors were encountered: