Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19102 )
Change subject: IMPALA-11628: Switch to reload4j, update slf4j ...................................................................... IMPALA-11628: Switch to reload4j, update slf4j Switches from log4j 1.x to reload4j, a maintained fork. Updates slf4j to the latest version so we can include all CVE fixes. slf4j 2.0.x requires Java 8 and adds a backward-compatible fluent logging api. Neither seems like a problem for Impala. Bans all use of log4j 1.x so we only use reload4j. Change-Id: I5238b9c8247af3e0f4cb05c0b76a75bfee37f5c8 Reviewed-on: http://gerrit.cloudera.org:8080/19102 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Joe McDonnell <[email protected]> --- M fe/pom.xml M java/executor-deps/pom.xml M java/pom.xml M java/yarn-extras/pom.xml 4 files changed, 45 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Verified Joe McDonnell: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19102 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5238b9c8247af3e0f4cb05c0b76a75bfee37f5c8 Gerrit-Change-Number: 19102 Gerrit-PatchSet: 4 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
