You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by tbouron <gi...@git.apache.org> on 2017/09/20 13:05:56 UTC

[GitHub] brooklyn-library pull request #130: Modular catalog.bom

GitHub user tbouron opened a pull request:

    https://github.com/apache/brooklyn-library/pull/130

    Modular catalog.bom

    This reuses each bundle's `catalog.bom` file to build global `catalog.bom`. It replaces `karaf/catalog/src/main/resources/library-catalog-classes.bom` by `karaf/catalog/src/main/resources/catalog.bom`
    
    It avoids the duplication of bom files and keep all the metadata (title, description, iconUrl, etc) under the same module that contains the actual Java entity.
    
    Those changes spans across `brooklyn-server`, `brooklyn-library` and `brooklyn-dist`. Will link to those PRs once available.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tbouron/brooklyn-library update/reuse-bom

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-library/pull/130.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 #130
    
----
commit 657e7835228d530eed569d4fb18878e97aea279a
Author: Thomas Bouron <th...@cloudsoftcorp.com>
Date:   2017-09-20T10:54:43Z

    Reuse each bundle's catalog.bom file to build global catalog.bom

----


---

[GitHub] brooklyn-library pull request #130: Modular catalog.bom

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

    https://github.com/apache/brooklyn-library/pull/130


---