forked from kblincoe/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue elastic#23231 : RestClient should use system properties for SSL
* RestClientBuilder.java: use method - SystemProperties() to apply system properties in th Rest Client. * RestClientBuilderTest: add new test - testSetSystemProperties() to test if the Rest Client is actully using system properties. TODO: Add detail comments
- Loading branch information
DESKTOP-QD770NQ\Jing
committed
Mar 22, 2017
1 parent
2163b23
commit c1019a7
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c1019a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work.
Simple yet effective
c1019a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good self-documenting code with a good test case to back it up. Could add in comments but not essential as it is easy to understand