[GitHub] brooklyn-server pull request #635: Allow passing "latest" as version for cat...

2017-04-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/635 --- 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 #635: Allow passing "latest" as version for cat...

2017-04-14 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/635#discussion_r111566723 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/CatalogResource.java --- @@ -481,6 +498,10 @@ public

[GitHub] brooklyn-server pull request #636: Enable older Java versions

2017-04-14 Thread drigodwin
GitHub user drigodwin opened a pull request: https://github.com/apache/brooklyn-server/pull/636 Enable older Java versions Versions of Java prior to 1.8 are not available by standard on Ubuntu 16.x+, this adds the older versions required by some software. You can merge this pull

[GitHub] brooklyn-server pull request #635: Allow passing "latest" as version for cat...

2017-04-14 Thread m4rkmckenna
Github user m4rkmckenna commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/635#discussion_r111547198 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/CatalogResource.java --- @@ -481,6 +498,10 @@ public

[GitHub] brooklyn-server pull request #637: Remove deprecated REST API endpoints

2017-04-14 Thread tbouron
GitHub user tbouron opened a pull request: https://github.com/apache/brooklyn-server/pull/637 Remove deprecated REST API endpoints This removes the deprecated REST API endpoints from Brooklyn 0.7.0. It also fixes the launcher configuration (as the `VersionApi` has been entirely

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

2017-04-14 Thread Apache Jenkins Server
See -- [...truncated 343.62 KB...] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at

[GitHub] brooklyn-server pull request #635: Allow passing "latest" as version for cat...

2017-04-14 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/635#discussion_r111555275 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/CatalogResource.java --- @@ -331,6 +332,10 @@ public void

[GitHub] brooklyn-library pull request #100: Specify Java version for JBoss

2017-04-14 Thread drigodwin
GitHub user drigodwin opened a pull request: https://github.com/apache/brooklyn-library/pull/100 Specify Java version for JBoss JBoss does not work on Java 1.8 or above (see here: https://developer.jboss.org/message/808212) so specify this here as opposed to falling back to the

[GitHub] brooklyn-server pull request #636: Enable older Java versions

2017-04-14 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/636#discussion_r111567802 --- Diff: utils/common/src/main/java/org/apache/brooklyn/util/ssh/BashCommands.java --- @@ -621,6 +621,7 @@ private static Object getFlag(Map

[GitHub] brooklyn-server pull request #636: Enable older Java versions

2017-04-14 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/636#discussion_r111567928 --- Diff: utils/common/src/main/java/org/apache/brooklyn/util/ssh/BashCommands.java --- @@ -671,6 +672,15 @@ public static String

[GitHub] brooklyn-server issue #637: Remove deprecated REST API endpoints

2017-04-14 Thread tbouron
Github user tbouron commented on the issue: https://github.com/apache/brooklyn-server/pull/637 BTW, I also checked the JSGUI and it does not use any of the deprecated call so you are good on this part --- If your project is set up for it, you can reply to this email and have your

[GitHub] brooklyn-server pull request #636: Enable older Java versions

2017-04-14 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/636#discussion_r111569328 --- Diff: utils/common/src/main/java/org/apache/brooklyn/util/ssh/BashCommands.java --- @@ -621,6 +621,7 @@ private static Object getFlag(Map

[GitHub] brooklyn-server pull request #636: Enable older Java versions

2017-04-14 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/636#discussion_r111567843 --- Diff: utils/common/src/main/java/org/apache/brooklyn/util/ssh/BashCommands.java --- @@ -621,6 +621,7 @@ private static Object getFlag(Map

[GitHub] brooklyn-server pull request #638: Add support for managing enrichers within...

2017-04-14 Thread tbouron
GitHub user tbouron opened a pull request: https://github.com/apache/brooklyn-server/pull/638 Add support for managing enrichers within the catalog This allows enrichers to be registered within the Brooklyn catalog, same as entities or policies. It allows enrichers' registration