[GitHub] brooklyn-docs pull request #267: Update blueprints.md

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

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

Update blueprints.md



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

$ git pull https://github.com/andreaturli/brooklyn-docs patch-2

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

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


commit 9261de7817292b958b03c95ac0a18bda4676d589
Author: Andrea Turli 
Date:   2018-09-05T19:31:40Z

Update blueprints.md




---


[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 issue #984: restore the field `subType` for sub-element conf...

2018-09-05 Thread aledsage
Github user aledsage commented on the issue:

https://github.com/apache/brooklyn-server/pull/984
  
+1, LGTM; waiting for jenkins to finish running tests.


---


[GitHub] brooklyn-server issue #984: restore the field `subType` for sub-element conf...

2018-09-05 Thread ahgittin
Github user ahgittin commented on the issue:

https://github.com/apache/brooklyn-server/pull/984
  
#982 broke persistence of sub-element keys, this should fix that


---


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




---