[jbosstools-issues] [JBoss JIRA] (JBIDE-20313) Multiple versions of Jetty & objectweb.asm in JBDS

Nick Boldt (JIRA) issues at jboss.org
Mon Jul 20 12:15:04 EDT 2015


    [ https://issues.jboss.org/browse/JBIDE-20313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090903#comment-13090903 ] 

Nick Boldt commented on JBIDE-20313:
------------------------------------

Batch and Arquillian require asm 5:
https://github.com/jbosstools/jbosstools-target-platforms/blob/4.50.x/jbdevstudio/multiple/jbdevstudio-multiple.target#L270

But Eclipse Docker tooling apparently requires asm 4:
https://github.com/jbosstools/jbosstools-target-platforms/blob/4.50.x/jbdevstudio/multiple/jbdevstudio-multiple.target#L490

So for this one, we can either add an exclusion rule for this, too, but having checked all the references to objectweb.asm in the TP (using p2 browser) it seems we might just be able to REMOVE asm 4. 

> Multiple versions of Jetty & objectweb.asm in JBDS
> --------------------------------------------------
>
>                 Key: JBIDE-20313
>                 URL: https://issues.jboss.org/browse/JBIDE-20313
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build, qa, target-platform, updatesite
>    Affects Versions: 4.3.0.Beta1, 4.3.0.Beta2, 4.3.0.CR1
>            Reporter: Nick Boldt
>
> Versionwatch reports we have two versions of Jetty IUs in JBDS: 9.2.9 and 9.2.10.
> http://download.jboss.org/jbosstools/mars/snapshots/builds/devstudio.versionwatch_master/2015-07-20_11-32-49_B2490_report_detailed_all.html
> http://download.jboss.org/jbosstools/mars/snapshots/builds/devstudio.versionwatch_master/2015-07-20_11-32-49_B2490_report_summary_all.html
> {code}
> org.eclipse.jetty.io_9.2.9.v20150224 and 9.2.10
> org.eclipse.jetty.continuation_9.2.9.v20150224
> org.eclipse.jetty.servlet_9.2.9.v20150224
> org.eclipse.jetty.util_9.2.9.v20150224
> org.eclipse.jetty.server_9.2.9.v20150224
> org.eclipse.jetty.http_9.2.9.v20150224 
> {code}
> These two versions can be seen here:
> https://devstudio.redhat.com/targetplatforms/jbdevstudiotarget/4.50.0.CR1-SNAPSHOT/REPO/plugins/
> https://devstudio.redhat.com/targetplatforms/jbdevstudiotarget/4.50.0.Beta2/REPO/plugins/
> https://devstudio.redhat.com/targetplatforms/jbdevstudiotarget/4.50.0.Beta1/REPO/plugins/
> Two versions of *org.objectweb.asm* are also included,
> {code}
> org.objectweb.asm_4.0.0.v201302062210 and 5.0.1
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list