-
Notifications
You must be signed in to change notification settings - Fork 16
Clarified naming rules for user defined callables and added list for reserved and deprecated namespaces #310
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
Conversation
…reserved and deprecated namespaces
|
A very good clarification and addition. Thank you, @JoelBergstrand! |
|
@NataliaIvakina, this will be valid for 2025.11 and forward. Some of it applies to earlier version as well but not the information about deprecations. |
Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com>
So, I assume we have to reflect this information in the Deprecations columns. Mark it with the Please do not merge this PR till 2025.10 docs are published. |
|
@NataliaIvakina, the reserved columns are correct for 5.x and 2025.x-10. It is only the mentions of deprecations that are new behavior in 2025.11. I can leave the merging to you if you are okey with that. |
Ok, nice! I'll take care of this PR, no probs. I'll also raise PRs against the 5.x and main branches and ping you to review them. |
Lojjs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think we want to mention explicitly that the deprecated namespaces will be restricted in the future or do you think that is easy to understand?
Apart from this question which I am unsure about, this documentation looks good I think.
@Lojjs hi! I think it's clear enough that the deprecated namespaces will remain deprecated in future releases. |
|
@NataliaIvakina, I think what @Lojjs is referring to is that the namespaces are deprecated in the Cypher 25 version. So will be move to reserved in the next Cypher version whenever that is. Maybe we should make that more apparent to the users. |
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
…reserved and deprecated namespaces (neo4j#310) * Clarified naming rules for user defined callables and added list for reserved and deprecated namespaces * Apply suggestions from code review Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com> * Updated deprecating root for procedures * Update modules/ROOT/pages/extending-neo4j/procedures.adoc * Apply suggestions from code review --------- Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com> Co-authored-by: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com>
* Update antora.yml (#312) * Clarified naming rules for user defined callables and added list for reserved and deprecated namespaces (#310) * Clarified naming rules for user defined callables and added list for reserved and deprecated namespaces * Apply suggestions from code review Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com> * Updated deprecating root for procedures * Update modules/ROOT/pages/extending-neo4j/procedures.adoc * Apply suggestions from code review --------- Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com> Co-authored-by: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> * We have reverted the deprecation of aura.* in product. (#321) --------- Co-authored-by: JoelBergstrand <joel.bergstrand@hotmail.com> Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com> Co-authored-by: Louise Berglund <louise.berglund@neo4j.com>
* bump version to 2025.02 (#248) * Bump @neo4j-antora/antora-modify-sitemaps in the prod-dependencies group (#249) Bumps the prod-dependencies group with 1 update: @neo4j-antora/antora-modify-sitemaps. Updates `@neo4j-antora/antora-modify-sitemaps` from 0.6.1 to 0.7.0 --- updated-dependencies: - dependency-name: "@neo4j-antora/antora-modify-sitemaps" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update dev version to 2025.03 (#252) * Update version in antora.yml to 2025.03 (#254) * Update Java driver version to 5.28.3 (#258) * Packages workflows refine (#261) * update workflow to 1.2.0 * update packages * Replace `page-version` with `current` in links (#260) * Replace `page-version` with `current` in links * Put back `page-version` for the Ops manual and fix links on locks/deadlocks * Update modules/ROOT/pages/java-embedded/unique-nodes.adoc * Update modules/ROOT/pages/extending-neo4j/unmanaged-extensions.adoc * Update docs-pr-checks.yml (#263) * Update the version to 2025.04 (#268) * Update version to 2025.05 (#271) * Update version to 2025.06 (#277) * Update Java driver version to 5.28.5 (#280) * Update and fix several pages (#279) * Update and fix several pages * Change ClusterSettings to DiscoverySettings * Update Java driver to 5.28.6 (#283) * Bump Neo4j version to 2025.07 (#286) * Update Java driver to 5.28.7 (#287) * Update path to javadocs (#289) * Update path to javadocs * use docs-base-uri in path * Update Java driver version to 5.28.9 (#290) * Update to 2025.08 (#294) * Update to 2025.09 (#298) * Bump to 2025.10, Java driver to 5.28.10 (#302) * Update Java to 21 (#306) * Update Java to 21 * Add a link to the Bolt docs * Update setup.adoc * Update antora.yml (#312) * Update Java Driver to 6.0.2 (#315) * Update Neo4j v. to 2025.12, Java Driver to 6.0.2 * Back to 2025.11 * Clarified naming rules for user defined callables and added list for reserved and deprecated namespaces (#310) * Clarified naming rules for user defined callables and added list for reserved and deprecated namespaces * Apply suggestions from code review Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com> * Updated deprecating root for procedures * Update modules/ROOT/pages/extending-neo4j/procedures.adoc * Apply suggestions from code review --------- Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com> Co-authored-by: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> * We have reverted the deprecation of aura.* in product. (#321) * Update antora.yml to 2025.12 (#325) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Reneta Popova <reneta.popova@neo4j.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Neil Dewhurst <neil.dewhurst@neo4j.com> Co-authored-by: JoelBergstrand <joel.bergstrand@hotmail.com> Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com> Co-authored-by: Louise Berglund <louise.berglund@neo4j.com>
Changes and clarification from PR.