Re: SSLEngine assertion error

2020-07-29 Thread Joshua Schaeffer
On 7/29/20 9:08 PM, Gabriel Beims Bräscher wrote: > One more thing: I See that you also tried to build with Java 8, CloudStack > 4.14 will work only with Java 11. Thanks, I didn't think Java 8 would work, but the docs still reference it over Java 10, so just making sure. > > Cheers > > Em qui.,

Re: SSLEngine assertion error

2020-07-29 Thread Gabriel Beims Bräscher
One more thing: I See that you also tried to build with Java 8, CloudStack 4.14 will work only with Java 11. After fixing the test at RootCAProviderTest.java, the build should work fine with Java 11. Cheers Em qui., 30 de jul. de 2020 às 00:05, Gabriel Beims Bräscher < gabrasc...@gmail.com> escre

Re: SSLEngine assertion error

2020-07-29 Thread Gabriel Beims Bräscher
Hello Joshua. To fix this test issue you need to rebase to the current 4.14 branch or remove *Assert.assertTrue(e.getUseClientMode())* at class *RootCAProviderTest.java.* More details at Pull Request: http

SSLEngine assertion error

2020-07-29 Thread Joshua Schaeffer
I'm trying to compile CloudStack 4.14.0.0 on Ubuntu 20.04 and I'm running into a couple errors when running maven. When I try to run it with jdk 8 I get the following: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud