-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDDS-1390 - Remove hk2 dependency exclusions from ozone s3gateway mod… #698
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
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
Thank you very much the patch @avijayanhwx. Unfortunately it's not enough: Maven dependency plugin (which is used in the hadoop-ozone/dist) resolves the dependencies of the project but during the maven dependency resolution only the newest artifact is used. In this specific case different version is used from 'guice-bridge' in ozone-recon and s3g. As we have a classpath description based classpath assembly it shouldn't be a problem. At runtime it's possible to use different jars, but at package time we should copy manually the older jar files in this case. But as you are free to choose any version of the guice binding, I would propose to use exactly the same version in s3g and recon. Can you please change the version in ozone-recon? |
|
Sorry, I missed that you did almost the same. I tested accidentally the patch file and not the PR. This PR seems to be fine. I started a new build (and fixed a Jenkinsfile problem: the working directory was not cleaned). |
|
+1 LGTM. Thank You @avijayanhwx for the quick fix, and @elek for the review. |
Author: Jagadish <[email protected]> Reviewers: Jagadish<[email protected]> Closes apache#698 from vjagadish1989/website-reorg6
* CDPD-90798. Revert "CDPD-90798: Use loadDefaults == true. (apache#188)" This reverts commit 255b484. * CDPD-90798. Revert "CDPD-90798: Change back to env having a higher precedence than conf." This reverts commit 90fe047. * CDPD-90798. Revert "CDPD-90798: CDPD-76124.SaslMechanismFactory: Fixed typo in conf vs. env precedence logic" This reverts commit 5496de1. * CDPD-90798. Revert "CDPD-90798: HADOOP-19359. Accelerate token negotiation for other similar mechanisms." This reverts commit 86f58d4. * CDPD-90798. Revert "CDPD-90798: HDFS-17679 Use saslClient#hasInitialResponse() instead of heuristics in SaslParticipant#createFirstMessage() (apache#7201)" This reverts commit bd0f557. * CDPD-90798. Revert "CDPD-90798: HDFS-17668 Treat null SASL negotiated QOP as auth in DataTransferSasl… (apache#7171)" This reverts commit 20eb4e5. * CDPD-90798. Revert "CDPD-90798: HADOOP-19342. SaslRpcServer.AuthMethod print INFO messages in client." This reverts commit 4c7ddb3. * CDPD-90798. Revert "CDPD-90798: HADOOP-19306. Support user defined auth Callback in SaslRpcServer. (apache#7140)" This reverts commit 1c0bd3d.
…ule.
Some hk2 transitive dependencies were mistakenly excluded in HDDS-1358Link to solve maven enforcer plugin issues. This jira cleans that up.