Skip to content

Commit 8f218b8

Browse files
To fix renamed configs and a few edits
1 parent 8c16f16 commit 8f218b8

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

modules/ROOT/pages/changes-deprecations-removals.adoc

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
|link:{neo4j-docs-base-uri}/operations-manual/5/configuration/configuration-settings#config_dbms.cluster.discovery.type[`dbms.cluster.discovery.type`]
6868
|label:enterprise[Enterprise Edition]
6969
70-
|link:{neo4j-docs-base-uri}/operations-manual/5/configuration/configuration-settings#config_dbms.cluster.discovery.v2.endpoints[`dbms.cluster.discovery.v2.endpoints`]
70+
|link:{neo4j-docs-base-uri}/operations-manual/5/configuration/configuration-settings#config_dbms.cluster.discovery.endpoints[`dbms.cluster.discovery.endpoints`]
7171
|label:enterprise[Enterprise Edition]
7272
7373
|link:{neo4j-docs-base-uri}/operations-manual/5/configuration/configuration-settings#config_dbms.cluster.discovery.version[`dbms.cluster.discovery.version`]
7474
|label:enterprise[Enterprise Edition]
7575
76-
|link:{neo4j-docs-base-uri}/operations-manual/5/configuration/configuration-settings#config_dbms.kubernetes.discovery.v2.service_port_name[`dbms.kubernetes.discovery.v2.service_port_name`]
76+
|link:{neo4j-docs-base-uri}/operations-manual/5/configuration/configuration-settings#config_dbms.kubernetes.service_port_name[`dbms.kubernetes.service_port_name`]
7777
|label:enterprise[Enterprise Edition]
7878
7979
|link:{neo4j-docs-base-uri}/operations-manual/5/configuration/configuration-settings#config_initial.dbms.database_allocator[`initial.dbms.database_allocator`]
@@ -179,7 +179,7 @@ a|**link:{neo4j-docs-base-uri}/operations-manual/5/monitoring/metrics/reference/
179179

180180
=== SSL framework
181181

182-
.See the CBC-based ciphers that are no longer used from Neo4j 2025.01:
182+
.The CBC-based ciphers that are no longer supported from Neo4j 2025.01:
183183

184184
* TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
185185
* TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
@@ -188,10 +188,10 @@ a|**link:{neo4j-docs-base-uri}/operations-manual/5/monitoring/metrics/reference/
188188

189189
For more details, refer to the page on link:{neo4j-docs-base-uri}/operations-manual/5/security/ssl-framework/#ssl-other-configs[SSL framework] under the Security section.
190190

191-
.SSL-related configuration setting (or move it to the section 'Changed default values'?)
191+
.SSL-related configuration setting
192192

193193
Starting from 2025.01, the default value of `dbms.ssl.policy.*.verify_hostname` is changed from `false` to `true`.
194-
See details in the table link:{neo4j-docs-base-uri}/operations-manual/5/security/ssl-framework/#ssl-configuration[in the table under Configuration section on the page SSL framework].
194+
See link:{neo4j-docs-base-uri}/operations-manual/5/security/ssl-framework/#ssl-configuration[the table on the page _SSL framework_] for more details.
195195

196196
=== Ports
197197

@@ -220,6 +220,9 @@ Port `5000` is no longer used from 2025.01 onwards.
220220

221221
In 2025.01, the deprecated public API is removed.
222222

223+
The `SeedProvider` is removed and replaced by the `DatabaseSeedProvider`.
224+
For details, refer to the link:{neo4j-docs-base-uri}/java-reference/current/extending-neo4j/project-setup/#_databaseseedprovider[Java Reference -> Extending Neo4j -> Setting up a plugin project].
225+
223226
=== Neo4j configuration settings with changed default values
224227

225228
[options=header, cols="3m,1,1"]
@@ -268,9 +271,9 @@ The `server.logs.config` is changed to depend on the provided path for the _conf
268271

269272
=== Renamed configuration settings
270273

271-
`dbms.cluster.discovery.endpoints` => `dbms.cluster.endpoints`
274+
`dbms.cluster.discovery.v2.endpoints` => `dbms.cluster.endpoints`
272275

273-
`dbms.kubernetes.service_port_name` => `dbms.kubernetes.discovery.service_port_name`
276+
`dbms.kubernetes.discovery.v2.service_port_name` => `dbms.kubernetes.discovery.service_port_name`
274277

275278
[role=label--enterprise]
276279
=== Renamed metric

0 commit comments

Comments
 (0)