]
Jan Richter closed JBIDE-20920.
-------------------------------
Verified with Livereload 1.4.0.Alpha1-B449.
Livereload is broken since jetty v 9.3.2 was added to TP
--------------------------------------------------------
Key: JBIDE-20920
URL:
https://issues.jboss.org/browse/JBIDE-20920
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: livereload
Affects Versions: 4.4.0.Alpha1
Reporter: Konstantin Marmalyukov
Assignee: Konstantin Marmalyukov
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 Livereload 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