Skip to content

Commit 918ee24

Browse files
committed
Pin Undertow version to 2.3.20.Final due to bug affecting file upload size configuration; add note on fix in 2.3.23.Final
1 parent a6fc6d4 commit 918ee24

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@ val testContainersPostgreSQLVersion = "1.21.3"
7272
val testContainersLocalStackVersion = "1.21.3"
7373
val commonCompressVersion = "1.28.0"
7474
val awsSpringVersion = "3.4.2"
75-
val undertowVersion = "2.3.21.Final"
75+
// The version is fixed to 2.3.20.Final
76+
// due to a undertow bug https://issues.redhat.com/browse/JBEAP-31823
77+
// the server.undertow.max-http-post-size is not override by
78+
// spring.servlet.multipart.max-file-size
79+
// Fix should be available in 2.3.23.Final
80+
val undertowVersion = "2.3.20.Final"
7681

7782
// Checks
7883
val detektVersion = "1.23.8"

0 commit comments

Comments
 (0)