fix(deps): update neo4j.cypher.dsl.version to v2025 (major) #362
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
2024.7.3
->2025.0.3
2024.7.3
->2025.0.3
2024.7.3
->2025.0.3
Release Notes
neo4j/cypher-dsl (org.neo4j:neo4j-cypher-dsl-schema-name-support)
v2025.0.3
Compare Source
🚀 Features
ORDER BY
after match.🧹 Housekeeping
v2025.0.2
Compare Source
🚀 Features
REMOVE
clause. (#1325)SET
clause. (#1324)🐛 Bug Fixes
🧹 Housekeeping
QueryDSLAdapterTests
once again.v2025.0.1
Compare Source
🔄️ Refactorings
🧹 Housekeeping
v2025.0.0
Compare Source
It's about time to create a 2025 major release of Cypher-DSL.
First things first: We removed the deprecated, direct integration of the Neo4j Java driver. That integration used to allow making all Cypher-DSL statements "executable", that is: You were able to pass a query executor to them and get results back. It has been used in Spring Data Neo4j testing code, but not much anywhere else. We removed it because it started to became costly: The common Neo4j Java driver and its dependency will change a lot in their 6.x series, and especially the dependencies will drag us down. Cypher-DSL is a project that is used by Spring Data Neo4j, Neo4j JDBC Driver and many more. All of them need to keep an eye on dependency management, hence we prefer to be more lightweight here again.
You won't notice a difference in most use-cases.
With this major we welcome and thank @Shinigami92 as first-time contributor to the ecosystem. They took inspiration of the Spring Data Neo4j annotation processor and started off a similar processor for Neo4j-OGM, so that you can now enjoy a static metamodel based on Cypher-DSL for Neo4j-OGM as well. A use-case might be in a Quarkus application.
🚀 Features
ALL SHORTEST
andSHORTEST 1
as legacy functions.🐛 Bug Fixes
CALL
clause.🔄️ Refactorings
🧹 Housekeeping
v2024.7.4
Compare Source
🚀 Features
ORDER BY
after match.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.