Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-71023

8.0.0 appear to bundle `pull-parser.jar` by mistake. It can cause issue in pipelines in the edge cases.

XMLWordPrintable

      Example of an issue

      18:51:07  java.lang.NullPointerException
      18:51:07  	at groovy.util.XmlSlurper.startElement(XmlSlurper.java:401)
      18:51:07  	at org.gjt.xpp.sax2.Driver.parseSubTree(Driver.java:362)
      18:51:07  	at org.gjt.xpp.sax2.Driver.parse(Driver.java:310)
      18:51:07  	at groovy.util.XmlSlurper.parse(XmlSlurper.java:205)
      18:51:07  	at groovy.util.XmlSlurper.parse(XmlSlurper.java:258)
      18:51:07  	at groovy.util.XmlSlurper.parseText(XmlSlurper.java:284) 

      Notice the SAX parser in use - org.gjt.xpp.sax2.Driver

      Using What Plugin is providing this class? showed `blackduck-detect` as the owner of the jar file providing the class.

      Potential cause of inclusion of the `pull-parser.jar` is Invalid Gradle Module Metadata - optional dependencies not optional · Issue #99 · dom4j/dom4j

            dmamidisynopsys Dheeraj
            duemir Denys Digtiar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: