-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Downgrade Jetty version of trino ranger plugin #26939
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
base: master
Are you sure you want to change the base?
Conversation
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to [email protected]. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
plugin/trino-ranger/pom.xml
Outdated
<artifactId>hadoop-common</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>org.eclipse.jetty</groupId> |
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.
@HalimKim - org.apache.ranger:org.eclipse.jetty
depdency shouldn't be from org.apache.ranger:ranger-plugins-common
(since org.apache.hadoop:hadoop-common
is already being excluded here); instead it should be from the following:
org.apache.ranger:ranger-audit-dest-solr
(viaorg.apache.solr:solr-solrj
)
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.
@HalimKim - the stack trace in the description is from Ranger 2.6.0 plugin library - which explains your fix in dependency exclusion from ranger-plugins-common
. Trino currently uses Ranger 2.7.0, hence this exclusion should instead be added to ranger-audit-dest-solr
. Rest of the changes look good.
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.
@mneethiraj Thank you for your opinion! I moved it to the ranger-audit-dest-solr.
manual compile test is okay with my env.
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.
And I submitted the signed CLA to [email protected] two days ago.
Is this related? |
Removed exclusion for all Jetty artifacts from a dependency and added it back to another dependency.
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to [email protected]. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
Description
The key message is here
Additional context and related issues
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text: