[GitHub] brooklyn-server pull request #984: restore the field `subType` for sub-eleme...

2018-09-05 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] brooklyn-server pull request #984: restore the field `subType` for sub-eleme...

2018-09-05 Thread ahgittin
GitHub user ahgittin opened a pull request:

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

restore the field `subType` for sub-element config keys

now supports generics _or_ plain, so persistence is simpler when plain,
(as done for BasicConfigKey)

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

$ git pull https://github.com/ahgittin/brooklyn-server 
fix-persistence-of-subelementconfigkey

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

https://github.com/apache/brooklyn-server/pull/984.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 #984


commit 26d1d44f953276e91a944d0886070644a2ddac76
Author: Alex Heneveld 
Date:   2018-09-05T10:20:48Z

restore the field `subType` for sub-element config keys

now supports generics _or_ plain, so persistence is simpler when plain,
(as done for BasicConfigKey)




---