OpenSearch/plugins/discovery-file
David Roberts 749c3ec716
Remove the single argument Environment constructor (#27235)
Only tests should use the single argument Environment constructor.  To
enforce this the single arg Environment constructor has been replaced with
a test framework factory method.

Production code (beyond initial Bootstrap) should always use the same
Environment object that Node.getEnvironment() returns.  This Environment
is also available via dependency injection.
2017-11-04 13:25:09 +00:00
..
config/discovery-file File-based discovery plugin (#20394) 2016-09-13 20:52:39 -04:00
src Remove the single argument Environment constructor (#27235) 2017-11-04 13:25:09 +00:00
build.gradle File Discovery: Remove fallback with zen discovery (#26667) 2017-09-19 16:32:34 -07:00