jbonofre commented on code in PR #4666:
URL: https://github.com/apache/polaris/pull/4666#discussion_r3429948889
##########
plugins/spark/v4.0/integration/build.gradle.kts:
##########
@@ -146,7 +146,7 @@ dependencies {
// Spark 4.0 requires version 5.0.0 which includes SingleThreadModel
// Quarkus BOM forces it to 6.x which removed SingleThreadModel
configurations.named("intTestRuntimeClasspath") {
- resolutionStrategy { force("jakarta.servlet:jakarta.servlet-api:5.0.0") }
+ resolutionStrategy { force("jakarta.servlet:jakarta.servlet-api:6.1.0") }
Review Comment:
I think we should ignore this dep update for now as it could be problematic
with some "components" (spark, ...).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]