[jbosstools-issues] [JBoss JIRA] (JBIDE-20918) Browsersim and Cordovasim are broken since jetty v 9.3.2 was added to TP

Nick Boldt (JIRA) issues at jboss.org
Tue Oct 13 11:17:00 EDT 2015


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

Nick Boldt commented on JBIDE-20918:
------------------------------------

PR https://github.com/jbosstools/jbosstools-browsersim/pull/78/ was applied but https://github.com/jbosstools/jbosstools-aerogear/pull/149 has not been so builds are stil failing because of the unchanged code below which still requires old Jetty 9.2 instead of what's in the TP, 9.3.

Can you apply your PR ASAP?

{code}
** [1] ./jbosstools-aerogear/cordovasim/plugins/org.jboss.tools.cordovasim.eclipse/META-INF/MANIFEST.MF ** 
29- org.eclipse.jetty.io;bundle-version="[9.2.13,9.2.14)",
30- org.eclipse.jetty.security;bundle-version="[9.2.13,9.2.14)",
31: org.eclipse.jetty.server;bundle-version="[9.2.13,9.2.14)",
32- org.eclipse.jetty.servlet;bundle-version="[9.2.13,9.2.14)",
33- org.eclipse.jetty.servlets;bundle-version="[9.2.13,9.2.14)",

** [2] ./jbosstools-aerogear/cordovasim/plugins/org.jboss.tools.cordovasim/META-INF/MANIFEST.MF ** 
11- org.jboss.tools.browsersim.javafx.mock;bundle-version="3.7.0";resolution:=optional,
12- org.eclipse.swt,
13: org.eclipse.jetty.server;bundle-version="[9.2.13,9.2.14)",
14- org.eclipse.jetty.util;bundle-version="[9.2.13,9.2.14)",
15- org.apache.aries.spifly.dynamic.bundle;bundle-version="1.0.2"

** [3] ./jbosstools-aerogear/cordovasim/tests/org.jboss.tools.cordovasim.eclipse.test/META-INF/MANIFEST.MF ** 
13- org.eclipse.core.resources,
14- org.jboss.tools.locus.mockito,
15: org.eclipse.jetty.server;bundle-version="[9.2.13,9.2.14)",
16- org.eclipse.jetty.util;bundle-version="[9.2.13,9.2.14)"
17-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
{code}


> Browsersim and Cordovasim are broken since jetty v 9.3.2 was added to TP
> ------------------------------------------------------------------------
>
>                 Key: JBIDE-20918
>                 URL: https://issues.jboss.org/browse/JBIDE-20918
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: browsersim, cordovasim
>    Affects Versions: 4.4.0.Alpha1
>            Reporter: Konstantin Marmalyukov
>            Assignee: Konstantin Marmalyukov
>            Priority: Blocker
>             Fix For: 4.4.0.Alpha1
>
>
> In 4.60.0.Alpha1 we have jetty 9.3.2. Since in this jetty version bug with restriction of version of jetty dependencies we have to follow eclipse with jetty versions.
> The reason why Browsersim and Cordovasim cannot be launched: we have two versions of Jetty bundles in TP. Since we require lower versions we have dependency chains. To fix it, we need to update Jetty to 9.3.2
> See JBIDE-20670 for more details



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list