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

2016-03-30 Thread Apache Jenkins Server
See -- [...truncated 37898 lines...] [INFO] Brooklyn Felix Runtime . SUCCESS [ 8.687 s] [INFO] Brooklyn Groovy Utilities .. SUCCESS [ 4.636 s]

[GitHub] brooklyn-server pull request: a few more OSGi fixes

2016-03-30 Thread m4rkmckenna
Github user m4rkmckenna commented on the pull request: https://github.com/apache/brooklyn-server/pull/93#issuecomment-203672111 @ahgittin We would need to port the existing logback into

[GitHub] brooklyn-server pull request: a few more OSGi fixes

2016-03-30 Thread ahgittin
Github user ahgittin commented on the pull request: https://github.com/apache/brooklyn-server/pull/93#issuecomment-203670772 @m4rkmckenna wondering can we re-use the existing `logback.xml` items, and what changes will we need (eg suppress the `INFO` on every web request) --- If your

[GitHub] brooklyn-server pull request: a few more OSGi fixes

2016-03-30 Thread m4rkmckenna
Github user m4rkmckenna commented on the pull request: https://github.com/apache/brooklyn-server/pull/93#issuecomment-203670077 @ahgittin RE logging from karaf console `log:set ` eg `log:set WARN org.apache.brooklyn` Or edit the logging config file under karf/etc can't

Build failed in Jenkins: brooklyn-server-master #34

2016-03-30 Thread Apache Jenkins Server
See Changes: [svetoslav.neykov] Fully initialize JAAS before launching jsgui (in tests) -- [...truncated 37365 lines...] at

[GitHub] brooklyn-server pull request: a few more OSGi fixes

2016-03-30 Thread ahgittin
Github user ahgittin commented on the pull request: https://github.com/apache/brooklyn-server/pull/93#issuecomment-203560463 Two problems seen so far with OSGi: * the jclouds issue (commented above) * if brooklyn is configured to allow *anyone* to log in, the LoginModule

[GitHub] brooklyn-server pull request: a few more OSGi fixes

2016-03-30 Thread ahgittin
Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/93#discussion_r57935404 --- Diff: karaf/features/src/main/feature/feature.xml --- @@ -27,6 +27,12 @@

[GitHub] brooklyn-server pull request: a few more OSGi fixes

2016-03-30 Thread ahgittin
GitHub user ahgittin opened a pull request: https://github.com/apache/brooklyn-server/pull/93 a few more OSGi fixes doesn't solve anything, but opening this to track outstanding problems You can merge this pull request into a Git repository by running: $ git pull

[GitHub] brooklyn-server pull request: Fully initialize JAAS before launchi...

2016-03-30 Thread ahgittin
Github user ahgittin commented on the pull request: https://github.com/apache/brooklyn-server/pull/92#issuecomment-203557245 helps, but doesn't solve it entirely. new PR coming with more fixes, and capturing outstanding issues. --- If your project is set up for it, you can reply to

[GitHub] brooklyn-server pull request: Fully initialize JAAS before launchi...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/92 --- 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 pull request: Fully initialize JAAS before launchi...

2016-03-30 Thread neykov
GitHub user neykov opened a pull request: https://github.com/apache/brooklyn-server/pull/92 Fully initialize JAAS before launching jsgui (in tests) You can merge this pull request into a Git repository by running: $ git pull https://github.com/neykov/brooklyn-server

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

2016-03-30 Thread Apache Jenkins Server
See -- [...truncated 38297 lines...] [INFO] CAMP Server Jersey . SUCCESS [ 14.050 s] [INFO] Brooklyn Felix Runtime . SUCCESS [ 9.132 s]

[GitHub] brooklyn-dist pull request: Download parent pom from remote repo i...

2016-03-30 Thread neykov
GitHub user neykov opened a pull request: https://github.com/apache/brooklyn-dist/pull/29 Download parent pom from remote repo if local version is not available You can merge this pull request into a Git repository by running: $ git pull

[GitHub] brooklyn-library pull request: Download parent pom from remote rep...

2016-03-30 Thread neykov
GitHub user neykov opened a pull request: https://github.com/apache/brooklyn-library/pull/28 Download parent pom from remote repo if local version is not available You can merge this pull request into a Git repository by running: $ git pull

Build failed in Jenkins: brooklyn-server-master #33

2016-03-30 Thread Apache Jenkins Server
See Changes: [svetoslav.neykov] Bump Felix version to the one used in Karaf [geoff.macartney] Use OSGI lookup for ApiObjectsFactory and fall back to ServiceLoader. [geoff.macartney] Add framework lookup for (deprecated)

Build failed in Jenkins: brooklyn-server-master #32

2016-03-30 Thread Apache Jenkins Server
See Changes: [aled.sage] BYON resolver: use LocationSpec for machines [aled.sage] MultiLocation resolver: use config list of LocationSpec -- [...truncated 38081 lines...] at

[GitHub] brooklyn-ui pull request: Request container authentication

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-ui/pull/10 --- 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 feature is

