-
Notifications
You must be signed in to change notification settings - Fork 9k
HADOOP-19545. Update to ApacheDS 2.0.0.AM27 and ldap-api 2.1.7 #7628
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. |
LGTM. |
hadoop-project/pom.xml
Outdated
<apacheds.version>2.0.0.AM26</apacheds.version> | ||
<ldap-api.version>2.0.0</ldap-api.version> | ||
<apacheds.version>2.0.0.AM27</apacheds.version> | ||
<ldap-api.version>2.1.5</ldap-api.version> |
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.
The ldap-api.version
can be upgraded to 2.1.7. I have tested it locally.
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.
Done.
2.0.0.AM27 ships with 2.1.5, but it's 1.5 years old at this point, so it makes sense that some dependencies have newer verions.
🎊 +1 overall
This message was automatically generated. |
Description of PR
JIRA: HADOOP-19545. Update to ApacheDS 2.0.0.AM27 and ldap-api 2.1.7
How was this patch tested?
Ran hadoop-auth test suite on my JDK24 branch
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?