Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Netty and tcnative versions #1581

Merged
merged 4 commits into from
Apr 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions modules/ROOT/pages/security/ssl-framework.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For more details, see the <<table, Netty support per Neo4j version>>.
- Set `xref:reference/configuration-settings.adoc#config_dbms.netty.ssl.provider[dbms.netty.ssl.provider]=OPENSSL`.
- Restart Neo4j.

Most supported versions of Neo4j use Netty 4.1.77.Final, which requires tcnative 2.0.52.
Most supported versions of Neo4j use Netty 4.1.100.Final, which requires tcnative 2.0.65.
Only Neo4j 3.5 still uses older versions of Netty.
See the table below for detailed information:

Expand All @@ -47,23 +47,23 @@ See the table below for detailed information:
| tcnative version
| Direct link

| 5.0
| 4.1.77.Final
| 2.0.52.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.52.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/jar

| 4.4.9
| 4.1.77.Final
| 2.0.52.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.52.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/jar

| 4.3.15
| 4.1.77.Final
| 2.0.52.Final
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.52.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/jar
| 5.19
| 4.1.107.Final
| 2.0.61.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.61.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.61.Final/jar

| 4.4.33
NataliaIvakina marked this conversation as resolved.
Show resolved Hide resolved
| 4.1.100.Final
| 2.0.65.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.65.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.65.Final/jar

| 4.3.23
| 4.1.86.Final
| 2.0.59.Final
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.59.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.59.Final/jar

| 3.5.34
| 3.9.9.Final + 4.1.68.Final
Expand Down