OpenSearch/plugins/discovery-gce
Yannick Welsch 64a7a960d9 Use pre-JDK9 style FilePermissions on JDK9 (#21540)
JDK9 removed pathname canonicalization when constructing FilePermission objects, which breaks some of the FilePermissions added by Elasticsearch. This commit adds the system property jdk.io.permissionsUseCanonicalPath which makes JDK9 behave like JDK8 w.r.t. FilePermission objects (see #21534).
2016-11-15 09:31:32 +01:00
..
licenses Build: upgrade httpcore version to 4.4.5 2016-07-19 15:11:40 +02:00
src Tests: Add TestZenDiscovery and replace uses of MockZenPing with it (#21488) 2016-11-14 21:46:10 -08:00
build.gradle Use pre-JDK9 style FilePermissions on JDK9 2016-11-14 14:13:23 +01:00