We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc2b41 commit 8d71184Copy full SHA for 8d71184
2 files changed
changelog/README.md
@@ -17,6 +17,7 @@
17
replication factors (JAVA-702)
18
- [improvement] Add PoolingOptions method to set both core and max
19
connections (JAVA-662).
20
+- [improvement] Do not include epoll JAR in binary distribution (JAVA-766)
21
22
Merged from 2.0.10_fixes branch:
23
driver-dist/src/assembly/binary-tarball.xml
@@ -37,6 +37,7 @@
37
<outputDirectory>lib</outputDirectory>
38
<excludes>
39
<exclude>com.datastax.cassandra:*</exclude>
40
+ <exclude>io.netty:netty-transport-native-epoll:*</exclude>
41
</excludes>
42
</dependencySet>
43
</dependencySets>
0 commit comments