[2/2] brooklyn-server git commit: Closes #767

2017-07-21 Thread svet
Closes #767 Adds BrooklynViewerLauncher (for tests) As per the javadoc: ``` /** * A convenience for started the Brooklyn REST api and web-app in a test, so that one can visually * inspect the app that the test creates. This is intended as a read-only view (but it has the real * management

[1/2] brooklyn-server git commit: Adds BrooklynViewerLauncher (for tests)

2017-07-21 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 211e3dcf2 -> c69443942 Adds BrooklynViewerLauncher (for tests) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/753c3c60 Tree:

[2/2] brooklyn-server git commit: Closes #770

2017-07-20 Thread svet
Closes #770 Add null checks to Azure default network Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/211e3dcf Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/211e3dcf Diff:

[1/2] brooklyn-server git commit: Add null checks to Azure default network

2017-07-20 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 033b8733b -> 211e3dcf2 Add null checks to Azure default network Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/25fef968 Tree:

[2/2] brooklyn-server git commit: Closes #769

2017-07-20 Thread svet
Closes #769 Fix feature install bundle version issue Fixes issue with installing bundles, causing the following error: ``` karaf@brooklyn()> feature:install -r jclouds-api-route53 Error executing command: Unable to build resource for brooklyn:fo9y9ghsab: Unsupported 'Bundle-ManifestVersion'

[1/2] brooklyn-server git commit: Fix feature install bundle version issue

2017-07-20 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master ef5e60f69 -> 033b8733b Fix feature install bundle version issue Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/28096d3c Tree:

[2/2] brooklyn-dist git commit: Closes #100

2017-07-19 Thread svet
Closes #100 Remove another reference to a deleted file. Follow up to #99 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/404c8c1c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/404c8c1c

[1/2] brooklyn-dist git commit: Don't avoid importing jclouds google compute engine.

2017-07-10 Thread svet
Repository: brooklyn-dist Updated Branches: refs/heads/master 2bae82c3f -> b8e251a75 Don't avoid importing jclouds google compute engine. This is a bundle by now. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit:

[2/2] brooklyn-dist git commit: Closes #98

2017-07-10 Thread svet
Closes #98 Don't avoid importing jclouds google compute engine. This is a bundle by now. This change is required in a downstream project to be able to access GCE correctly from within Karaf. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit:

[3/3] brooklyn-server git commit: Closes #745

2017-07-04 Thread svet
Closes #745 Azure ARM default network fixes from PR suggestions Important Note: Azure ARM doesn't currently work with the master of Brooklyn. Currently, after a Azure ARM VM is created, JClouds attempts to list all of the nodes in the resource group but cannot parse the result due to a missing

[2/3] brooklyn-server git commit: Azure ARM default network fixes from PR suggestions

2017-07-04 Thread svet
Azure ARM default network fixes from PR suggestions Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a11fd427 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/a11fd427 Diff:

[1/3] brooklyn-server git commit: DefaultNetworkCreator now waits for subnet to be created

2017-07-04 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 3d8675e24 -> eb9795c13 DefaultNetworkCreator now waits for subnet to be created Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6d40d632

[2/2] brooklyn-ui git commit: Closes #46

2017-06-22 Thread svet
Closes #46 Update maven-compiler-plugin to 3.6.1 Related to https://github.com/apache/brooklyn-dist/pull/97 and https://github.com/apache/brooklyn-server/pull/741 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit:

[2/2] brooklyn-dist git commit: Closes #97

2017-06-22 Thread svet
Closes #97 Update maven-compiler-plugin to 3.6.1 Related to https://github.com/apache/brooklyn-server/pull/741 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/f96836a3 Tree:

[1/2] brooklyn-dist git commit: Update maven-compiler-plugin to 3.6.1

2017-06-22 Thread svet
Repository: brooklyn-dist Updated Branches: refs/heads/master 4a74b7631 -> f96836a32 Update maven-compiler-plugin to 3.6.1 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/d64728be Tree:

