[1/2] brooklyn-client git commit: fix jenkins docker build Jenkins build failed writing to /var/maven/.brooklyn

2018-09-29 Thread aledsage
Repository: brooklyn-client Updated Branches: refs/heads/master 05031a79d -> 2287c07e9 fix jenkins docker build Jenkins build failed writing to /var/maven/.brooklyn Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit:

[1/2] brooklyn-server git commit: BROOKLYN-602: fix config key order for yaml overrides

2018-10-02 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 97a922d6c -> c3d71a2e9 BROOKLYN-602: fix config key order for yaml overrides Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/eafd8d04

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

2018-10-02 Thread aledsage
This closes #1004 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c3d71a2e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c3d71a2e Diff:

[14/14] brooklyn-server git commit: This closes #1002

2018-10-09 Thread aledsage
This closes #1002 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c7ce1d28 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c7ce1d28 Diff:

[04/14] brooklyn-server git commit: Remove unused import

2018-10-09 Thread aledsage
Remove unused import Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/65116a48 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/65116a48 Diff:

[02/14] brooklyn-server git commit: Remove unused import

2018-10-09 Thread aledsage
Remove unused import Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1c0bf3b6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1c0bf3b6 Diff:

[12/14] brooklyn-server git commit: Revert "Bump jetty from 9.3.24 to 9.4.11 to match karaf 4.2.1"

2018-10-09 Thread aledsage
Revert "Bump jetty from 9.3.24 to 9.4.11 to match karaf 4.2.1" This reverts commit 84df4c582f95e37115280ed90fd0191107f5480c. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/278f286c Tree:

[08/14] brooklyn-server git commit: Bump jetty from 9.3.24 to 9.4.11 to match karaf 4.2.1

2018-10-09 Thread aledsage
Bump jetty from 9.3.24 to 9.4.11 to match karaf 4.2.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/84df4c58 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/84df4c58 Diff:

[10/14] brooklyn-server git commit: Bump fasterxml, cxf and snakeyaml to work with karaf 4.2.1

2018-10-09 Thread aledsage
Bump fasterxml, cxf and snakeyaml to work with karaf 4.2.1 * fasterxml.jackson from 2.9.6 to 2.9.7 * cxf from 3.1.10 to 3.2.6 * snakeyaml from 1.22.23 Updating cxf required adding exclusions to winrm4j as it has a dependency upon cxf 3.1.10. Project:

[06/14] brooklyn-server git commit: Add dependency on Apache geronimo-ws-metadata_2.0_spec in API

2018-10-09 Thread aledsage
Add dependency on Apache geronimo-ws-metadata_2.0_spec in API Required for the brooklyn-core 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/79d0c37d Tree:

[07/14] brooklyn-server git commit: Bump pax-web from 6.0.6 to 7.2.3 to match karaf 4.2.1

2018-10-09 Thread aledsage
Bump pax-web from 6.0.6 to 7.2.3 to match karaf 4.2.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/e009248f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/e009248f Diff:

[13/14] brooklyn-server git commit: Revert "Bump fasterxml, cxf and snakeyaml to work with karaf 4.2.1"

2018-10-09 Thread aledsage
Revert "Bump fasterxml, cxf and snakeyaml to work with karaf 4.2.1" This reverts commit 4ddffae358cdbd7282778ac0ae95f63f9de94579. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/5f132735 Tree:

[09/14] brooklyn-server git commit: Keep karaf-maven-plugin on 4.1.4

2018-10-09 Thread aledsage
Keep karaf-maven-plugin on 4.1.4 https://issues.apache.org/jira/browse/KARAF-5932 Bug introduced in 4.1.5 and not fixed until 4.2.2. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f5cb5d99 Tree:

[11/14] brooklyn-server git commit: Allow apache-rat-pluin to work when building single modules

2018-10-09 Thread aledsage
Allow apache-rat-pluin to work when building single modules The configuration for apache-rat-plugin excludes the '**/target/**' path. However, when building a single module, the basedir that the plugin uses by default is the modules' target directory. The exclude signature for target doesn't

