Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/636#discussion_r111724680 --- Diff: utils/common/src/main/java/org/apache/brooklyn/util/ssh/BashCommands.java --- @@ -671,6 +672,15 @@ public static String installJavaLatestOrWarn() { } /** + * Adds the PPA for OpenJDK for older JDK versions (7 and lower) required by some software (e.g. JBoss) + */ + public static String addOpenJDKPPK(){ --- End diff -- Fair enough too, let's go for that now but I would like to see a better pattern implemented in the future (if possible)
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---