Closes #305 BROOKLYN-338: BrooklynApi fixes for karaf
These arenât enough to fix BROOKLYN-338, but itâs a start: * Ensures rest-client imports the resteasy marshallers package, which it calls with reflection (via the resteasy ProxyBuilder). * Passes the ProxyBuilder a classloader that has access to the rest-api classes and to rest-clientâs classloader (which thus can access the marshallers). Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/196ce93a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/196ce93a Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/196ce93a Branch: refs/heads/master Commit: 196ce93a6c1d60eb3fbf424a017c7a6e3bbf7ca5 Parents: c95d6ff 16eb543 Author: Svetoslav Neykov <[email protected]> Authored: Mon Aug 29 13:30:42 2016 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Mon Aug 29 13:30:42 2016 +0300 ---------------------------------------------------------------------- rest/rest-client/pom.xml | 17 ++++++++++++++++- .../brooklyn/rest/client/BrooklynApi.java | 20 +++++++++++++++++--- 2 files changed, 33 insertions(+), 4 deletions(-) ----------------------------------------------------------------------
