Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ The 'extras' module is also published as a separate artifact:
We also provide a [shaded JAR](manual/shaded_jar/)
to avoid the explicit dependency to Netty.

On Fedora 30 or later you may need to install dependencies for `netty-tcnative-boringssl-static`
by running `dnf -y install libxcrypt-compat`


## Compatibility

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
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@
<javadoc.opts />
<!-- Append "-fedora" to os.detected.classifier for Fedora systems
(see https://netty.io/wiki/forked-tomcat-native.html) -->
<!-- Commenting this out since artifact in use right now is statically
linked. There is no linux-x86_64-fedora variant like with
regular netty-tcnative.
<os.detection.classifierWithLikes>fedora</os.detection.classifierWithLikes>
-->
</properties>

<dependencyManagement>
Expand Down
Loading