update Jetty to 12 and add JettyRequest and JettyResponse

This commit is contained in:
Looly
2025-04-17 17:09:44 +08:00
parent 33aa3ecf3a
commit 869b82b8d0
6 changed files with 136 additions and 28 deletions

View File

@@ -37,10 +37,8 @@
<httpclient5.version>5.4.1</httpclient5.version>
<httpclient4.version>4.5.14</httpclient4.version>
<okhttp.version>4.12.0</okhttp.version>
<!-- 固定 2.2.x支持到JDK8 -->
<undertow.version>2.2.36.Final</undertow.version>
<!-- 固定 9.x支持到JDK8 -->
<jetty.version>9.4.56.v20240826</jetty.version>
<undertow.version>2.3.18.Final</undertow.version>
<jetty.version>12.0.19</jetty.version>
<!-- 固定 9.x支持到JDK8 -->
<tomcat.version>9.0.97</tomcat.version>
<smartboot.version>1.4.3</smartboot.version>
@@ -85,13 +83,6 @@
<version>5.0.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<!-- 第三方HTTP客户端库 -->
<dependency>