Github user bhaisaab commented on the pull request:
https://github.com/apache/cloudstack/pull/1397#issuecomment-205149639
@swill I share what worked for me, I'm not saying you have to use
oracle-java. The openjdk version 1.7.0_85+ causes test failures for building
console proxy in my Linux environment while the same happens on OSX when using
1.7.0_90+, while openjdk version 1.7.0_80 works alright. The issue has to do
with a set of cipher suites that got disabled, and random seg fault related
issues. Both of them are related to `javac` and not `java`, and they are not
consistent across platforms. In production we support openjdk-jre and not the
`jdk/javac`, I'm not trying to suggest we remove any sort of java7 jre support
at all.
tl;dr -- as I suggested earlier, what you're facing is an environment
issue. It it helps, I'll split the PR into three -- one for mvn versions, one
for bounty castle and changes by Daan, and one that fixes Travis.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---