GitHub user tbouron opened a pull request:

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

    Allow a user to add or override deserialize configuration in karaf

    This will make the code search for another file 
`etc/deserializingClassRenames.properties` during the deserialization and load 
the properties accordingly.
    
    The file `etc/deserializingClassRenames.properties` does not exist by 
default but can be created manually. The aim is for any blueprint author to 
setup rewrite rules for the persistence state, if some classnames from its own 
blueprints change. Of course, the default rules provided by Brooklyn are always 
loaded  

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

    $ git pull https://github.com/tbouron/brooklyn-server 
feature/deserialize-config-karaf

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

    https://github.com/apache/brooklyn-server/pull/492.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 #492
    
----
commit 2f61cac819e6dcc7f683f0e9534c2d9cea6243d1
Author: Thomas Bouron <[email protected]>
Date:   2016-12-15T14:04:13Z

    Allow a user to add or override deserialize configuration in karaf via a 
etc/deserializingClassRenames.properties file

----


---
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