Skip to content

Commit f13d0ab

Browse files
Apply suggestions from code review
1 parent 1d92880 commit f13d0ab

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

modules/ROOT/pages/extending-neo4j/aggregation-functions.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,13 @@ public class LongestStringTest
142142
[[reserved-and-deprecated-namespaces]]
143143
== Reserved and deprecated function namespaces
144144

145+
Note that deprecated function namespaces will be moved to reserved in the next major Cypher version.
146+
For more information about Neo4j and Cypher versioning, see link:https://neo4j.com/docs/operations-manual/current/introduction/#_cypher_versions[Operations manual -> Introduction].
145147
[[reserved-and-deprecated-function-namespaces]]
146148
.Overview of reserved and deprecated function namespaces and names
147149
[options="header", cols="m,m"]
148150
|===
149-
| Reserved | Deprecated since Neo4j 2025.11
151+
| Reserved | Deprecated in Cypher 25 since Neo4j 2025.11
150152
| * | abac.*
151153
| date | aura.*
152154
| date.realtime | builtin.*

modules/ROOT/pages/extending-neo4j/functions.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,13 @@ public class JoinTest {
129129
[[reserved-and-deprecated-namespaces]]
130130
== Reserved and deprecated function namespaces
131131

132+
Note that deprecated function namespaces will be moved to reserved in the next major Cypher version.
133+
For more information about Neo4j and Cypher versioning, see link:https://neo4j.com/docs/operations-manual/current/introduction/#_cypher_versions[Operations manual -> Introduction].
132134
[[reserved-and-deprecated-function-namespaces]]
133135
.Overview of reserved and deprecated function namespaces and names
134136
[options="header", cols="m,m"]
135137
|===
136-
| Reserved | Deprecated since Neo4j 2025.11
138+
| Reserved | Deprecated in Cypher 25 since Neo4j 2025.11
137139
| * | abac.*
138140
| date | aura.*
139141
| date.realtime | builtin.*

modules/ROOT/pages/extending-neo4j/procedures.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,13 @@ public class MyProcedures {
279279
[[reserved-and-deprecated-namespaces]]
280280
== Reserved and deprecated procedure namespaces
281281

282+
Note that deprecated procedure namespaces will be moved to reserved in the next major Cypher version.
283+
For more information about Neo4j and Cypher versioning, see link:https://neo4j.com/docs/operations-manual/current/introduction/#_cypher_versions[Operations manual -> Introduction].
282284
[[reserved-and-deprecated-procedure-namespaces]]
283285
.Overview of reserved and deprecated procedure namespaces
284286
[options="header", cols="m,m"]
285287
|===
286-
| Reserved | Deprecated since Neo4j 2025.11
288+
| Reserved | Deprecated in Cypher 25 since Neo4j 2025.11
287289
| cdc.* | *
288290
| date.* | abac.*
289291
| datetime.* | aura.*

0 commit comments

Comments
 (0)