GitHub user neykov opened a pull request:

    https://github.com/apache/incubator-brooklyn/pull/442

    Catalog libs - fail if user specified symbolicName and version don't match 
bundle

    Bundles are always matched by their symbolicName and version, not by the 
user specified alternatives, so allowing them to diverge will lead to 
unexpected behaviour. So far the logic was to fail only if the bundle is 
already installed which was inconsistent with first-time install when it would 
pass.

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

    $ git pull https://github.com/neykov/incubator-brooklyn 
osgi-bundle-install-check

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

    https://github.com/apache/incubator-brooklyn/pull/442.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 #442
    
----
commit e6ec2e9c364d4ce56d5766204dd426b6e920d167
Author: Svetoslav Neykov <[email protected]>
Date:   2015-01-13T08:48:33Z

    Fail if user specified symbolicName and version don't match bundle
    
    Bundles are always matched by their symbolicName and version, not by the 
user specified alternatives, so allowing them to diverge will lead to 
unexpected behaviour. So far the logic was to fail only if the bundle is 
already installed which was inconsistent with first-time install when it would 
pass.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to