szetszwo commented on PR #6739: URL: https://github.com/apache/hadoop/pull/6739#issuecomment-2067264884
> will this require changes everywhere? or will the default of bce still work? ... If we change it to use java reflection (similar to `fs.AbstractFileSystem.hdfs.impl`), then it will work as long as the `bcprov-jdk18on` jar is available. > ... as if it gives a choice, fine -just as long as it doesn't force that choice on everyone We are currently forcing everyone to add the `bcprov-jdk18on` security provider (since it is hard coded.) With this PR, the provider becomes configurable. -- 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]
