请勿使用 Jetty API 和部署描述符

Jetty API 不可用于 WebSphere Traditional 或 Liberty。

此规则会扫描 org.eclipse.jetty 包和子包中的 Java 文件。

如果应用程序使用先前提及的任何 Jetty 包,必须更改代码以使用 Java Development Kit (JDK) 提供的 API 或 WebSphere Application Server 提供的 API。

此规则还会标记以下 Jetty 部署描述符:

需要复查这些文件的内容并对其进行相应转换,以在 WebSphere Application Server 上使用。

For additional information, see the Jetty documentation.