GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-server/pull/896
Test rest resources included
Ensure #895 does not recur.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-server
test-rest-resources-included
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/896.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #896
----
commit c9d7625bbf8ffcaac7c9489b35be1b15b5899e79
Author: Alex Heneveld <[email protected]>
Date: 2017-11-14T10:59:11Z
test that REST resources in java are included in osgi and web.xml
osgi passes with recent fix. web.xml to be fixed in next.
(though maybe we should delete web.xml, as noted here.)
commit 503955b9952c35ea2d2f034b467403e4db7a74c9
Author: Alex Heneveld <[email protected]>
Date: 2017-11-14T11:01:25Z
add missing resources to web.xml, so test passes
----
---