Build: Bump hadoop from 3.4.3 to 3.5.0.#15897
Conversation
afa9bc6 to
f94972f
Compare
58516fe to
aa181ac
Compare
|
@nastra @huaxingao Could you help review this PR? Thank you very much! This change is mainly to support the newly released Hadoop version( |
| jackson215 = { strictly = "2.15.2"} # see rich version usage explanation above | ||
| jakarta-el-api = "3.0.3" | ||
| jakarta-servlet-api = "6.1.0" | ||
| javax-servlet-api = "4.0.1" |
There was a problem hiding this comment.
the PR mentions that Hadoop is being bumped, but that change is missing here
| jetty-compression-server = { module = "org.eclipse.jetty.compression:jetty-compression-server", version.ref = "jetty" } | ||
| jetty-compression-gzip = { module = "org.eclipse.jetty.compression:jetty-compression-gzip", version.ref = "jetty" } | ||
| javax-servlet = { module = "javax.servlet:javax.servlet-api", version.ref = "javax-servlet-api" } | ||
| jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty" } |
There was a problem hiding this comment.
this shouldn't be needed, because we're using jetty-compression-server already
| jakarta-servlet = {module = "jakarta.servlet:jakarta.servlet-api", version.ref = "jakarta-servlet-api"} | ||
| jetty-compression-server = { module = "org.eclipse.jetty.compression:jetty-compression-server", version.ref = "jetty" } | ||
| jetty-compression-gzip = { module = "org.eclipse.jetty.compression:jetty-compression-gzip", version.ref = "jetty" } | ||
| javax-servlet = { module = "javax.servlet:javax.servlet-api", version.ref = "javax-servlet-api" } |
There was a problem hiding this comment.
javax-servlet is deprecated and was replaced by jakarta-servlet. Is this something that we can use here instead?
Build: Bump hadoop from 3.4.3 to 3.5.0.