You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by ahgittin <gi...@git.apache.org> on 2018/08/08 23:27:59 UTC

[GitHub] brooklyn-ui pull request #60: Allow UI modules to actively resolve conflicts

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 <al...@...>
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 <al...@...>
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

----


---

[GitHub] brooklyn-ui pull request #60: Allow UI modules to actively resolve conflicts

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-ui/pull/60


---