You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by el...@apache.org on 2015/01/29 18:23:34 UTC

[11/28] incubator-slider git commit: Merge branch 'feature/SLIDER-719_Create_slider_REST_client_library' into develop

Merge branch 'feature/SLIDER-719_Create_slider_REST_client_library' 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/1282802f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/1282802f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/1282802f

Branch: refs/heads/develop
Commit: 1282802fd66924effb0e4c22b93295734fe203a0
Parents: 901f38c 0097ce9
Author: Steve Loughran <st...@apache.org>
Authored: Wed Jan 21 17:54:48 2015 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Wed Jan 21 17:54:48 2015 +0000

----------------------------------------------------------------------
 pom.xml                                         |  11 +-
 slider-core/pom.xml                             |   6 +
 .../core/restclient/HttpOperationResponse.java  |   5 +
 .../core/restclient/UgiJerseyBinding.java       |  98 ++++
 .../restclient/UrlConnectionOperations.java     |  18 +-
 .../rest/application/ApplicationResource.java   |   1 -
 .../agent/rest/JerseyTestDelegates.groovy       | 475 +++++++++++++++++++
 .../slider/agent/rest/RestTestDelegates.groovy  |  41 +-
 .../slider/agent/rest/TestStandaloneREST.groovy | 131 +++--
 .../agent/TestAgentAMManagementWS.groovy        |   4 +-
 .../publisher/TestPublisherRestResources.groovy |   2 +-
 .../apache/slider/test/SliderTestUtils.groovy   | 101 +++-
 .../funtest/lifecycle/AgentWebPagesIT.groovy    |  62 ++-
 13 files changed, 872 insertions(+), 83 deletions(-)
----------------------------------------------------------------------