Skip to content

Conversation

@mikecdavis
Copy link
Contributor

Summary

  • Use system properties with custom http client.

This enables http client settings (e.g. http.proxyHost, etc) to be set via system properties.

Test plan

  • Unit test ensuring system properties are getting pulled in.
  • Manually tested by running a local proxy and the provided example via ./gradlew -Dhttps.proxyHost=localhost -Dhttps.proxyPort=8888 runExample

Issues

  • OASIS-5725

Copy link
Contributor

@mikeproeng37 mikeproeng37 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@coveralls
Copy link

coveralls commented Dec 13, 2019

Pull Request Test Coverage Report for Build 1289

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.003%) to 89.682%

Totals Coverage Status
Change from base Build 1249: 0.003%
Covered Lines: 25249
Relevant Lines: 28154

💛 - Coveralls

@mikecdavis mikecdavis merged commit 914ab7a into master Dec 16, 2019
@mikecdavis mikecdavis deleted the mikecdavis/OASIS-5725-proxy-support branch December 16, 2019 18:08
mikecdavis pushed a commit that referenced this pull request Dec 16, 2019
* Use system properties with custom http client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants