For the sake of providing another data point, I've *not* encountered these issues with earlier JDK8 builds:
java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode) On Mon, Jul 15, 2019 at 6:42 AM Sandor Molnar <[email protected]> wrote: > Update: I've just installed Oracle JDK 1.8.0_212 b10 (the latest one > available on Oracle's download page) and the issue still there. > It seems it's only fixed in OpenJDK 1.8.0 u212. > > On Mon, Jul 15, 2019 at 11:03 AM Sandor Molnar <[email protected]> > wrote: > > > > > The error you ran into was a known issue in Oracle JDK as well as in > > OpenJDK but both are fixed: > > - Oracle JDK - > > https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8213952 > > - OpenJDK - https://bugs.openjdk.java.net/browse/JDK-8213952 > > > > Knox's PR builder (Travis CI) uses OpenJDK (sample log: > > https://api.travis-ci.org/v3/job/558804721/log.txt): > > Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: > > /usr/local/openjdk-8/jre > > > > I experienced the same issue before I upgraded from u151 to u212 locally. > > > > I believe this should not hold back the release. We should only document > > the minimum Java 8 version (update 212) in the release notes. > > > > Cheers, > > Sandor > > > > On Sat, Jul 13, 2019 at 4:34 PM Jeffrey Rodriguez <[email protected]> > > wrote: > > > >> Here another attempt to build Knox. > >> > >> This time in a docker container running alpine version 3.8.2. > >> > >> Maven 3.6.1 > >> Ant 1.9.14 > >> Oracle java version "1.8.0_202" > >> > >> Attached build output. > >> > >> Regards, > >> Jeffrey E Rodriguez > >> > > >
