For hot deployment MyEclipse 8.6 works with Jetty 7.0.2. However, the newer Jetty version 7.2.2 does not work with MyEclipse.
After deploying a web application, Jetty 7.2.2 startup in MyEclipse fails with this error:
java.lang.ClassNotFoundException: org.eclipse.jetty.plus.webapp.Configuration
The org.eclipse.jetty.plus.webapp.Configuration class was removed from the jetty-plus jar in Jetty 7.2.x.
Are there plans to update the MyEclipse Servers code to be compatible with newer Jetty versions such as 7.2.x?