CalvinKirs opened a new pull request, #34344: URL: https://github.com/apache/doris/pull/34344
## Abstract The bcprov-jdk15on library is primarily used for providing encryption and decryption algorithms. The vesoft-client and metastore-client-hive3 modules, which are dependencies of the FE module, both rely on bcprov-jdk15on to write keys and other objects to files. Additionally, the arrow-flight-jdbc module in version 2.1 also depends on this package. Migration to bcprov-jdkon18 Since bcprov-jdk15on is no longer being maintained and bcprov-jdkon18 is fully compatible with it, we can replace bcprov-jdk15on with bcprov-jdkon18. This will ensure continued support and security for our applications. FYI https://www.bouncycastle.org/latest_releases.html -- 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]
