[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-11-21 Thread Tiago Stürmer Daitx
** Also affects: openjdk-lts (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800792 Title: Update to openjdk-8 8u181-b13-1ubuntu0.18.04.1 and

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-11-21 Thread Bug Watch Updater
** Changed in: openjdk-8 (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800792 Title: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds To manage

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-11-21 Thread Francis Ginther
** Tags added: id-5be20ec2fa4e0e2d1d854ae7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800792 Title: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds To manage notifications about this

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-11-09 Thread timeless
I think I have a Jenkins build system that has hit this error twice. Once involving git polling (okhttp), and once involving svn checkouts. If I understand @mirabilos's comment from Nov 2 correctly, people are claiming that any software that breaks due to this change is by definition broken and

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-11-07 Thread Bug Watch Updater
** Changed in: openjdk-10 (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800792 Title: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds To manage

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-11-07 Thread Bug Watch Updater
** Changed in: openjdk-8 (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800792 Title: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds To manage

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-11-02 Thread Thorsten Glaser
Hi Martijn, this has not been fixed in Debian, it affects openjdk-8 and openjdk-10 there. As far as has been analysed to date, this is caused by a new, stricter, JAR check that went from OpenJDK to Debian/*buntu’s Java 10 and 8 (but not Debian’s Java 11), missing that the new check should be

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Martijn
Hey there, There is a simple but severe bug which has been fixed in Debian OpenJDK packages: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925 This causes a huge number of builds to fail. I believe its connected to / causing this issue as well. Any chance of getting the upstream patch

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Gary Howard
Downgrading openjdk-8 has proven problematic but forcing surefire to zero appears to avoid the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800792 Title: Update to

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Jeroen Hoek
Viktor: Ah, OK, thanks for checking. Interesting that your builds fail in OpenJDK 11 as well as 8, but mine only in this updated OpenJDK 8. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800792

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Viktor
Jeroen: I believe it is using javac 10/11. If I run maven with -X it prints the version info in the beginning and that points to the same paths as below. $ javac -version javac 10.0.2 $ java -version openjdk version "10.0.2" 2018-07-17 OpenJDK Runtime Environment (build

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Jeroen Hoek
I've had to disable JaCoCo, and set the of the Surefire- plugin to 0 to get the mini-project 'NiceXVI' linked above to build under this OpenJDK 8 version. So it looks like it is not just JaCoCo. OpenJDK 11 works after updating JaCoCo though. Viktor: I have the set $JAVA_HOME in order for Maven

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Gary Howard
I can confirm that our builds are broken with any jacoco version for openjdk-8. The only quick solution for us is to downgrade to an earlier version of openjdk-8 - very annoying. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Viktor
No, I have the exact same issue with openjdk-11-jre. $ mvn --version Apache Maven 3.5.2 Maven home: /usr/share/maven Java version: 10.0.2, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version:

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openjdk-11 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800792 Title:

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openjdk-8 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800792 Title:

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Viktor
I have the same issue and I use the latest version of JaCoCo. It worked with the previous Java version (8u181-b13-0ubuntu0.18.04.1). Stacktrace: [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] at

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Jeroen Hoek
So this probably not a bug for the OpenJDK 11 package, but it is for the OpenJDK 8 package. No version of JaCoCo seems to work with the version released today. Viktor: Does your build work in OpenJDK 11? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Jeroen Hoek
After some more testing and frustration I've found that after updating JaCoCo to 0.8.2 the newest OpenJDK 11 build works, as does the OpenJDK 10 provided by Ubuntu. The OpenJDK 8 version now provided by Ubuntu doesn't. -- You received this bug notification because you are a member of Ubuntu

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Jeroen Hoek
Triage: I think this issue can be closed, although I don't quite understand why a seemingly minor patch in JDK 8 should break tools in this way. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800792

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Jeroen Hoek
Found the root cause: the JaCoCo plugin in my builds needed updating to a more recent version. If anyone lights upon this problem; OpenJDK 8u181-b13-1ubuntu0.18.04.1 and newer break older JaCoCo releases. The newer versions of this tool do work with these and newer JDK releases up to and including

[Bug 1800792] Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

2018-10-31 Thread Jeroen Hoek
** Attachment added: "Output of mvn clean install" https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1800792/+attachment/5207389/+files/crash.txt ** Also affects: openjdk-11 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a