Skip to content
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

build(deps): Bump org.neo4j:neo4j-cypher-dsl-schema-name-support from 2023.8.1 to 2023.9.0 #1143

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps org.neo4j:neo4j-cypher-dsl-schema-name-support from 2023.8.1 to 2023.9.0.

Release notes

Sourced from org.neo4j:neo4j-cypher-dsl-schema-name-support's releases.

2023.9.0

2023.9 contains several new features: It brings support for parsing and rendering Quantified Path Patterns (QPP), shifts to a single, easy to find main entry point to the DSL via just Cypher and makes the static code generator a bit more powerful.

While QPP are a powerful feature (have a look at "Getting From Denmark Hill to Gatwick Airport With Quantified Path Patterns" to see what you can do with them), I find them a bit hard to read, with all the parentheses and I did not expect them to really fit in well with our builder. However, it turned out that the elements we need to provide in our own AST to render what we parsed do work well: If you decide to build QPP with Cypher-DSL, you can now quantify relationship patterns as a whole or only the relationship, making up already for many uses cases.

The single entry point to our API makes the whole system a lot more discoverable. @​lukaseder did create a ticket for that in the beginning of 2023 and if someone knows the importance of that, he is that someone as the creator of jOOQ. Thank you, Lukas and of course earlier this week, @​Andy2003 for actually doing the work of adding all those methods to Cypher.

If you don't care about deprecation warnings, 2023.9.0 will be a drop-in replacement. The existing entry points won't go away until the next major release, in which they will be made package private. Until then, they are deprecated.

It my sound like a broken record by now, but again: Thank you, @​zakjan and @​ikwattro for your input on QPP, now we are waiting for your bug-reports.

🚀 Features

  • Provide a single DSL API entry point. (#862)
  • Allow parsing of collect expression. (#861)
  • Add support for quantified path patterns. (#860)
  • Add support for predicates inside pattern elements. (#859)
  • Add ability to add additional factory methods for relationship models to a node in the static model (#840)

📖 Documentation

  • Add example how to access properties of a list element.

🧹 Housekeeping

  • Dependency upgrades:
    • Bump spring-boot-starter-parent from 3.1.5 to 3.2.0
    • Bump auto-common to 1.2.2
    • Bump errorprone from 2.12.1 to 2.23.0
    • Bump sortpom from 2.15.0 to 3.3.0
    • Bump com.opencsv:opencsv from 5.8 to 5.9
    • Bump testcontainers.version from 1.19.2 to 1.19.3
    • Bump testcontainers.version from 1.19.1 to 1.19.2 (#857)
    • Bump org.codehaus.mojo:exec-maven-plugin (#856)
    • Bump io.projectreactor:reactor-bom (#855)
    • Bump com.puppycrawl.tools:checkstyle (#854)
    • Bump com.fasterxml.jackson:jackson-bom (#853)
    • Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#852)
    • Bump org.springframework.data:spring-data-neo4j (#851)
    • Bump org.apache.maven.plugins:maven-surefire-plugin (#850)
    • Bump org.apache.maven.plugins:maven-failsafe-plugin (#849)
    • Bump org.apache.maven.plugins:maven-javadoc-plugin (#848)
Commits
  • dfcc2a5 Prepare release.
  • c305c94 docs: Update changelog.
  • a4a0773 fix: Bring back Asciidoc tags (#865)
  • 23ffa6f build(deps): Bump spring-boot-starter-parent from 3.1.5 to 3.2.0
  • 1fea2f0 build(deps): Bumo auto-common to 1.2.2
  • f2a4bf0 build(deps): Bump errorprone from 2.12.1 to 2.23.0
  • d0ad1f9 build(deps): Bump sortpom from 2.15.0 to 3.3.0
  • 615a03e build(deps-dev): Bump com.opencsv:opencsv from 5.8 to 5.9
  • c37cbce build(deps): Bump testcontainers.version from 1.19.2 to 1.19.3
  • 6f8e493 feat: Provide a single DSL API entry point. (#862)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.neo4j:neo4j-cypher-dsl-schema-name-support](https://github.com/neo4j-contrib/cypher-dsl) from 2023.8.1 to 2023.9.0.
- [Release notes](https://github.com/neo4j-contrib/cypher-dsl/releases)
- [Commits](neo4j/cypher-dsl@2023.8.1...2023.9.0)

---
updated-dependencies:
- dependency-name: org.neo4j:neo4j-cypher-dsl-schema-name-support
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 27, 2023
@michael-simons
Copy link
Owner

@dependabot squash and merge

@dependabot dependabot bot merged commit 4c23484 into main Nov 27, 2023
9 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.neo4j-neo4j-cypher-dsl-schema-name-support-2023.9.0 branch November 27, 2023 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant