Skip to content

Commit 3cdcd0b

Browse files
LuciferYangsummaryzb
authored andcommitted
[SPARK-51703][BUILD] Upgrade jetty to 11.0.25
### What changes were proposed in this pull request? This pr aims to upgrade jetty from 11.0.24 to 11.0.25 . ### Why are the changes needed? The new version includes the following [changes](https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.25): - jetty/jetty.project#12874 - Introduce UriCompliance.USER_INFO to Jetty 10.0.x - jetty/jetty.project#12869 - XmlConfiguration shouldn't treat non-XML command line options as XML - jetty/jetty.project#12776 - ByteBufferPool - all ongoing requests fail when single request is cancelled on HTTP/2 - jetty/jetty.project#12821 - Better document ContextHandler.setCompactPath(boolean) deprecation - jetty/jetty.project#12268 - IteratingCallback may iterate too much when process() returns Action.IDLE ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#50505 from LuciferYang/jetty-11.0.25. Lead-authored-by: yangjie01 <[email protected]> Co-authored-by: YangJie <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 2956915 commit 3cdcd0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ jersey-container-servlet/3.0.17//jersey-container-servlet-3.0.17.jar
139139
jersey-hk2/3.0.17//jersey-hk2-3.0.17.jar
140140
jersey-server/3.0.17//jersey-server-3.0.17.jar
141141
jettison/1.5.4//jettison-1.5.4.jar
142-
jetty-util-ajax/11.0.24//jetty-util-ajax-11.0.24.jar
143-
jetty-util/11.0.24//jetty-util-11.0.24.jar
142+
jetty-util-ajax/11.0.25//jetty-util-ajax-11.0.25.jar
143+
jetty-util/11.0.25//jetty-util-11.0.25.jar
144144
jjwt-api/0.12.6//jjwt-api-0.12.6.jar
145145
jjwt-impl/0.12.6//jjwt-impl-0.12.6.jar
146146
jjwt-jackson/0.12.6//jjwt-jackson-0.12.6.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<parquet.version>1.15.1</parquet.version>
141141
<orc.version>2.1.1</orc.version>
142142
<orc.classifier>shaded-protobuf</orc.classifier>
143-
<jetty.version>11.0.24</jetty.version>
143+
<jetty.version>11.0.25</jetty.version>
144144
<jakartaservlet.version>5.0.0</jakartaservlet.version>
145145
<!-- SPARK-46938: Required by Hive / LibThrift libs -->
146146
<javaxservlet.version>4.0.1</javaxservlet.version>

0 commit comments

Comments
 (0)