[GitHub] brooklyn-ui pull request: Request container authentication

2016-03-30 Thread ahgittin
Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-ui/pull/10#discussion_r57892869 --- Diff: src/main/webapp/assets/css/base.css --- @@ -503,6 +503,10 @@ input[type="color"]:focus,.uneditable-input:focus { white-space: nowrap;

[GitHub] brooklyn-server pull request: [OSGi] Improve REST API behaviour in...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/79 --- 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 pull request: [OSGi] Streamline ManagementContext ...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/55 --- 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 pull request: Populate catalog from bundle bom

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/80 --- 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 pull request: [OSGi] Make EmbeddedFelixFramework p...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/66 --- 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 pull request: [OSGi] Enable Swagger

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/56 --- 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 pull request: [OSGi] Generate random password if n...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/69 --- 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 pull request: [OSGi] JAAS LoginModule delegating t...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/31 --- 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 pull request: [OSGi] Graceful shutdown

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/87 --- 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 pull request: Service loader updates

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/65 --- 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 pull request: [OSGi] Load jclouds bundles in Karaf

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/73 --- 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 pull request: [OSGi] Support JAAS auth in Jetty

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/41 --- 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 pull request: BYON and MultiLocation resolvers: us...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/91 --- 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 pull request: BYON and MultiLocation resolvers: us...

2016-03-30 Thread ahgittin
Github user ahgittin commented on the pull request: https://github.com/apache/brooklyn-server/pull/91#issuecomment-203442530 nice work -- merging, to master and 090 branch. @rdowner ready for release after this i think. --- If your project is set up for it, you can reply to this

[GitHub] brooklyn-server pull request: BYON and MultiLocation resolvers: us...

2016-03-30 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/91 BYON and MultiLocation resolvers: use LocationSpec for children You can merge this pull request into a Git repository by running: $ git pull

Build failed in Jenkins: brooklyn-master-windows #42

2016-03-30 Thread Apache Jenkins Server
See -- [...truncated 462 lines...] [INFO] --- maven-checkstyle-plugin:2.13:check (verify-style) @ brooklyn-parent --- [INFO] [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor

Build failed in Jenkins: brooklyn-master-windows #41

2016-03-30 Thread Apache Jenkins Server
See -- [...truncated 472 lines...] [INFO] [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-parent --- [INFO] [INFO] --- apache-rat-plugin:0.11:check

[GitHub] brooklyn-ui pull request: Update style of editor's error message

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-ui/pull/22 --- 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 feature is

[GitHub] brooklyn-dist pull request: == WIP, REVIEW ONLY == Add init script...

2016-03-30 Thread alrick87
GitHub user alrick87 opened a pull request: https://github.com/apache/brooklyn-dist/pull/28 == WIP, REVIEW ONLY == Add init script for deb packaging You can merge this pull request into a Git repository by running: $ git pull https://github.com/alrick87/brooklyn-dist

[GitHub] brooklyn-ui pull request: Update style of editor's error message

2016-03-30 Thread tbouron
GitHub user tbouron opened a pull request: https://github.com/apache/brooklyn-ui/pull/22 Update style of editor's error message Follow up of my comment on #21 You can merge this pull request into a Git repository by running: $ git pull https://github.com/tbouron/brooklyn-ui

Re: Call for release: 0.9.0 <- version bump master

2016-03-30 Thread Alex Heneveld
Branch 0.9.0 is created, with master now bumped to 0.10.0-SNAPSHOT. Richard, your instructions were great! I will look at merging the OSGi work into master. Best Alex On 29/03/2016 13:20, Alex Heneveld wrote: Richard- Nice. Will hang fire on that. --A On 29/03/2016 10:50, Richard

Build failed in Jenkins: brooklyn-library-master #18

2016-03-30 Thread Apache Jenkins Server
See Changes: [alex.heneveld] Change version to 0.10.0-SNAPSHOT -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-4 (docker Ubuntu

[GitHub] brooklyn-library pull request: NodeJs: suppress duplicate events f...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-library/pull/27 --- 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-ui pull request: Show error message on top of the YAML ed...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-ui/pull/21 --- 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 feature is

[GitHub] brooklyn-server pull request: reduce number of events and log

2016-03-30 Thread ahgittin
Github user ahgittin commented on the pull request: https://github.com/apache/brooklyn-server/pull/90#issuecomment-203339569 LGTM - logging is nice --- 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

[GitHub] brooklyn-server pull request: reduce number of events and log

2016-03-30 Thread ahgittin
Github user ahgittin commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/90#discussion_r57858123 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/internal/LocalSubscriptionManager.java --- @@ -143,6 +143,9 @@ public void run() {

[GitHub] brooklyn-dist pull request: use JAVA_HOME if available when starti...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-dist/pull/25 --- 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 feature

[GitHub] brooklyn-dist pull request: remove the properties section from thi...

2016-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-dist/pull/27 --- 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 feature