Merge branch 'feature/SLIDER-878-jersey-jdk8' into develop
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/92b299a6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/92b299a6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/92b299a6 Branch: refs/heads/develop Commit: 92b299a6da699fa8cbaf60c5f74d7c9d42bd4ec3 Parents: ed7b52e 2263663 Author: Steve Loughran <[email protected]> Authored: Fri May 29 11:42:26 2015 +0100 Committer: Steve Loughran <[email protected]> Committed: Fri May 29 11:42:26 2015 +0100 ---------------------------------------------------------------------- .../funtest/accumulo/AccumuloBasicIT.groovy | 4 +- .../org/apache/slider/client/SliderClient.java | 8 +- .../slider/client/rest/BaseRestClient.java | 34 +++++---- .../core/registry/retrieve/AMWebClient.java | 78 ++++++++++++++------ .../registry/retrieve/RegistryRetriever.java | 55 ++++---------- .../core/restclient/UgiJerseyBinding.java | 42 +++++++++-- .../TestStandaloneYarnRegistryAM.groovy | 2 +- .../common/tools/TestZKIntegration.groovy | 2 +- 8 files changed, 130 insertions(+), 95 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/92b299a6/slider-core/src/main/java/org/apache/slider/client/SliderClient.java ----------------------------------------------------------------------
