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 2017/11/02 11:05:38 UTC

[GitHub] brooklyn-docs pull request #227: release notes updated with recent code chan...

GitHub user ahgittin opened a pull request:

    https://github.com/apache/brooklyn-docs/pull/227

    release notes updated with recent code changes

    updates to release notes following recent changes to bundles, including https://github.com/apache/brooklyn-server/pull/874

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

    $ git pull https://github.com/ahgittin/brooklyn-docs release-notes

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

    https://github.com/apache/brooklyn-docs/pull/227.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 #227
    
----
commit f97f34dfbc53f55a75304a425bcc467fd4229f02
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Date:   2017-11-02T10:22:36Z

    release notes updated with recent code changes

----


---

[GitHub] brooklyn-docs issue #227: release notes updated with recent code changes

Posted by ahgittin <gi...@git.apache.org>.
Github user ahgittin commented on the issue:

    https://github.com/apache/brooklyn-docs/pull/227
  
    didn't see this - done, and merging


---

[GitHub] brooklyn-docs pull request #227: release notes updated with recent code chan...

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

    https://github.com/apache/brooklyn-docs/pull/227


---

[GitHub] brooklyn-docs issue #227: release notes updated with recent code changes

Posted by aledsage <gi...@git.apache.org>.
Github user aledsage commented on the issue:

    https://github.com/apache/brooklyn-docs/pull/227
  
    LGTM; merging.


---

[GitHub] brooklyn-docs pull request #227: release notes updated with recent code chan...

Posted by drigodwin <gi...@git.apache.org>.
Github user drigodwin commented on a diff in the pull request:

    https://github.com/apache/brooklyn-docs/pull/227#discussion_r148543951
  
    --- Diff: guide/misc/release-notes.md ---
    @@ -18,5 +18,30 @@ to Brooklyn's commercial users for funding much of this development.
     
     Changes since {{ book.brooklyn_version_stable }}:
     
    +1. BOM files that do not declare a version now give the version of the bundle to their entities,
    +   rather than the default `0.0.0-SNAPSHOT` version.
    +   When loading types, the version can now be specified as any Brooklyn-valid version string
    +   equivalent to the OSGi version (e.g. `1-SNAPSHOT` or `1.0.0.SNAPSHOT`).
    +
    +1. Some catalog methods may return the same type multiple times, if contained in multiple bundles.
    +   Previously only one of the bundle's definition of the type was returned. 
    +   Except for anonymous bundles it is no longer allowed to have give items with the same name and version.
    --- End diff --
    
    remove `give`?


---