rschmitt opened a new pull request, #679: URL: https://github.com/apache/httpcomponents-core/pull/679
Currently, we depend on Conscrypt 2.5.2. The most recent release is version 2.6.1, which adds aarch64 native libraries for both Mac and Linux: | | 2.5.2 | 2.6.1 | |-----------------|-------|-------| | Windows x86 | ✅ | | | Windows x86_64 | ✅ | ✅ | | Windows aarch64 | | | | Mac x86_64 | ✅ | ✅ | | Mac aarch64 | | ✅ | | Linux x86_64 | ✅ | ✅ | | Linux aarch64 | | ✅ | This change upgrades to the latest version and updates `AlpnTests` to ensure Conscrypt test coverage on all supported platforms. -- 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]
