The Jetty API is not available in WebSphere traditional or Liberty.
This rule scans Java files for org.eclipse.jetty
packages and sub-packages.
When your application uses any Jetty packages mentioned earlier, the code must be changed to use Java development kit (JDK) provided APIs, or WebSphere Application Server provided APIs.
This rule also flags the following Jetty deployment descriptors:
WEB-INF/web-jetty.xmlWEB-INF/jetty-web.xmlThe content of these files needs to be reviewed and converted appropriately for use on WebSphere Application Server.
For additional information, see the Jetty documentation.