Commit a63f6ac
committed
Update Java driver to include Netty fix
The recent Java driver configures Netty so that it spawns deamon
threads for its event loops and therefore does not block
application when they shut down. This is especially useful for
CLI applications using the JDBC driver.
See neo4j/neo4j-java-driver#918 for more
context.1 parent 23c3569 commit a63f6ac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments