Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-1588

Surefire manifest jar classloading broken on latest Debian/Ubuntu Java8

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.22.1
    • 3.0.0-M1
    • None
    • None

    Description

      See issue [1], but in short: latest Java8 on Ubuntu/Debian/Mint family of Linuxes (am on Mint, Ubuntu derivative) contains this patch [3], and eforces Manifest class path entries to be relative, as defined in [2].

      Hence, surefire booter and rest of Maven classpath, that uses absolute URLs are simply discarded.

      Example error:

      # Created at 2018-10-30T21:34:43.339
      Error: Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter

      using the new property -Djdk.net.URLClassPath.disableClassPathURLCheck=debug clearly shows that all the entries from the surefire JAR are simply ignored.

       

      [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925

      [2] https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#classpath

      [3] https://hg.openjdk.java.net/jdk/jdk/rev/27135de165ac

      Attachments

        Issue Links

          Activity

            People

              tibordigana Tibor Digana
              cstamas Tamas Cservenak
              Votes:
              6 Vote for this issue
              Watchers:
              20 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: