-
Notifications
You must be signed in to change notification settings - Fork 41.2k
add 'spring.config.intergration-location' with 'classpath*:' support #25080
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
Conversation
@stategen Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@stategen Thank you for signing the Contributor License Agreement! |
Thanks for the pull-request, but this is quite a substantial set of changes and we won't be able to apply them in their current form. We have an open issue (#24688) to discuss the idea of jars contributing additional properties, could you please add your use-case to that issue. There's a lot of potential gotchas with adding wildcard imports so we're taking some time to think about the design. |
thanks for your replies, my case is as this : project B is the spring-stream consumer recieves mq from project A
project C is the spring-stream consumer recieves mq from project A
project N is the spring-stream consumer recieves mq from project A project A's config will sync manual summary with B,C...N'config like below:
the work is hard,hard,hard and never stable,never never never stop! Now Now Now with my this update. project B ,C,...N only facade a itself jar with config as below
auto join or plus spring.cloud.stream.function.map's keySet as it's onwer spring.cloud.stream.function.definition Perfect! |
@philwebb ,the github'editor musk some chars or changed the style I typed,if need ,i can create a demo from my real from my real projects? |
@stategen I tried to edit your comment. Take a look at https://guides.github.com/features/mastering-markdown/ for instructions on how to format your comments. I think a sample would certainly help. |
@philwebb ,nice format! |
This new feature add a lowest arg spring.config.intergration-location with value 'classpath*:' support.
In some cases, we integrate jars with an uncertain number, such as message subscribers. This new feature can make message sending truly dynamic and zero configuration for providers