Skip to content

Commit 0dfdcbe

Browse files
authored
updated netty compatibility table for SSL usage (#1742)
it's a bit complicated to describe the table though, because the paragraph before makes it sound like all Neo4j versions except the ones listed use netty 4.1.11. But the reality is that: - 4.4.27 to 4.4.35 use netty 4.1.100.Final - 4.4.24 to 4.4.26 use netty 4.1.94.Final - 4.4.16 to 4.4.23 use netty 4.1.86.Final - 4.4.10 to 4.4.15 use netty 4.1.86.Final - etc I'm not sure what the best way to describe that would be.
1 parent cb0a998 commit 0dfdcbe

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

modules/ROOT/pages/security/ssl-framework.adoc

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,53 @@ See the table below for detailed information:
4747
| tcnative version
4848
| Direct link
4949

50-
| 4.4.35
50+
| 4.4.36
5151
| 4.1.111.Final
5252
| 2.0.65.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
5353
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.65.Final/jar
5454
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.65.Final/jar
5555

5656
| 4.4.27
5757
| 4.1.100.Final
58-
| 2.0.65.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
59-
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.65.Final/jar
60-
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.65.Final/jar
61-
62-
| 4.4.9
58+
| 2.0.61.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
59+
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.61.Final/jar
60+
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.61.Final/jar
61+
62+
| 4.4.24
63+
| 4.1.94.Final
64+
| 2.0.61.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
65+
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.61.Final/jar
66+
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.61.Final/jar
67+
68+
| 4.4.16
69+
| 4.1.86.Final
70+
| 2.0.54.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
71+
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.54.Final/jar
72+
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.54.Final/jar
73+
74+
| 4.4.10
6375
| 4.1.77.Final
6476
| 2.0.52.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
6577
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.52.Final/jar
6678
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/jar
79+
80+
| 4.4.6
81+
| 4.1.75.Final
82+
| 2.0.50.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
83+
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.50.Final/jar
84+
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.50.Final/jar
85+
86+
| 4.4.4
87+
| 4.1.73.Final
88+
| 2.0.46.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
89+
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.46.Final/jar
90+
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.46.Final/jar
91+
92+
| 4.4.0
93+
| 4.1.69.Final
94+
| 2.0.44.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
95+
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.44.Final/jar
96+
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.44.Final/jar
6797
|===
6898

6999

0 commit comments

Comments
 (0)