n-jay opened a new pull request, #79:
URL: https://github.com/apache/synapse/pull/79
## Purpose
Add environment variable injection capability to LoadBalance endpoints.
## Approach
Amended `AddressEndpointFactory` classes to extract environment variables
via `System.getenv()` based on `$SYSTEM` prefix presence in the Synapse config
XML URI elements.
## Automation tests
- Unit tests
Covers related code written in abstract class `EndpointFactory`.
- Integration tests
N/A
## Related PRs
Builds on the work done on PR https://github.com/apache/synapse/pull/55
## Test environment
- Java version 1.8.0_141
- Ubuntu 20.04
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]