You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/11/16 22:33:11 UTC

[7/7] brooklyn-server git commit: This closes #434

This closes #434


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/2e411425
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/2e411425
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/2e411425

Branch: refs/heads/master
Commit: 2e41142591b40744efcf8efa21148204eb609d15
Parents: be89a8d 23117fc
Author: Aled Sage <al...@gmail.com>
Authored: Wed Nov 16 22:32:49 2016 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Nov 16 22:32:49 2016 +0000

----------------------------------------------------------------------
 launcher/src/main/resources/web-security.xml    |  51 -----
 .../BrooklynEntityMirrorIntegrationTest.java    |   4 +-
 .../launcher/BrooklynWebServerTest.java         |  61 +++--
 pom.xml                                         |   2 +-
 .../rest/security/jaas/BrooklynLoginModule.java |  15 +-
 .../src/main/resources/web-security.xml         |  51 +++++
 .../brooklyn/rest/BrooklynRestApiLauncher.java  |  15 +-
 .../brooklyn/rest/HaMasterCheckFilterTest.java  |   3 +-
 .../AbstractRestApiEntitlementsTest.java        |  21 +-
 .../ActivityApiEntitlementsTest.java            |  17 +-
 .../EntityConfigApiEntitlementsTest.java        |   2 +
 .../entitlement/ScriptApiEntitlementsTest.java  |  14 +-
 .../entitlement/SensorApiEntitlementsTest.java  |   2 +
 .../entitlement/ServerApiEntitlementsTest.java  |   3 +
 .../ServerResourceIntegrationTest.java          |   2 +-
 ...rooklynJacksonSerializerIntegrationTest.java | 223 ++++++++++---------
 ...leShellCommandDeprecatedIntegrationTest.java |   5 +-
 17 files changed, 281 insertions(+), 210 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/2e411425/rest/rest-server/src/test/java/org/apache/brooklyn/rest/BrooklynRestApiLauncher.java
----------------------------------------------------------------------