frankgh commented on code in PR #63:
URL: https://github.com/apache/cassandra-sidecar/pull/63#discussion_r1273914080
##########
vertx-client/build.gradle:
##########
@@ -56,7 +56,11 @@ dependencies {
api(group: 'io.vertx', name: 'vertx-web-client', version: '4.4.1') {
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
}
- implementation(group: 'io.netty', name: 'netty-tcnative-boringssl-static',
version: '2.0.44.Final') // for openSSL
+ implementation(group: 'io.netty', name: 'netty-tcnative-boringssl-static',
version: '2.0.61.Final') // for openSSL
+ implementation(group: 'io.netty', name: 'netty-tcnative-boringssl-static',
version: '2.0.61.Final', classifier: 'linux-x86_64') // for openSSL
+ implementation(group: 'io.netty', name: 'netty-tcnative-boringssl-static',
version: '2.0.61.Final', classifier: 'osx-aarch_64') // for openSSL
+ implementation(group: 'io.netty', name: 'netty-tcnative-boringssl-static',
version: '2.0.61.Final', classifier: 'linux-aarch_64') // for openSSL
+ implementation(group: 'io.netty', name: 'netty-tcnative-boringssl-static',
version: '2.0.61.Final', classifier: 'osx-x86_64') // for openSSL
Review Comment:
actually, behavior changed after version `2.0.48.Final`.
https://github.com/netty/netty-tcnative/issues/716
--
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]