GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-ui/pull/60
Allow UI modules to actively resolve conflicts
Either by stopping other bundles listening on the same context-path or by
specifying bundles superseded by a module being installed. See `README.md` for
more info.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-ui allow-module-start-order
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-ui/pull/60.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 #60
----
commit 82d37c474b42b8dfc8afc2683d7723b7f201e1f7
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-08-08T23:20:37Z
make Home a Brooklyn UI module
previously it was just a WAR, not including it registry, which makes it
hard for downstream projects to change
commit 8fd1946b77c8de5e2677c60a60c910387575d71b
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-08-08T23:24:48Z
allow ui modules to specify better which should be preferred
otherwise it can be a little unpredictable which module is active
----
---