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

2017-01-18 Thread Apache Jenkins Server
See -- [...truncated 22156 lines...] === [GC 654072K->419216K(772608K), 0.0464900 secs] Tests run: 2012, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:

ApacheCon CFP closing soon (11 February)

2017-01-18 Thread Rich Bowen
Hello, fellow Apache enthusiast. Thanks for your participation, and interest in, the projects of the Apache Software Foundation. I wanted to remind you that the Call For Papers (CFP) for ApacheCon North America, and Apache: Big Data North America, closes in less than a month. If you've been

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

2017-01-18 Thread m4rkmckenna
Github user m4rkmckenna commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96662638 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/filter/CorsImplSupplierFilter.java --- @@ -0,0 +1,81 @@ +/* + *

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

2017-01-18 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96644208 --- Diff: rest/rest-server/src/test/java/org/apache/brooklyn/rest/CorsFilterLauncherTest.java --- @@ -0,0 +1,168 @@ +/* + * Licensed to the

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

2017-01-18 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96642765 --- Diff: rest/rest-server/src/test/java/org/apache/brooklyn/rest/CorsFilterLauncherTest.java --- @@ -0,0 +1,168 @@ +/* + * Licensed to the

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

2017-01-18 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96633651 --- Diff: rest/rest-server/src/test/java/org/apache/brooklyn/rest/CorsFilterLauncherTest.java --- @@ -0,0 +1,168 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #526: Add removeSecurityGroup by id

2017-01-18 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-server/pull/526 Add removeSecurityGroup by id A small enhancement to support use cases where you have the id of a group you want to delete; this addition allows you to delete the group with just the id,

[GitHub] brooklyn-server pull request #523: Fix Azure ARM VM names

2017-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/523 --- 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 #523: Fix Azure ARM VM names

2017-01-18 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-server/pull/523 Thanks @drigodwin , 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

[GitHub] brooklyn-server pull request #497: Add findOpenSocketsOnNode to ReachableSoc...

2017-01-18 Thread sjcorbett
Github user sjcorbett commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/497#discussion_r96614971 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsUtil.java --- @@ -354,30 +355,60 @@ public static String

[GitHub] brooklyn-server pull request #497: Add findOpenSocketsOnNode to ReachableSoc...

2017-01-18 Thread sjcorbett
Github user sjcorbett commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/497#discussion_r96612584 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsUtil.java --- @@ -354,30 +355,60 @@ public static String

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

2017-01-18 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96610978 --- Diff: core/src/main/java/org/apache/brooklyn/core/BrooklynFeatureEnablement.java --- @@ -61,6 +61,36 @@ /** whether feeds are

[GitHub] brooklyn-server issue #497: Add findOpenSocketsOnNode to ReachableSocketFind...

2017-01-18 Thread sjcorbett
Github user sjcorbett commented on the issue: https://github.com/apache/brooklyn-server/pull/497 @aledsage @neykov I have updated this pull request to hopefully get the best of both worlds. The point of contention was waiting the full timeout for a response when another check had

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

2017-01-18 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/519 I think that's all the comments I want to make except that it would be good to have an actual web page test case that demonstrates it working; maybe @m4rkmckenna could help out with that?

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

2017-01-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96609558 --- Diff: core/src/main/java/org/apache/brooklyn/core/BrooklynFeatureEnablement.java --- @@ -61,6 +61,36 @@ /** whether feeds are

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

2017-01-18 Thread bostko
Github user bostko commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96608079 --- Diff: core/src/main/java/org/apache/brooklyn/core/BrooklynFeatureEnablement.java --- @@ -61,6 +61,36 @@ /** whether feeds are

[GitHub] brooklyn-server pull request #525: openstack-swift support

2017-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/525 --- 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 #519: Add experimental CORS server support

2017-01-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96605984 --- Diff: rest/rest-server/src/test/java/org/apache/brooklyn/rest/CorsFilterLauncherTest.java --- @@ -0,0 +1,168 @@ +/* + * Licensed to the

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

2017-01-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96593631 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/filter/CorsImplSupplierFilter.java --- @@ -0,0 +1,79 @@ +/* + *

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

2017-01-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96593335 --- Diff: core/src/main/java/org/apache/brooklyn/core/BrooklynFeatureEnablement.java --- @@ -61,6 +61,36 @@ /** whether feeds are

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

2017-01-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96595304 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/util/DefaultExceptionMapper.java --- @@ -72,7 +72,7 @@ public Response

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

2017-01-18 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96604513 --- Diff: rest/rest-server/src/test/java/org/apache/brooklyn/rest/CorsFilterLauncherTest.java --- @@ -0,0 +1,168 @@ +/* + * Licensed to the

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

2017-01-18 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96604766 --- Diff: rest/rest-server/src/test/java/org/apache/brooklyn/rest/CorsFilterLauncherTest.java --- @@ -0,0 +1,168 @@ +/* + * Licensed to the

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

2017-01-18 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96605594 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/filter/CorsImplSupplierFilter.java --- @@ -0,0 +1,99 @@ +/* + *

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

2017-01-18 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96604796 --- Diff: rest/rest-server/src/test/java/org/apache/brooklyn/rest/CorsFilterLauncherTest.java --- @@ -0,0 +1,168 @@ +/* + * Licensed to the

[GitHub] brooklyn-server issue #525: openstack-swift support

2017-01-18 Thread tbouron
Github user tbouron commented on the issue: https://github.com/apache/brooklyn-server/pull/525 @aledsage Jenkins is happy now 👍 --- 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

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

2017-01-18 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96602245 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/filter/CorsImplSupplierFilter.java --- @@ -0,0 +1,79 @@ +/* + *

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

2017-01-18 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/519#discussion_r96602089 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/filter/CorsImplSupplierFilter.java --- @@ -0,0 +1,99 @@ +/* + *

[jira] [Commented] (BROOKLYN-359) Remove from docs SL Object Store

2017-01-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15827765#comment-15827765 ] ASF GitHub Bot commented on BROOKLYN-359: - GitHub user aledsage opened a pull request:

[GitHub] brooklyn-docs pull request #139: BROOKLYN-359: fix softlayer swift example f...

2017-01-18 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-docs/pull/139 BROOKLYN-359: fix softlayer swift example for jclouds2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-docs

[jira] [Commented] (BROOKLYN-359) Remove from docs SL Object Store

2017-01-18 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15827752#comment-15827752 ] Aled Sage commented on BROOKLYN-359: See https://github.com/apache/brooklyn-server/pull/525 for a

[GitHub] brooklyn-server issue #525: openstack-swift support

2017-01-18 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/525 Thanks @tbouron - unused imports removed, rebased against master, and waiting for jenkins to re-run the tests. Then will merge. --- If your project is set up for it, you can reply to this

[GitHub] brooklyn-server pull request #525: openstack-swift support

2017-01-18 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/525#discussion_r96591689 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/core/mgmt/persist/jclouds/JcloudsBlobStoreBasedObjectStore.java --- @@ -36,6 +36,7 @@