[05/14] brooklyn-server git commit: Add required dependencies to karaf feature.xml

2018-10-09 Thread aledsage
Add required dependencies to karaf feature.xml With Karaf 4.2.x, these dependencies are not included automatically for some reason, so need to be explicitly defined. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[01/14] brooklyn-server git commit: Use non-jdk versions of JAXB and JAva Activation

2018-10-09 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 187a9a03b -> c7ce1d280 Use non-jdk versions of JAXB and JAva Activation JAXB and Java Activation are no longer bundled as part of JDK 9. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[03/14] brooklyn-server git commit: Bump karaf from 4.1.6 to 4.2.1

2018-10-09 Thread aledsage
Bump karaf from 4.1.6 to 4.2.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/92ef3053 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/92ef3053 Diff:

[9/9] brooklyn-server git commit: This closes #982

2018-09-04 Thread aledsage
This closes #982 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/002be990 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/002be990 Diff:

[7/9] brooklyn-server git commit: improve coercion of items with generics, esp config keys

2018-09-04 Thread aledsage
improve coercion of items with generics, esp config keys previously config keys did not properly keep generic information for their contents; now this information is preserved and the results coerced as per the types. also enhances the ValueResolver to have clearer semantics when coercing

[3/9] brooklyn-server git commit: coercing from string to list can now handle objects

2018-09-04 Thread aledsage
coercing from string to list can now handle objects now have two methods for parsing a list as a string, depending whether it wants object or string Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[8/9] brooklyn-server git commit: address code review comments

2018-09-04 Thread aledsage
address code review 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/bae72fc4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/bae72fc4 Diff:

[5/9] brooklyn-server git commit: respect generics better when coercing

2018-09-04 Thread aledsage
respect generics better when coercing previous commit used yaml parse even for things like List; now do string-list parse in that case. means the json adapters have access to the type token, but that means running them earlier and ensuring we do a re-coercion if needed. Project:

[2/9] brooklyn-server git commit: better message in some cases when constraint validation fails

2018-09-04 Thread aledsage
better message in some cases when constraint validation fails Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ddc6c714 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ddc6c714 Diff:

[6/9] brooklyn-server git commit: preserve generics info when resolving config keys, more places

2018-09-04 Thread aledsage
preserve generics info when resolving config keys, more places previously we converted to Class in places, losing generic info for resolution Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/312131c8 Tree:

[4/9] brooklyn-server git commit: no longer coerce things if generic parametrized types don't match

2018-09-04 Thread aledsage
no longer coerce things if generic parametrized types don't match previously we would return e.g. a List not containing T if List was requested. this was deprecated and we would warn, but now we are stricter. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[1/9] brooklyn-server git commit: better message when trying to use a method to coerce

2018-09-04 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 029c7e830 -> 002be9908 better message when trying to use a method to coerce Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b8f62640

[7/7] brooklyn-server git commit: This closes #999

2018-09-24 Thread aledsage
This closes #999 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a3d0ea06 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/a3d0ea06 Diff:

[4/7] brooklyn-server git commit: forgot to use deserialization routines when parsing catalog input

2018-09-24 Thread aledsage
forgot to use deserialization routines when parsing catalog input also test and fix for some edge-cases in serializing Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/fdb2784a Tree:

[6/7] brooklyn-server git commit: split out notNull as different to required=nonBlank, fix tests

2018-09-24 Thread aledsage
split out notNull as different to required=nonBlank, fix 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/3d214b89 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/3d214b89 Diff:

[3/7] brooklyn-server git commit: accept toStrings in/as json

2018-09-24 Thread aledsage
accept toStrings in/as json Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/5fec2756 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/5fec2756 Diff:

[2/7] brooklyn-server git commit: add {forbidden, required}{If, Unless} constraints

2018-09-24 Thread aledsage
add {forbidden,required}{If,Unless} constraints Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0d6f5721 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0d6f5721 Diff:

[1/7] brooklyn-server git commit: proper serialization and deserialization for constraints

