Phillip Webb
Phillip Webb
Thanks for the issue and the sample @miller79. We do currently offer a few common properties that can be configured using `spring.http.clients.*`, but this is quite a limited set. There's...
I have a feeling we used a single path to align with standard actuator mappings where the endpoint ID is used as the path and cannot contains `/`. Looking at...
One issue we'd have if we changed this would be what if a user wanted to use `"${...}` _without_ having placeholder resolution occur. I think we'd a way to do...
Having said that, the name `@DefaultValue` does make one think that the behavior would be similar to `@Value`. 🤔
I pretty sure we don't offer `$` escaping in property files. I thought we had an open issue about that but I can't find it. Yes, the challenge of environments...
Thanks for the offer @M-Vimal but we need to discuss this as a team before we decide how to proceed.
Wondering if this should be in the backlog?