szetszwo commented on PR #6739:
URL: https://github.com/apache/hadoop/pull/6739#issuecomment-2067272199
Let me clarify in more details:
- Current code without any changes:
- Force everyone to add the `bcprov-jdk18on` security provider
- Current PR (remove `bcprov-jdk18on` dependency and remove the hardcoded
provider but not using reflection)
- Users/downstream project can still use `bcprov-jdk18on` by
- (1) adding `bcprov-jdk18on` provider statically in the java.security
file, or added dynamically by calling the
java.security.Security.addProvider(..) method; and
- (2) making `bcprov-jdk18on` jar in the class path .
- Alternative PR (remove `bcprov-jdk18on` dependency and change the
hardcoded provider using reflection)
- Users/downstream project can still use `bcprov-jdk18on` by only (2)
above, i.e. (1) is not needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]