2018-09-24 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master e27cc7b6d -> a3d0ea06e proper serialization and deserialization for constraints Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/bd34655c

[5/7] brooklyn-server git commit: address further PR comments

2018-09-24 Thread aledsage
address further PR 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/fc1c5883 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/fc1c5883 Diff:

[1/2] brooklyn-docs git commit: document add'l constraints

2018-09-24 Thread aledsage
Repository: brooklyn-docs Updated Branches: refs/heads/master 2b06e9605 -> 1730d7262 document add'l constraints Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/43ae2e94 Tree:

[2/2] brooklyn-docs git commit: This closes #268

2018-09-24 Thread aledsage
This closes #268 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/1730d726 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/1730d726 Diff:

[1/2] brooklyn-library git commit: Update Docker image to use Maven 3.5.4

2018-09-24 Thread aledsage
Repository: brooklyn-library Updated Branches: refs/heads/master 8ac59f977 -> 0c0f1a81d Update Docker image to use Maven 3.5.4 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/0fd00cc8 Tree:

[2/2] brooklyn-library git commit: This closes #158

2018-09-24 Thread aledsage
This closes #158 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/0c0f1a81 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/0c0f1a81 Diff:

[2/2] brooklyn-library git commit: This closes #160

2018-09-25 Thread aledsage
This closes #160 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/01cc0b58 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/01cc0b58 Diff:

[1/2] brooklyn-library git commit: jenkins: don't bind mount .m2

2018-09-25 Thread aledsage
Repository: brooklyn-library Updated Branches: refs/heads/master 0c0f1a81d -> 01cc0b584 jenkins: don't bind mount .m2 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/893ca1b0 Tree:

[2/2] brooklyn-library git commit: This closes #161

2018-09-25 Thread aledsage
This closes #161 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/6a214e77 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/6a214e77 Diff:

[1/2] brooklyn-library git commit: jenkins: add settings.xml for 'mvn deploy'

2018-09-25 Thread aledsage
Repository: brooklyn-library Updated Branches: refs/heads/master 01cc0b584 -> 6a214e773 jenkins: add settings.xml for 'mvn deploy' Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/35612262 Tree:

[2/3] brooklyn git commit: README: fix path to built karaf artifact

2018-09-27 Thread aledsage
README: fix path to built karaf artifact Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/5122c6d5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/5122c6d5 Diff:

[3/3] brooklyn git commit: This closes #22

2018-09-27 Thread aledsage
This closes #22 Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/bd0f52c3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/bd0f52c3 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/bd0f52c3 Branch:

[1/3] brooklyn git commit: jenkins: fix user.name in docker

2018-09-27 Thread aledsage
Repository: brooklyn Updated Branches: refs/heads/master 2610f6898 -> bd0f52c3b jenkins: fix user.name in docker User 910 is unknown in the docker container, so `${id -un 910}` does not return a name. We don’t care what user.name it has, as long as there is one. Project:

brooklyn git commit: jenkins: add submodule-init

2018-09-25 Thread aledsage
Repository: brooklyn Updated Branches: refs/heads/master 4b9d577cf -> 2610f6898 jenkins: add submodule-init Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/2610f689 Tree:

[2/2] brooklyn git commit: This closes #21

2018-09-25 Thread aledsage
This closes #21 Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/4b9d577c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/4b9d577c Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/4b9d577c Branch:

[1/2] brooklyn git commit: Jenkins: use pipeline, and don’t bind-mount .m2

2018-09-25 Thread aledsage
Repository: brooklyn Updated Branches: refs/heads/master 3af021d73 -> 4b9d577cf Jenkins: use pipeline, and don’t bind-mount .m2 Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/d1280c84 Tree:

[brooklyn-server] 25/31: Make BundleUtilTest public

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 943f3b8ab7ce4a17235d10072c0d5ec00e6e2e86 Author: Paul Campbell AuthorDate: Wed Oct 24 13:05:59 2018 +0100

[brooklyn-server] 14/31: whenUpgradingAWrappedBundleThenUpdatedName()

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 441213c8980ae7181760fffedb177042346cfcb1 Author: Paul Campbell AuthorDate: Mon Oct 22 14:28:44 2018 +0100

[brooklyn-server] 27/31: Remove previous attempt at failing test

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 09e65df7d46b5177b14c1e4565d4c5249697aee0 Author: Paul Campbell AuthorDate: Wed Oct 24 17:48:41 2018 +0100

[brooklyn-server] 11/31: Add assertj as test dependency

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit a0d2d8451b7d92fbdf77d7e27a2a254d20a18f4b Author: Paul Campbell AuthorDate: Wed Oct 17 17:20:45 2018 +0100

[brooklyn-server] 20/31: Extract CatalogUpgradeScanner

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 64c869c8ee7f5a25f4f0b7cd02f9a2c1e53db5bb Author: Paul Campbell AuthorDate: Wed Oct 24 10:41:39 2018 +0100

[brooklyn-server] 03/31: [core] Refactor rebind test for clarity

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 2c0f0c25fcbdc52272fb25e6c0e689bbfec91a6f Author: Paul Campbell AuthorDate: Tue Oct 9 13:04:16 2018 +0100

[brooklyn-server] 12/31: Coverage tests for existing CatalogUpgrades.getBundleUpgradedIfNecessary()

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 8e91fbee540b1fec025606bacc4540ae8c2ea180 Author: Paul Campbell AuthorDate: Thu Oct 18 11:16:58 2018 +0100

[brooklyn-server] 06/31: [common] Add unit tests for Reflections#findMappedName{AndLog, Maybe}()

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 8f11da59c266f885a1223e509230d89fb7ab96e3 Author: Paul Campbell AuthorDate: Tue Oct 9 16:38:52 2018 +0100

[brooklyn-server] 08/31: [common] fix typo in test

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit c4234deb76d718fa2a39725cefd76e7e6764d5ad Author: Paul Campbell AuthorDate: Tue Oct 9 17:13:20 2018 +0100

[brooklyn-server] 13/31: Extract newMockBundle() utility methods to BundleTestUtil

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 0ec04184d60ea00ecd0f4cea2d8faac2529dae93 Author: Paul Campbell AuthorDate: Mon Oct 22 14:20:45 2018 +0100

[brooklyn-server] 05/31: [common] add assertj as test dependency

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 442a1944ee752944e42916fb3d22ef2a1628b861 Author: Paul Campbell AuthorDate: Tue Oct 9 16:38:27 2018 +0100

[brooklyn-server] branch master updated (061057c -> da8bf93)

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git. from 061057c This closes #1024 new 890ef56 Bump assertj from 2.2.0 to 3.11.1 new f08ed2c [core

[brooklyn-server] 10/31: fix typo

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 170b3510b422970e10dbedea018b7f979ffb3af8 Author: Paul Campbell AuthorDate: Mon Oct 15 15:34:41 2018 +0100

[brooklyn-server] 18/31: Extract scanManagedBundles() and scanAllBundles()

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit ef42313efc3b4d88beb540bacef82f9f7e3fc71e Author: Paul Campbell AuthorDate: Tue Oct 23 17:16:39 2018 +0100

[brooklyn-server] 02/31: [core] add assertj as test dependency

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit f08ed2c94908f8592cfdc20a73276706e613ae6d Author: Paul Campbell AuthorDate: Tue Oct 9 09:48:26 2018 +0100

[brooklyn-server] 22/31: The presence of an OsgiManager is not the concern of CatalogUpgradeScanner

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit b6500edf082ccc207a892d0cd2889d3c8935bc6e Author: Paul Campbell AuthorDate: Wed Oct 24 10:54:46 2018 +0100

[brooklyn-server] 29/31: Remove duplicated version for assertj

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 2e025d10328609148ceae766a4f7e4f6cc2c62af Author: Paul Campbell AuthorDate: Wed Oct 24 23:10:14 2018 +0100

[brooklyn-server] 28/31: Add missing header

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit aabab44f869669abea6911e82bbf00a04d1bb4e4 Author: Paul Campbell AuthorDate: Wed Oct 24 19:52:34 2018 +0100

[brooklyn-server] 07/31: [common] Add test for mapping classes from one bundle to another

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 75f41da62d737ea6ca0b315efece9fbe2d8e59c7 Author: Paul Campbell AuthorDate: Tue Oct 9 17:07:58 2018 +0100

[brooklyn-server] 30/31: Changes requested on PR

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 5c22839eeb63f6e9c1de16d6b1c6c7defa3a12b1 Author: Paul Campbell AuthorDate: Wed Jan 16 14:55:53 2019 +

[brooklyn-server] 09/31: Extract nested tests for findMappedName into top level class

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 2be6cd47f906d0806486d2e00216a2d064ca65d0 Author: Paul Campbell AuthorDate: Thu Oct 11 16:53:32 2018 +0100

[brooklyn-server] 21/31: Extract overloaded typeSupplier() helpers

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 0fc25b22589e9af0e5f825f07fb477c7d6bd96e2 Author: Paul Campbell AuthorDate: Wed Oct 24 10:48:39 2018 +0100

[brooklyn-server] 17/31: Remove stopwatches

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 6127e032294180f324de961c272c3abad0cbe767 Author: Paul Campbell AuthorDate: Tue Oct 23 17:06:41 2018 +0100

[brooklyn-server] 26/31: Add unit tests for CatalogUpgradeSCanner

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 9fe502a2d67835d60a23a0bbf5aa27f9c7a3caef Author: Paul Campbell AuthorDate: Wed Oct 24 17:06:24 2018 +0100

[brooklyn-server] 23/31: Extract static methods as a constructor parameters

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit ab67707f3b3728f3e2a12728e77fd8f5541c6c2f Author: Paul Campbell AuthorDate: Wed Oct 24 11:05:46 2018 +0100

[brooklyn-server] 01/31: Bump assertj from 2.2.0 to 3.11.1

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 890ef568a1a710d62f0cbd160a8d0123b4655536 Author: Paul Campbell AuthorDate: Mon Oct 8 17:06:58 2018 +0100

[brooklyn-server] 19/31: Extract RegisteredTypesSupplier to outer class

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 7328d9f7005be178170721d566e6073858939972 Author: Paul Campbell AuthorDate: Wed Oct 24 10:38:03 2018 +0100

[brooklyn-server] 04/31: [core] rename excessively long private constant

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 5d5a2dd0e5392a05f1b155371d30d45f4e7d74cb Author: Paul Campbell AuthorDate: Tue Oct 9 15:43:13 2018 +0100

[brooklyn-server] 16/31: Load all jars to find upgrades for wrapped bundles

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit 748bfa0d8a22895749f8c7cfe3203f43a8dc7abe Author: Paul Campbell AuthorDate: Tue Oct 23 16:34:03 2018 +0100

[brooklyn-server] 24/31: Limit violation of the law of demeter

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit cdb298faafada153bcd1e81f1a65b983d0752611 Author: Paul Campbell AuthorDate: Wed Oct 24 11:48:39 2018 +0100

[brooklyn-server] 31/31: This closes #1010

2019-01-16 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git commit da8bf93b73f4f5bf91197d5b5290d9abe763419f Merge: 061057c 5c22839 Author: Aled Sage AuthorDate: Wed Jan 16 16

[1/2] brooklyn-ui git commit: fix json editor state

2018-11-20 Thread aledsage
Repository: brooklyn-ui Updated Branches: refs/heads/master a9fcd5276 -> 13c56f078 fix json editor state Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/8a82585b Tree:

[2/2] brooklyn-ui git commit: This closes #111

2018-11-20 Thread aledsage
This closes #111 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/13c56f07 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/13c56f07 Diff:

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

2018-11-20 Thread aledsage
This closes #1016 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/57e7b1ac Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/57e7b1ac Diff:

[1/2] brooklyn-server git commit: when editting it is useful to know the source URL

2018-11-20 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master d0897b2db -> 57e7b1ac3 when editting it is useful to know the source URL this includes that in the payload if different Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[1/5] brooklyn-ui git commit: catalog saver to support 'application', 'template', and 'entity'

2018-11-20 Thread aledsage
Repository: brooklyn-ui Updated Branches: refs/heads/master 60ddc6213 -> a9fcd5276 catalog saver to support 'application', 'template', and 'entity' in line with https://github.com/apache/brooklyn-server/pull/1015 also when using a template the metadata is not populated as the intention is

[3/5] brooklyn-ui git commit: address PR comments

2018-11-20 Thread aledsage
address PR comments Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/176ab914 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/176ab914 Diff:

[4/5] brooklyn-ui git commit: more PR comments addressed

2018-11-20 Thread aledsage
more PR comments addressed Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/959ea3ac Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/959ea3ac Diff:

[2/5] brooklyn-ui git commit: use new icon url source

2018-11-20 Thread aledsage
use new icon url source Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/abd5b435 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/abd5b435 Diff:

[1/2] brooklyn-server git commit: Bump karaf to 4.1.6 (from 4.1.2)

2018-09-15 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 1f78a7613 -> e1b2bf2a6 Bump karaf to 4.1.6 (from 4.1.2) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/211cfb40 Tree:

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

2018-09-15 Thread aledsage
This closes #995 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/e1b2bf2a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/e1b2bf2a Diff:

[1/2] brooklyn-server git commit: bump jetty version in response to recent CVE's

2018-09-14 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master b141425c8 -> 1f78a7613 bump jetty version in response to recent CVE's no evidence these affect brooklyn but good to stay current Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

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

2018-09-14 Thread aledsage
This closes #991 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1f78a761 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1f78a761 Diff:

[1/2] brooklyn-ui git commit: Bump karaf to 4.1.6 (from 4.1.2)

2018-09-16 Thread aledsage
Repository: brooklyn-ui Updated Branches: refs/heads/master 3fffb6094 -> d11f6e3b7 Bump karaf to 4.1.6 (from 4.1.2) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/04765962 Tree:

[2/2] brooklyn-ui git commit: This closes #70

2018-09-16 Thread aledsage
This closes #70 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/d11f6e3b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/d11f6e3b Diff:

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

2018-09-17 Thread aledsage
This closes #996 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f0a2995b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/f0a2995b Diff:

[1/2] brooklyn-server git commit: allow collection merger to specify which value is preferred on conflict

2018-09-17 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master e1b2bf2a6 -> f0a2995b4 allow collection merger to specify which value is preferred on conflict Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[1/3] brooklyn-server git commit: speed up a ssh feed test, from 5s to 20ms

2018-09-18 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master f0a2995b4 -> 176977124 speed up a ssh feed test, from 5s to 20ms Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a2a6ae28 Tree:

[2/3] brooklyn-server git commit: fix non-det test failure that looks for entity state changes

2018-09-18 Thread aledsage
fix non-det test failure that looks for entity state changes it just wasn't always waiting on the initial value Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/de32889c Tree:

[3/3] brooklyn-server git commit: This closes #992

2018-09-18 Thread aledsage
This closes #992 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/17697712 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/17697712 Diff:

[1/2] brooklyn-ui git commit: composer tidies

2018-09-11 Thread aledsage
Repository: brooklyn-ui Updated Branches: refs/heads/master da18c6003 -> d1581af9f composer tidies * give the right editor for generics in types * open config section by default * fix height of dropdown caret in top right Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo

[2/2] brooklyn-ui git commit: This closes #68

2018-09-11 Thread aledsage
This closes #68 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/d1581af9 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/d1581af9 Diff:

[brooklyn-server] branch master updated: winrm4j 0.5.0 -> 0.6.1

2019-01-24 Thread aledsage
This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git The following commit(s) were added to refs/heads/master by this push: new 6072d53 winrm4j 0.5.0 -> 0.

<    5   6   7   8   9   10   11   >