[jira] [Commented] (BROOKLYN-421) Catalog libraries: externalized config for basic-auth credentials in url (via YAML)

2017-02-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856902#comment-15856902 ] ASF GitHub Bot commented on BROOKLYN-421: - Github user neykov commented on the issue:

[GitHub] brooklyn-server issue #551: BROOKLYN-421: Adds DSL for $brooklyn:urlEncode(....

2017-02-07 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-server/pull/551 `URLEncoder.encode` is used for encoding form data for submission in the request body with a `x-www-form-urlencoded` `Content-Type`. That's different from URL encoding. Here's a relevant

[GitHub] brooklyn-server pull request #493: Make the Repeater class use a threads to ...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/493 --- 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 #493: Make the Repeater class use a threads to execute...

2017-02-07 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-server/pull/493 Thanks for updates @grkvlt, 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

[GitHub] brooklyn-server pull request #144: Allows for multiple deserialization class...

2017-02-07 Thread nakomis
Github user nakomis closed the pull request at: https://github.com/apache/brooklyn-server/pull/144 --- 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 #144: Allows for multiple deserialization class rename...

2017-02-07 Thread nakomis
Github user nakomis commented on the issue: https://github.com/apache/brooklyn-server/pull/144 Not needed for classic, so #492 should suffice, closing --- 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

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

2017-02-07 Thread Apache Jenkins Server
See Changes: [duncan.grant] Prefer centos 7 -- [...truncated 20853 lines...] 2017-02-07 14:50:59,749 INFO TESTNG INVOKING CONFIGURATION: "Surefire test" - @BeforeMethod

[GitHub] brooklyn-server pull request #544: Prefer centos 7

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/544 --- 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

Google Summer of Code

2017-02-07 Thread Richard Downer
Hi all, Do we have any projects that we'd like to put forward for GSoC 2017? Apache has the structure and processes in place for GSoC so all we need to do is come up with ideas! The deadline for a list of ideas is Thursday (apologies for the short notice, due to illness I've been away and only

[GitHub] brooklyn-server pull request #546: Sequencer entity

2017-02-07 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/546#discussion_r99815295 --- Diff: core/src/main/java/org/apache/brooklyn/entity/stock/SequenceEntity.java --- @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache

[GitHub] brooklyn-server pull request #546: Sequencer entity

2017-02-07 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/546#discussion_r99814504 --- Diff: core/src/test/java/org/apache/brooklyn/entity/group/SequenceGroupTest.java --- @@ -0,0 +1,165 @@ +/* + * Licensed to the Apache

[GitHub] brooklyn-server pull request #546: Sequencer entity

2017-02-07 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/546#discussion_r99813663 --- Diff: core/src/test/java/org/apache/brooklyn/entity/group/SequenceGroupTest.java --- @@ -0,0 +1,165 @@ +/* + * Licensed to the Apache

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

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-library/pull/88 --- 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-library pull request #91: Updated "hello-world-sql" example webapp ...

2017-02-07 Thread justinThompson
GitHub user justinThompson opened a pull request: https://github.com/apache/brooklyn-library/pull/91 Updated "hello-world-sql" example webapp to support Redis ### Added Redis integration into hello-world-sql example webapp - added Jedis dependency - updated

Jenkins build is back to normal : brooklyn-server-master #446

2017-02-07 Thread Apache Jenkins Server
See

[GitHub] brooklyn-server pull request #549: SecurityGroupEditor- Allow for different ...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/549 --- 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

Jenkins build is back to normal : brooklyn-master-build #800

2017-02-07 Thread Apache Jenkins Server
See

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

2017-02-07 Thread Apache Jenkins Server
See Changes: [geoff.macartney] Add Openstack live test. -- [...truncated 20878 lines...] In progress, thread waiting (timed) on java.util.concurrent.CountDownLatch$Sync@176329df At:

[GitHub] brooklyn-server issue #144: Allows for multiple deserialization class rename...

2017-02-07 Thread tbouron
Github user tbouron commented on the issue: https://github.com/apache/brooklyn-server/pull/144 Hey @nakomis, overloading the class deserialisation has been addressed in #492 but for **karaf edition** only. Do you also need it for the classic edition? In this case, could you rebase on

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

2017-02-07 Thread Apache Jenkins Server
See -- [...truncated 56077 lines...] [JENKINS] Archiving

[GitHub] brooklyn-server pull request #550: Add Openstack live test.

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/550 --- 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 #549: SecurityGroupEditor- Allow for different jclouds...

2017-02-07 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/549 changes made as suggested thanks @neykov, and squashed --- 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

[GitHub] brooklyn-server pull request #542: Resolve deferred values in containers (li...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/542 --- 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 #542: Resolve deferred values in containers (list, map...

2017-02-07 Thread drigodwin
Github user drigodwin commented on the issue: https://github.com/apache/brooklyn-server/pull/542 LGTM, thanks @neykov --- 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

[jira] [Commented] (BROOKLYN-421) Catalog libraries: externalized config for basic-auth credentials in url (via YAML)

2017-02-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855643#comment-15855643 ] ASF GitHub Bot commented on BROOKLYN-421: - Github user asfgit closed the pull request at:

[GitHub] brooklyn-server pull request #551: BROOKLYN-421: Adds DSL for $brooklyn:urlE...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/551 --- 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