Skip to content

Commit 96e397d

Browse files
authored
feat(native): add support for Netty native transports (#1690)
This update brings support for using Netty native transports. Providing that a valid native dependency is added, it will be discovered and used instead of the default `NIO` transport. For example: ``` <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-io_uring</artifactId> <classifier>linux-x86_64</classifier> </dependency> ```
1 parent 1e111a7 commit 96e397d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<maven.deploy.skip>true</maven.deploy.skip>
3535

3636
<!-- Versions -->
37-
<neo4j-bolt-connection-bom.version>8.0.1</neo4j-bolt-connection-bom.version>
37+
<neo4j-bolt-connection-bom.version>8.2.0</neo4j-bolt-connection-bom.version>
3838
<reactive-streams.version>1.0.4</reactive-streams.version>
3939
<!-- Please note that when updating this dependency -->
4040
<!-- (i.e. due to a security vulnerability or bug) that the -->

0 commit comments

Comments
 (0)