[GitHub] brooklyn-server issue #481: [WIP] [NOT MERGE] Jclouds 2.0.0

2016-12-14 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-server/pull/481 @aledsage I'm seeing the same message with Brooklyn 0.10.0 RC2, based on jclouds 1.9.3 ``` 2016-12-15 07:25:29,249 WARN o.j.l.s.i.GetRegionIdMatchingProviderURIOrNull [user thread

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

2016-12-14 Thread Apache Jenkins Server
See -- [...truncated 23275 lines...] [GC 676234K->441949K(772608K), 0.0404760 secs] Tests run: 2002, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 177.419 sec <<< FAILURE! - in TestSuite

[jira] [Commented] (BROOKLYN-410) Rebind fails in karaf, with app creating location from class in bundle

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15748644#comment-15748644 ] ASF GitHub Bot commented on BROOKLYN-410: - GitHub user aledsage opened a pull request:

[GitHub] brooklyn-server pull request #490: Fix BROOKLYN-410: rebind locations from b...

2016-12-14 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/490 Fix BROOKLYN-410: rebind locations from bundles Builds on https://github.com/apache/brooklyn-server/pull/489 - please review and merge that first; then I'll rebase (which will make the

[jira] [Created] (BROOKLYN-410) Rebind fails in karaf, with app creating location from class in bundle

2016-12-14 Thread Aled Sage (JIRA)
Aled Sage created BROOKLYN-410: -- Summary: Rebind fails in karaf, with app creating location from class in bundle Key: BROOKLYN-410 URL: https://issues.apache.org/jira/browse/BROOKLYN-410 Project:

Re: [VOTE] Release Apache Brooklyn 0.10.0 [rc2]

2016-12-14 Thread Aled Sage
+1 (binding) I used the verify_brooklyn_rc.sh script to validate the checksums etc. Confirmed that NOTICE is now included in apache-brooklyn-0.10.0-karaf. Deployed apps to AWS, GCE and Softlayer, including a windows-based app to AWS. All worked great! Aled On 14/12/2016 12:30, Geoff

[GitHub] brooklyn-server issue #482: DSL deferred execution

2016-12-14 Thread ahgittin
Github user ahgittin commented on the issue: https://github.com/apache/brooklyn-server/pull/482 LGTM, once @geomacy 's comments addressed --- 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

[jira] [Commented] (BROOKLYN-409) Rebind fails in karaf, with app referencing classes in catalog item's bundle

2016-12-14 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15748319#comment-15748319 ] Aled Sage commented on BROOKLYN-409: The fix uses the "option 1" listed above. > Rebind fails in

[jira] [Resolved] (BROOKLYN-409) Rebind fails in karaf, with app referencing classes in catalog item's bundle

2016-12-14 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aled Sage resolved BROOKLYN-409. Resolution: Fixed Assignee: Aled Sage Fix Version/s: 0.10.0 > Rebind fails in

[jira] [Commented] (BROOKLYN-409) Rebind fails in karaf, with app referencing classes in catalog item's bundle

2016-12-14 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15748318#comment-15748318 ] Aled Sage commented on BROOKLYN-409: It looks like this is already fixed in brooklyn master - see

[jira] [Commented] (BROOKLYN-409) Rebind fails in karaf, with app referencing classes in catalog item's bundle

2016-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15748314#comment-15748314 ] ASF GitHub Bot commented on BROOKLYN-409: - GitHub user aledsage opened a pull request:

Re: [VOTE] Release Apache Brooklyn 0.10.0 [rc2]

2016-12-14 Thread Geoff Macartney
+1 [x] Download links work. [x] Binaries work. [x] Checksums and PGP signatures are valid. [x] Expanded source archive matches contents of RC tag. [x] Expanded source archive builds and passes tests. [x] LICENSE is present and correct. [x] NOTICE is present and correct, including copyright date.

[jira] [Commented] (BROOKLYN-409) Rebind fails in karaf, with app referencing classes in catalog item's bundle

2016-12-14 Thread Geoff Macartney (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15748119#comment-15748119 ] Geoff Macartney commented on BROOKLYN-409: -- hi Aled, re. your option 2, would my

[jira] [Commented] (BROOKLYN-409) Rebind fails in karaf, with app referencing classes in catalog item's bundle

2016-12-14 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15747993#comment-15747993 ] Aled Sage commented on BROOKLYN-409: BROOKLYN-379 is slightly different, in that it talks about

[GitHub] brooklyn-server issue #488: Get ready for compiling with JDK 1.8 / Java 1.8

2016-12-14 Thread googlielmo
Github user googlielmo commented on the issue: https://github.com/apache/brooklyn-server/pull/488 @aledsage I've addressed your comment and reinstated generics. In the case of `tryCoerceUntyped` I removed them altogether though. That's because we check types manually on purpose

[GitHub] brooklyn-server pull request #488: Get ready for compiling with JDK 1.8 / Ja...

2016-12-14 Thread googlielmo
Github user googlielmo commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/488#discussion_r92364968 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -486,8 +486,8 @@ public

[jira] [Commented] (BROOKLYN-409) Rebind fails in karaf, with app referencing classes in catalog item's bundle

2016-12-14 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15747941#comment-15747941 ] Aled Sage commented on BROOKLYN-409: This fails because the policy's persisted state has

Re: [VOTE] Release Apache Brooklyn 0.10.0 [rc2]

2016-12-14 Thread Alex Heneveld
Agree this is not a blocker. GETs work fine so people can see the API docs and interact with most. In fact I think this regression is tiny: the swagger page didn't support setting content-type and that's needed for most of the POSTs, so they wouldn't work even with the CSRF token. Best Alex

Re: [VOTE] Release Apache Brooklyn 0.10.0 [rc2]

2016-12-14 Thread Graeme Miller
I have tested Brooklyn persistence. I deployed a three tier web app to AWS using Brooklyn 0.9.0 and then used the persisted state when running the release candidate. The release candidate was able to retrieve and control the persisted application. So it's a +1 for me. On 14 December 2016 at

[GitHub] brooklyn-server issue #488: Get ready for compiling with JDK 1.8

2016-12-14 Thread googlielmo
Github user googlielmo commented on the issue: https://github.com/apache/brooklyn-server/pull/488 @neykov yes absolutely, the project compiles fine with JDK 8 as long as `java.version` stays at 1.7. This PR will ensure that whenever we do the switch to Java 1.8, the project will

Re: [VOTE] Release Apache Brooklyn 0.10.0 [rc2]

2016-12-14 Thread Svetoslav Neykov
Good spot Mark. I see this as a minor problem which can be included as a "known issues" in the release notes. Happy to be convinced otherwise (for example by people voting with -1 because of it). Svet. > On 13.12.2016 г., at 22:32, Mark McKenna > wrote: > >

[jira] [Created] (BROOKLYN-409) Rebind fails in karaf, with app referencing classes in catalog item's bundle

2016-12-14 Thread Aled Sage (JIRA)
Aled Sage created BROOKLYN-409: -- Summary: Rebind fails in karaf, with app referencing classes in catalog item's bundle Key: BROOKLYN-409 URL: https://issues.apache.org/jira/browse/BROOKLYN-409 Project: