Details
-
Task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 4.2.0
-
None
-
ghx-label-8
Description
The dependency on spring-core brings in spring-jcl, which is intended as a replacement for the commons-logging framework. spring-jcl implements classes that overlap with commons-logging (which Impala also has on its classpath).
https://github.com/spring-projects/spring-framework/issues/20611#issuecomment-453462024
It doesn't seem useful to have spring-jcl around, so let's exclude it to avoid this overlap.