OpenSearch/plugins/discovery-azure-classic
Yannick Welsch da69ab28c7
Return transport addresses from UnicastHostsProvider (#31426)
With #20695 we removed local transport and there is just TransportAddress now. The
UnicastHostsProvider currently returns DiscoveryNode instances, where, during pinging, we're
actually only making use of the TransportAddress to establish a first connection to the possible new 
node. To simplify the interface, we can just return a list of transport addresses instead, which
means that it's not necessary anymore to create fake node objects in each plugin just to return the
address information.
2018-06-21 16:00:26 +02:00
..
licenses Build: upgrade httpcore version to 4.4.5 2016-07-19 15:11:40 +02:00
src Return transport addresses from UnicastHostsProvider (#31426) 2018-06-21 16:00:26 +02:00
build.gradle Require JDK 9 for compilation (#28071) 2018-01-16 13:45:13 -05:00