[1/2] brooklyn-ui git commit: Update maven-compiler-plugin to 3.6.1

2017-06-22 Thread svet
Repository: brooklyn-ui Updated Branches: refs/heads/master abf8555c9 -> 073b00edc Update maven-compiler-plugin to 3.6.1 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/d90a9aec Tree:

[2/2] brooklyn-server git commit: Closes #741

2017-06-22 Thread svet
Closes #741 Update maven-compiler-plugin to 3.6.1 I think since we upgrade java it will be useful to have later maven-compiler-plugin. If you approve this change, I will do the same PR for brooklyn-ui and brooklyn-dist. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo

[1/2] brooklyn-server git commit: Update maven-compiler-plugin to 3.6.1

2017-06-22 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master b1fc16d02 -> 733fe7737 Update maven-compiler-plugin to 3.6.1 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a74ef0d8 Tree:

[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: Check versionedName to avoid NPE.

2017-06-06 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 57b9d7270 -> 30292c967 Check versionedName to avoid NPE. Fixes break from https://github.com/apache/brooklyn-server/pull/672, I merged without re-running unit tests :-( Project:

[2/2] brooklyn-server git commit: Closes #719

2017-06-06 Thread svet
Closes #719 Check versionedName to avoid NPE. Fixes break from https://github.com/apache/brooklyn-server/pull/672, I merged without re-running unit tests :-( Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[1/3] brooklyn-server git commit: BROOKLYN-513: fix coercion for jclouds reflective builder calls

2017-06-02 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master ad5d43eb9 -> 97eaf5acd BROOKLYN-513: fix coercion for jclouds reflective builder calls Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[3/3] brooklyn-server git commit: Closes #714

2017-06-02 Thread svet
Closes #714 BROOKLYN-513: fix coercion for jclouds reflective builder calls Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/97eaf5ac Tree:

[1/2] brooklyn-dist git commit: Fix namespace on feature.xml

2017-05-25 Thread svet
Repository: brooklyn-dist Updated Branches: refs/heads/master 2337c75aa -> a229030c6 Fix namespace on feature.xml Updates namespace on the file to http://karaf.apache.org/xmlns/features/v1.4.0 which is required for 'prerequisite="true"' on feature declarations. Project:

[2/2] brooklyn-dist git commit: Closes #92

2017-05-25 Thread svet
Closes #92 Fix namespace on feature.xml Updates namespace on the file to http://karaf.apache.org/xmlns/features/v1.4.0 which is required for 'prerequisite="true"' on feature declarations. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit:

[2/2] brooklyn-server git commit: Closes #692

2017-05-23 Thread svet
Closes #692 Updated feature.xml to include `jclouds-loadbalancer` - Added 'jclouds-loadbalancer' bundle to 'brooklyn-locations-jclouds' feature Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a4d76b14

[1/2] brooklyn-server git commit: Updated feature.xml - added 'jclouds-loadbalancer' bundle to 'brooklyn-locations-jclouds' feature

2017-05-23 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 6287271b8 -> a4d76b146 Updated feature.xml - added 'jclouds-loadbalancer' bundle to 'brooklyn-locations-jclouds' feature Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[3/6] brooklyn-server git commit: TypeCoercions: support more generic coercers

2017-05-23 Thread svet
TypeCoercions: support more generic coercers Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b945fdc0 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b945fdc0 Diff:

[6/6] brooklyn-server git commit: Closes #693

2017-05-23 Thread svet
Closes #693 jclouds TemplateOptions type coercions Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6287271b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/6287271b Diff:

[2/6] brooklyn-server git commit: jclouds TypeCoercions for domain objects

2017-05-23 Thread svet
jclouds TypeCoercions for domain objects Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1b23cb6b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1b23cb6b Diff:

[4/6] brooklyn-server git commit: MethodCoercions: add more utility methods

2017-05-23 Thread svet
MethodCoercions: add more utility methods Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/8a832de5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/8a832de5 Diff:

[5/6] brooklyn-server git commit: jclouds stubbing: support different providers

2017-05-23 Thread svet
jclouds stubbing: support different providers Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/57ded182 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/57ded182 Diff:

[1/6] brooklyn-server git commit: Test jclouds TemplateOptions coercions

2017-05-23 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 377454ed8 -> 6287271b8 Test jclouds TemplateOptions coercions Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/610c720f Tree:

[2/2] brooklyn-server git commit: Closes #681

2017-05-16 Thread svet
Closes #681 Flag allowing a Winrm4jTool to use unique context Fixes https://github.com/cloudsoft/winrm4j/issues/63 To test add in location configuration: brooklyn.winrm.config.use.unique.context: true Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[1/2] brooklyn-server git commit: Flag allowing a Winrm4jTool to use unique context

2017-05-16 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 52852b696 -> 0947608d0 Flag allowing a Winrm4jTool to use unique context Fixes https://github.com/cloudsoft/winrm4j/issues/63 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[1/2] brooklyn-library git commit: Put back GeoDNS tests

2017-05-11 Thread svet
Repository: brooklyn-library Updated Branches: refs/heads/master 96369c9bc -> 3a853d622 Put back GeoDNS tests Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/0e0e895e Tree:

[2/2] brooklyn-library git commit: Closes #108

2017-05-11 Thread svet
Closes #108 [WIP] Put back GeoDNS tests As @neykov noticed in #106, the failure of these tests could be down to a deadlock fixed in apache/brooklyn-server#671. This puts the tests back. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit:

[1/2] brooklyn-server git commit: Fix BROOKLYN-493 Rebind fails when using WinRmCommandSensor

2017-04-26 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 5d6ce56ee -> accdf944c Fix BROOKLYN-493 Rebind fails when using WinRmCommandSensor Add tests for CmdFeed rebind Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[2/2] brooklyn-server git commit: Closes #654

2017-04-26 Thread svet
Closes #654 Fix BROOKLYN-493 Rebind fails when using WinRmCommandSensor Tested with restart with Aled's blueprint. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/accdf944 Tree:

[1/2] brooklyn-server git commit: Fix itest for running backgrounded

2017-04-12 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master a9662dff0 -> 17728455c Fix itest for running backgrounded Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9978afef Tree:

[2/2] brooklyn-server git commit: Closes #631

2017-04-12 Thread svet
Closes #631 Fix itest for running backgrounded Without this, if you run: ``` nohup mvn clean install ... < /dev/null & ``` then your background process is stopped (according to `jobs`). When you foreground the process again (via `fg %1`) then it reports the tests have failed with the errors

[1/2] brooklyn-dist git commit: Adds tests for OSGI loading of external config providers

2017-04-12 Thread svet
Repository: brooklyn-dist Updated Branches: refs/heads/master dc5b609d8 -> 669242da9 Adds tests for OSGI loading of external config providers Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/88a94f50 Tree:

[2/2] brooklyn-dist git commit: Closes #89

2017-04-12 Thread svet
Closes #89 Adds tests for OSGI loading of external config providers Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/669242da Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/669242da Diff:

[2/2] brooklyn-server git commit: Closes #625

2017-04-11 Thread svet
Closes #625 Updates BasicExternalConfigSupplierRegistry to use ClassLoaderUtils Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a23d42ff Tree:

[1/2] brooklyn-server git commit: Updates BasicExternalConfigSupplierRegistry to use ClassLoaderUtils

2017-04-11 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 486246510 -> a23d42ffb Updates BasicExternalConfigSupplierRegistry to use ClassLoaderUtils Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[2/2] brooklyn-server git commit: Closes #627

2017-04-11 Thread svet
Closes #627 BROOKLYN-446: deprecate broken ScheduledTask constructors See https://issues.apache.org/jira/browse/BROOKLYN-446 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/5b24a9f4 Tree:

[1/2] brooklyn-server git commit: BROOKLYN-446: deprecate broken ScheduledTask constructors

2017-04-11 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 955754019 -> 5b24a9f4e BROOKLYN-446: deprecate broken ScheduledTask constructors Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a3520eb8

[2/2] brooklyn-client git commit: Closes #41

2017-03-27 Thread svet
Closes #41 Use the non-deprecated API method to upload catalog items This requires https://github.com/apache/brooklyn-server/pull/485 to be merged first Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit:

[1/2] brooklyn-client git commit: Use the non-deprecated API method to upload catalog items

2017-03-27 Thread svet
Repository: brooklyn-client Updated Branches: refs/heads/master fa2d7b3db -> df47be800 Use the non-deprecated API method to upload catalog items Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/b6804310

[2/2] brooklyn-server git commit: Closes #603

2017-03-22 Thread svet
Closes #603 WinRmMachineLocation obtaining WinRmTool parameters via its config().get - This allows WinrmTool props to be supplied via external configuration providers. - WinRmTool instantiation is made to be the same as in SshMachineLocation#connectSsh Project:

[1/4] brooklyn-server git commit: Fix classRenames for SshPollConfig anonymous classes

2017-03-16 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 37c37477b -> b95932a7c Fix classRenames for SshPollConfig anonymous classes Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ad73fcf9 Tree:

[3/4] brooklyn-server git commit: BROOKLYN-453: Fix xstream deserialising osgi class renames

2017-03-16 Thread svet
BROOKLYN-453: Fix xstream deserialising osgi class renames i.e. where the class name in the persisted state includes the bundle symbolic name as a prefix. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[2/4] brooklyn-server git commit: Testing rebind of SshFeed (historic state)

2017-03-16 Thread svet
Testing rebind of SshFeed (historic state) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/bcaf76bc Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/bcaf76bc Diff:

[4/4] brooklyn-server git commit: Closes #598

2017-03-16 Thread svet
Closes #598 BROOKLYN-453: Fix rebind for classrename with bundle prefix The historic persisted state added here for testing comes from a clocker.io blueprint. The "Fix classRenames for SshPollConfig anonymous classes" is me playing it safe, to re-add the anonymous inner classes that might be

[3/4] brooklyn-server git commit: Use boolean Options correctly in ItemLister

2017-03-15 Thread svet
Use boolean Options correctly in ItemLister Replaces list-objects' --catalog-only and --ignore-impls arguments with --all-classes and --include-impls respectively. ItemLister defined a few options as booleans whose default was true. Airline treats boolean options as having zero arity and whose

[2/4] brooklyn-server git commit: Format enrichers to make them easier to read on screens that aren't enormous

2017-03-15 Thread svet
Format enrichers to make them easier to read on screens that aren't enormous Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/786b9388 Tree:

[5/5] brooklyn-server git commit: Closes #573

2017-03-09 Thread svet
Closes #573 Do not runtime-inherit catalog item in the spec to fix config key list problem fixes https://issues.apache.org/jira/browse/BROOKLYN-445 and failing tests included here means catalog BOMs should be written such that any entity/policy/etc which wants to access resources in the

[3/5] brooklyn-server git commit: apply the fix for previous failing tests and https://issues.apache.org/jira/browse/BROOKLYN-445

2017-03-09 Thread svet
apply the fix for previous failing tests and https://issues.apache.org/jira/browse/BROOKLYN-445 do not use a context catalog item id. this is a significant change and release notes should be updated, but it doesn't seem to break any of our tests; presumably most catalog items are already

[4/5] brooklyn-server git commit: comment and test for catalog item ID being set from context/parent

2017-03-09 Thread svet
comment and test for catalog item ID being set from context/parent added comments about what should change for this to properly set a search path instead. we don't have other inheritance problems with actual BrooklynObject's recording a wrong catalog item id instead of null (the way we did with

[1/5] brooklyn-server git commit: add original failing test from @sjcorbett

2017-03-09 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 40af35c42 -> 025a3d82d add original failing test from @sjcorbett for failure to set inherited config keys - https://issues.apache.org/jira/browse/BROOKLYN-445 Project:

[2/5] brooklyn-server git commit: add similar tests, including one failing, isolating the error

2017-03-09 Thread svet
add similar tests, including one failing, isolating the error Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/edaf0544 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/edaf0544 Diff:

[brooklyn-server] Git Push Summary

2017-03-09 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/0.10.x [created] 9dcd2d349

[1/2] brooklyn-library git commit: bump http version

2017-03-07 Thread svet
Repository: brooklyn-library Updated Branches: refs/heads/master 269c0436a -> d7bf15951 bump http version Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/ec936749 Tree:

[2/2] brooklyn-library git commit: Closes #73

2017-03-07 Thread svet
Closes #73 bump http version update to use new vars -- apply after https://github.com/apache/brooklyn-server/pull/362 is merged Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/d7bf1595 Tree:

[4/4] brooklyn-server git commit: Closes #570

2017-03-07 Thread svet
Closes #570 Terminate winrm client context on Brooklyn exit Update to new Winrm4j API, sharing a single context for all clients. Also updates some libraries to avoid convergence errors with the winrm4j dependencies. Do not merge until Winrm4j 5.0 is released. Project:

[3/6] brooklyn-server git commit: winrm4j: bump to 0.5.0

2017-03-07 Thread svet
winrm4j: bump to 0.5.0 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/4bc707b6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/4bc707b6 Diff:

[4/6] brooklyn-server git commit: Upgrade cxf to 3.1.10 (from 3.1.4)

2017-03-07 Thread svet
Upgrade cxf to 3.1.10 (from 3.1.4) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/438e7454 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/438e7454 Diff:

[1/6] brooklyn-server git commit: Bump httpcomponents.httpcore version to 4.4.4

2017-03-07 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 2fe2ba095 -> dc3f44615 Bump httpcomponents.httpcore version to 4.4.4 And httpclient to 4.4.2 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[2/6] brooklyn-server git commit: Remove rest-api explicit import-package version

2017-03-07 Thread svet
Remove rest-api explicit import-package version Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9ea1347f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/9ea1347f Diff:

[5/6] brooklyn-server git commit: core/pom.xml: karaf import/export-package comments

2017-03-07 Thread svet
core/pom.xml: karaf import/export-package comments Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/07e1bc82 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/07e1bc82 Diff:

[1/2] brooklyn-dist git commit: A Docker container to run integration tests in

2017-03-02 Thread svet
Repository: brooklyn-dist Updated Branches: refs/heads/master f6eeb7029 -> 56994e2aa A Docker container to run integration tests in Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/a8c74bb1 Tree:

[2/2] brooklyn-dist git commit: Closes #77

2017-03-02 Thread svet
Closes #77 A Docker container to run integration tests in Run with: ``` docker run --rm -v $(pwd):/build \ -v ~/.m2/repository/:/maven-repo \ -e DOCKER_USER_ID=$(id -u) -e DOCKER_GROUP_ID=$(id -g) \ --> use this line only on linux machines brooklyn-itest \ mvn -B clean install

[05/10] brooklyn-server git commit: PR comments, do explicit setReuseAddress(false)

2017-03-02 Thread svet
PR comments, do explicit setReuseAddress(false) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3eb74a56 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/3eb74a56 Diff:

[09/10] brooklyn-server git commit: copy resources to a folder and use that for cleaning orphans

2017-03-02 Thread svet
copy resources to a folder and use that for cleaning orphans Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1f30e25c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1f30e25c Diff:

[04/10] brooklyn-server git commit: clean up method name

2017-03-02 Thread svet
clean up method name Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/33761161 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/33761161 Diff:

[08/10] brooklyn-server git commit: another web-runner fix

2017-03-02 Thread svet
another web-runner fix Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0cfc27b1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0cfc27b1 Diff:

[06/10] brooklyn-server git commit: a retry and extra logging when bind exception happens

2017-03-02 Thread svet
a retry and extra logging when bind exception happens to fix non-det test failures on server, due to bind conflicts Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/80322eb1 Tree:

[01/10] brooklyn-server git commit: attempt to fix non-det failures by forcing a persist

2017-03-02 Thread svet
Repository: brooklyn-server Updated Branches: refs/heads/master 340fdc9b5 -> b3397aaf0 attempt to fix non-det failures by forcing a persist Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/7503519b

[03/10] brooklyn-server git commit: make a test more flexible about which port it uses

2017-03-02 Thread svet
make a test more flexible about which port it uses Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0cea4881 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0cea4881 Diff:

[07/10] brooklyn-server git commit: tidy of BundleMaker and associated items to support creating ZIPs

2017-03-02 Thread svet
tidy of BundleMaker and associated items to support creating ZIPs Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b5cb1073 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b5cb1073 Diff:

[10/10] brooklyn-server git commit: Closes #560

2017-03-02 Thread svet
Closes #560 Attempted non-determinate test fixes Prompted by the following (from https://builds.apache.org/job/brooklyn-server-pull-requests/1730/ ): ``` Test Result (3 failures / +3) org.apache.brooklyn.launcher.CleanOrphanedLocationsIntegrationTest.testCleanedCopiedPersistedState

[10/12] brooklyn-dist git commit: Merge branch 'master' into docker

2017-02-14 Thread svet
Merge branch 'master' into docker Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/214f96e7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/214f96e7 Diff:

[05/12] brooklyn-dist git commit: fix RAT problems

2017-02-14 Thread svet
fix RAT problems Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/62aa4c3d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/62aa4c3d Diff:

[04/12] brooklyn-dist git commit: obfuscate credential in output

2017-02-14 Thread svet
obfuscate credential in output Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/69713b2b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/69713b2b Diff:

[12/12] brooklyn-dist git commit: Closes #56

2017-02-14 Thread svet
Closes #56 [READY FOR REVIEW] docker image, for standalone or quick-launch see the README super-easy way to launch brooklyn or even package a special brooklyn for a specific blueprint everything seems to be working except the HL blueprint needs to refer to the single cluster example note

[01/12] brooklyn-dist git commit: can make docker image, suitable for standalone use or wrapping as an app quick-launcher

2017-02-14 Thread svet
Repository: brooklyn-dist Updated Branches: refs/heads/master b6870d885 -> 243fe606a can make docker image, suitable for standalone use or wrapping as an app quick-launcher Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit:

[06/12] brooklyn-dist git commit: "fix" entropy, and use `--no-cache` for alpine as suggested by @neykov

2017-02-14 Thread svet
"fix" entropy, and use `--no-cache` for alpine as suggested by @neykov Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/15cd83f3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/15cd83f3 Diff:

[11/12] brooklyn-dist git commit: bump to v0.11.0 and remove debug file

2017-02-14 Thread svet
bump to v0.11.0 and remove debug file Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/fdedb1e9 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/fdedb1e9 Diff:

[07/12] brooklyn-dist git commit: add support for specifying dropins

2017-02-14 Thread svet
add support for specifying dropins and tweak arg names Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/53119381 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/53119381 Diff:

[4/9] brooklyn-server git commit: Split CatalogYamlEntityTest for non-osgi and osgi

2017-02-12 Thread svet
http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/c5ae189c/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/catalog/CatalogYamlEntityTest.java -- diff --git

  1   2   3   4   5   6   7   8   >