[2/4] brooklyn-server git commit: WindowsPerformanceCounterFeed$GetPerformanceCountersJob do not throw exception when no machine is found.

2017-06-08 Thread drigodwin
WindowsPerformanceCounterFeed$GetPerformanceCountersJob do not throw exception when no machine is found. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/4905f3a2 Tree:

[1/4] brooklyn-server git commit: [BROOKLYN-516] Persist feed of WindowsPerformanceCounterSensors initializer

2017-06-08 Thread drigodwin
Repository: brooklyn-server Updated Branches: refs/heads/master 42f1a5d82 -> 2a94137b7 [BROOKLYN-516] Persist feed of WindowsPerformanceCounterSensors initializer Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[3/4] brooklyn-server git commit: Test rebind WindowsPerformanceCounterFeed

2017-06-08 Thread drigodwin
Test rebind WindowsPerformanceCounterFeed Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c526b308 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c526b308 Diff:

[4/4] brooklyn-server git commit: This closes #724

2017-06-08 Thread drigodwin
This closes #724 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/2a94137b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/2a94137b Diff:

[04/11] brooklyn-server git commit: comments on why RegisteredType.getLibraries doesn't include supertype libraries

2017-06-08 Thread svet
comments on why RegisteredType.getLibraries doesn't include supertype libraries javadoc in RegisteredType and a test to confirm with more detailed comments Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[01/11] brooklyn-server git commit: failing test to illustrate osgi entity spec descendant rebind bug

2017-06-08 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 381b7e63f -> 42f1a5d82 failing test to illustrate osgi entity spec descendant rebind bug Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[06/11] brooklyn-server git commit: refactor OsgiClassnameMapper to be static and in util.core.xstream package

2017-06-08 Thread svet
refactor OsgiClassnameMapper to be static and in util.core.xstream package Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/5ab09534 Tree:

[10/11] brooklyn-server git commit: tidied up names and better comments as per PR review

2017-06-08 Thread svet
tidied up names and better comments as per PR review Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3a2bf5ac Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/3a2bf5ac Diff:

[11/11] brooklyn-server git commit: Closes #718

2017-06-08 Thread svet
Closes #718 improvement to OSGi serialization strategies (writing Class instances, and discussion of more) Discovered that the current deserialization strategy for OSGi does not work in the following case: `foo-wrapped` extending yaml type `foo` which depends on bundle `foo-bundle` and

[03/11] brooklyn-server git commit: Revert "attempt to have class loading context for items include supertypes in some cases"

2017-06-08 Thread svet
Revert "attempt to have class loading context for items include supertypes in some cases" This reverts commit bdd2cce624285d0f178b272ce5ae7c416b447150. It's a chicken-and-egg problem as the ClassLoadingContext is needed to create, but creation is how we attempted to find supertypes. So you get

[07/11] brooklyn-server git commit: Merge branch 'master' into osgi-serialization-better

2017-06-08 Thread svet
Merge branch 'master' into osgi-serialization-better Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f23f4cb0 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/f23f4cb0 Diff:

[02/11] brooklyn-server git commit: attempt to have class loading context for items include supertypes in some cases

2017-06-08 Thread svet
attempt to have class loading context for items include supertypes in some cases (but it doesn't work) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/bdd2cce6 Tree:

[05/11] brooklyn-server git commit: make mappers static in prep for refactoring

2017-06-08 Thread svet
make mappers static in prep for refactoring Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/11a26d6c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/11a26d6c Diff:

[08/11] brooklyn-server git commit: extract OsgiClassLoader as more general ClassLoaderFromStackOfBrooklynClassLoadingContext

2017-06-08 Thread svet
extract OsgiClassLoader as more general ClassLoaderFromStackOfBrooklynClassLoadingContext so we can use and test it from XmlSerializer (ie memento-free) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[09/11] brooklyn-server git commit: test the osgi-prefixing for classes, and improve javadoc

2017-06-08 Thread svet
test the osgi-prefixing for classes, and improve javadoc Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9d448f32 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/9d448f32 Diff:

[1/2] brooklyn-server git commit: [BROOKLYN-515] WindowsPerformanceCounterSensors does not show values on some Windows deployments

2017-06-08 Thread drigodwin
Repository: brooklyn-server Updated Branches: refs/heads/master 30292c967 -> 381b7e63f [BROOKLYN-515] WindowsPerformanceCounterSensors does not show values on some Windows deployments Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[2/2] brooklyn-server git commit: This closes #722

2017-06-08 Thread drigodwin
This closes #722 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/381b7e63 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/381b7e63 Diff: