Build failed in Jenkins: brooklyn-master-build #740

2017-01-20 Thread Apache Jenkins Server
See -- [...truncated 56921 lines...] [JENKINS] Archiving

Build failed in Jenkins: brooklyn-master-build #739

2017-01-20 Thread Apache Jenkins Server
See -- [...truncated 22266 lines...] at

[GitHub] brooklyn-dist pull request #81: Adds REST API CORS configuration file in kar...

2017-01-20 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/brooklyn-dist/pull/81 Adds REST API CORS configuration file in karaf distribution It depends on https://github.com/apache/brooklyn-server/pull/519 Please test. You can merge this pull request into a Git

[GitHub] brooklyn-server issue #519: Add experimental CORS server support

2017-01-20 Thread bostko
Github user bostko commented on the issue: https://github.com/apache/brooklyn-server/pull/519 PR is updated. To test it in the karaf distribution you need to have `etc/org.apache.brooklyn.rest.filter.cors.cfg` --- If your project is set up for it, you can reply to this email and

[GitHub] brooklyn-server issue #533: persistence: include bundle-prefix for whitelist...

2017-01-20 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-server/pull/533 LGTM. The white-list has precendece over the bundle prefixes. Serializing them in all cases is a no-op for white listed bundles. But very useful for rebind when the white-list changes.

[GitHub] brooklyn-server issue #533: persistence: include bundle-prefix for whitelist...

2017-01-20 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/533 I tested this manually in karaf, in three ways: 1. started brooklyn-latest karaf, deployed an app, stopped and restarted (confirming that rebind worked) 2. started an older brooklyn

[GitHub] brooklyn-server pull request #533: persistence: include bundle-prefix for wh...

2017-01-20 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/533 persistence: include bundle-prefix for whitelisted classes You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server

[GitHub] brooklyn-library pull request #88: Add missing @Override annotations and oth...

2017-01-20 Thread neykov
GitHub user neykov opened a pull request: https://github.com/apache/brooklyn-library/pull/88 Add missing @Override annotations and other cleanup Triggered by a refactoring I had to do and missing a bunch of places that needed updating. * add missing `@Override` annotations

[GitHub] brooklyn-dist pull request #80: Add missing @Override annotations and other ...

2017-01-20 Thread neykov
GitHub user neykov opened a pull request: https://github.com/apache/brooklyn-dist/pull/80 Add missing @Override annotations and other cleanup Triggered by a refactoring I had to do and missing a bunch of places that needed updating. * add missing `@Override` annotations

[GitHub] brooklyn-client pull request #37: Add missing @Override annotations and othe...

2017-01-20 Thread neykov
GitHub user neykov opened a pull request: https://github.com/apache/brooklyn-client/pull/37 Add missing @Override annotations and other cleanup Triggered by a refactoring I had to do and missing a bunch of places that needed updating. * add missing `@Override` annotations

[GitHub] brooklyn-server pull request #532: Add missing @Override annotations and oth...

2017-01-20 Thread neykov
GitHub user neykov opened a pull request: https://github.com/apache/brooklyn-server/pull/532 Add missing @Override annotations and other cleanup * add missing `@Override` annotations * add missing `@Deprecated` annotations (usually just javadoc `@override` exists) * remove

Build failed in Jenkins: brooklyn-master-build #738

2017-01-20 Thread Apache Jenkins Server
See -- [...truncated 55796 lines...] [JENKINS] Archiving

[GitHub] brooklyn-server pull request #524: Misc improvements

2017-01-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/524 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] brooklyn-server issue #524: Misc improvements

2017-01-20 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/524 👍 lgtm, merging. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] brooklyn-server pull request #531: initial work to support HttpEntity

2017-01-20 Thread andreaturli
GitHub user andreaturli opened a pull request: https://github.com/apache/brooklyn-server/pull/531 initial work to support HttpEntity - add HttpCommnadEffector - add CompositeEffector - add EntityInitializers util class to resolve DSL injected as params into the

[GitHub] brooklyn-server pull request #520: Limit parallelism of start/stop steps on ...

2017-01-20 Thread sjcorbett
Github user sjcorbett commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/520#discussion_r97049449 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/SoftwareProcessDriverLifecycleEffectorTasks.java --- @@ -169,7

[GitHub] brooklyn-library issue #87: Follow API changes in brooklyn-server#520

2017-01-20 Thread sjcorbett
Github user sjcorbett commented on the issue: https://github.com/apache/brooklyn-library/pull/87 You need to update `ChefLifecycleEffectorTasks`, `ChefPostgreSqlLifecycle` and `org.apache.brooklyn.entity.software.base.test.mysql.DynamicToyMySqlEntityBuilder.MySqlEntityInitializer`