-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YARN-11068. Exclude transitive log4j2 dependency coming from solr 8. #3936
Conversation
Change-Id: I2abe85e24decbb789afb275051548d70cd624540
Change-Id: I2126f2f918fff45069df9aae5045ab47b00dda79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense with the ongoing Log4J/Reload4J efforts. +1(non-binding), pending QA
org.apache.solr:solr-solrj:8.8.2 | ||
org.apache.solr:solr-core:8.8.2 | ||
org.apache.solr:solr-test-framework:8.8.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I guess I missed this while bumping solr version (while fixing maven 3.8 issues).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
% mvn dependency:tree -pl hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/ | grep log4j
[INFO] | +- log4j:log4j:jar:1.2.17:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.30:compile
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Merged. Thank you @jojochuang and @virajjasani |
Sorry I reverted this because there is no Solr jar file in the release tarball. Would you create a new PR without LICENSE-binary change? |
…pache#3936) Signed-off-by: Akira Ajisaka <[email protected]>
…solr 8. (apache#3936)" This reverts commit 1c01944.
Description of PR
Exclude transitive log4j2 dependency coming from solr 8
How was this patch tested?
manually verified the output of 'mvn dependency:tree'
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?