You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by neykov <gi...@git.apache.org> on 2016/08/30 19:24:31 UTC

[GitHub] brooklyn-server pull request #312: Don't trigger karaf-init bundle reload wh...

GitHub user neykov opened a pull request:

    https://github.com/apache/brooklyn-server/pull/312

    Don't trigger karaf-init bundle reload when editing etc/o.a.b.osgilauncher.cfg

    

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

    $ git pull https://github.com/neykov/brooklyn-server karaf/launcher-config

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

    https://github.com/apache/brooklyn-server/pull/312.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 #312
    
----
commit 6e42993977808513753491d591115682bab80a62
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Date:   2016-08-30T19:23:13Z

    Don't trigger karaf-init bundle reload when editing etc/o.a.b.osgilauncher.cfg

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server pull request #312: Don't trigger karaf-init bundle reload wh...

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

    https://github.com/apache/brooklyn-server/pull/312#discussion_r76888634
  
    --- Diff: karaf/init/src/main/resources/OSGI-INF/blueprint/blueprint.xml ---
    @@ -33,7 +33,7 @@ limitations under the License.
         <reference id="configAdmin"
                    interface="org.osgi.service.cm.ConfigurationAdmin" />
     
    -    <cm:property-placeholder persistent-id="org.apache.brooklyn.osgilauncher" update-strategy="reload">
    +    <cm:property-placeholder persistent-id="org.apache.brooklyn.osgilauncher" update-strategy="none">
    --- End diff --
    
    Nice and simple! Merging.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server pull request #312: Don't trigger karaf-init bundle reload wh...

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

    https://github.com/apache/brooklyn-server/pull/312


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---