File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ The 'extras' module is also published as a separate artifact:
90
90
We also provide a [ shaded JAR] ( manual/shaded_jar/ )
91
91
to avoid the explicit dependency to Netty.
92
92
93
+ On Fedora 30 or later you may need to install dependencies for ` netty-tcnative-boringssl-static `
94
+ by running ` dnf -y install libxcrypt-compat `
95
+
96
+
93
97
## Compatibility
94
98
95
99
The Java client driver 3.11.5.0 ([ branch scylla-3.x] ( https://github.com/scylladb/java-driver/tree/scylla-3.x ) ) is compatible with
Original file line number Diff line number Diff line change 97
97
<javadoc .opts />
98
98
<!-- Append "-fedora" to os.detected.classifier for Fedora systems
99
99
(see https://netty.io/wiki/forked-tomcat-native.html) -->
100
+ <!-- Commenting this out since artifact in use right now is statically
101
+ linked. There is no linux-x86_64-fedora variant like with
102
+ regular netty-tcnative.
100
103
<os.detection.classifierWithLikes>fedora</os.detection.classifierWithLikes>
104
+ -->
101
105
</properties >
102
106
103
107
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments