File tree Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ methods that have been removed in 3.0.0.
14
14
15
15
Before upgrading to 3.0.0, compile against 2.13.0 with deprecation warnings enabled and remove use of any deprecated methods or classes.
16
16
17
+ ## System Requirements
18
+
19
+ The minimum JVM is now Java 6: however, specific features require Java 7:
20
+
21
+ - SSL support requires Java 7 in order to perform host name verification, which is enabled by default. See
22
+ [ SSL] ({{< relref "connecting.md#SSL" >}}) for details on how to disable host name verification.
23
+ - The asynchronous API requires Java 7, as by default it relies on
24
+ [ AsynchronousSocketChannel] ( http://docs.oracle.com/javase/7/docs/api/java/nio/channels/AsynchronousSocketChannel.html ) for
25
+ its implementation. See [ Async] ({{< ref "async" >}}) for details on configuring the driver to use [ Netty] ( http://netty.io/ ) instead.
26
+
17
27
## Incompatiblities
18
28
19
29
The following lists the most significant backwards-breaking changes, along with the recommended solutions:
You can’t perform that action at this time.
0 commit comments