weiqingy commented on PR #988: URL: https://github.com/apache/flink-agents/pull/988#issuecomment-5247578400
Rebased onto main to clear the conflict with #991. Worth flagging, since it is not obvious from the diff: the rebase also drops the five `netty-tcnative-boringssl-static` per-platform rows #991 added. They arrive under `azure-core-http-netty`, which declares the bare tcnative artifact, and that artifact declares the five per-platform jars itself. With the module gone, nothing pulls tcnative any more. `netty-handler` still ships but declares it optional, so netty falls back to its JDK SSL provider, as it does on any classpath without the native library. -- 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]
