Re: ServiceBindingPropertySource

2024-05-27 Thread Felix Schumacher
Chris, Am 27.05.24 um 15:51 schrieb Christopher Schultz: Rémy, On 5/22/24 06:14, Rémy Maucherat wrote: On Wed, May 22, 2024 at 9:06 AM Mark Thomas wrote: On 21/05/2024 18:50, Christopher Schultz wrote: 1. Allow ServiceBindingPropertySource to use the SERVICE_BINDING_ROOT environment var

Re: ServiceBindingPropertySource

2024-05-27 Thread Felix Schumacher
Chris, Am 27.05.24 um 15:58 schrieb Christopher Schultz: Felix, On 5/22/24 14:11, Felix Schumacher wrote: Am 21.05.24 um 19:50 schrieb Christopher Schultz: All, I've been playing with this PropertySource and I'm wondering if it could be improved a little. First of all, it uses an environ

Re: ServiceBindingPropertySource

2024-05-27 Thread Christopher Schultz
Felix, On 5/22/24 14:11, Felix Schumacher wrote: Am 21.05.24 um 19:50 schrieb Christopher Schultz: All, I've been playing with this PropertySource and I'm wondering if it could be improved a little. First of all, it uses an environment variable SERVICE_BINDING_ROOT which is in line with t

Re: ServiceBindingPropertySource

2024-05-27 Thread Christopher Schultz
Rémy, On 5/22/24 06:14, Rémy Maucherat wrote: On Wed, May 22, 2024 at 9:06 AM Mark Thomas wrote: On 21/05/2024 18:50, Christopher Schultz wrote: 1. Allow ServiceBindingPropertySource to use the SERVICE_BINDING_ROOT environment variable *or* a system property with an appropriate name such

Re: ServiceBindingPropertySource

2024-05-22 Thread Felix Schumacher
Am 21.05.24 um 19:50 schrieb Christopher Schultz: All, I've been playing with this PropertySource and I'm wondering if it could be improved a little. First of all, it uses an environment variable SERVICE_BINDING_ROOT which is in line with the service binding standard which is documented ht

Re: ServiceBindingPropertySource

2024-05-22 Thread Rémy Maucherat
On Wed, May 22, 2024 at 9:06 AM Mark Thomas wrote: > > On 21/05/2024 18:50, Christopher Schultz wrote: > > > > > 1. Allow ServiceBindingPropertySource to use the SERVICE_BINDING_ROOT > > environment variable *or* a system property with an appropriate name > > such as service.binding.root, with th

Re: ServiceBindingPropertySource

2024-05-22 Thread Mark Thomas
On 21/05/2024 18:50, Christopher Schultz wrote: 1. Allow ServiceBindingPropertySource to use the SERVICE_BINDING_ROOT environment variable *or* a system property with an appropriate name such as service.binding.root, with the system property overriding the environment variable. Seems reaso