]
Nick Boldt resolved ERT-578.
----------------------------
Resolution: Done
org.eclipse.wst.server_adapters.feature includes jetty 9.4.5, rather
than depending on jetty 9.4.x [EBZ#527813]
---------------------------------------------------------------------------------------------------------------
Key: ERT-578
URL:
https://issues.jboss.org/browse/ERT-578
Project: Eclipse Release Train
Issue Type: Task
Components: WTP ServerTools
Reporter: Nick Boldt
Labels: 3.9.2, bzira, wst.server
Fix For: Oxygen.2 (4.7)
org.eclipse.wst.server_adapters.feature.feature.group 3.2.600.v201708030026 contains (not
requires, but INCLUDES) these two old jetty plugins:
<plugin id="org.eclipse.jetty.webapp" version="9.4.5.v20170502"
download-size="0" install-size="0" unpack="false"/>
<plugin id="org.eclipse.jetty.xml" version="9.4.5.v20170502"
download-size="0" install-size="0" unpack="false"/>
This should be fixed such that the feature REQUIRES, but does not INCLUDE jetty, so that
it can depend on the latest 9.4.7, without having to rebuild this feature every time a new
version is shipped.