Skip to content

Commit 3171cbf

Browse files
committed
Remove mention of EOL Neo4j 4.2
1 parent 2d15195 commit 3171cbf

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

doc/modules/ROOT/pages/algorithms/pregel-api.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,6 @@ dbms.security.procedures.unrestricted=custom.pregel.proc.*
574574
dbms.security.procedures.allowlist=custom.pregel.proc.*
575575
----
576576

577-
NOTE: Before `Neo4j 4.2`, the configuration setting is called `dbms.security.procedures.whitelist`
578-
579577

580578
[[algorithms-pregel-api-example]]
581579
== Examples

doc/modules/ROOT/pages/installation/neo4j-desktop.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ If the procedure allowlist is configured, make sure to also include procedures f
2020
----
2121
dbms.security.procedures.allowlist=gds.*
2222
----
23-
24-
NOTE: Before `Neo4j 4.2`, the configuration setting is called `dbms.security.procedures.whitelist`

doc/modules/ROOT/pages/installation/neo4j-server.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ dbms.security.procedures.allowlist=gds.*
2222
----
2323
+
2424

25-
NOTE: Before `Neo4j 4.2`, the configuration setting is called `dbms.security.procedures.whitelist`
26-
27-
2825
5. Restart Neo4j
2926

3027

0 commit comments

Comments
 (0)