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

Bump org.neo4j:neo4j-cypher-dsl from 2022.9.2 to 2024.0.0 #627

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps org.neo4j:neo4j-cypher-dsl from 2022.9.2 to 2024.0.0.

Release notes

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

2024.0.0

We're finally going 2024 with this release. The biggest new feature in this release is that we now allow chaining statements that end with a YIELD clause, which lets you compose complex queries in a nicer way.

We also removed all deprecated constructs and methods we accumulated until now. If you ignored the warnings until now, you cannot do any longer. The latest SDN release is prepared for this Cypher-DSL release already, as we did the necessary changes over there already (See this spring-projects/spring-data-neo4j@2861e771333d8b9443026669763ddccd5be7659d[commit] for the necessary changes for example).

🚀 Features

  • Allow chaining statements to yielding calls. (#964)
  • Allow chainable foreach. (#988)

🐛 Bug Fixes

  • Actually make sortOrderDefaultExpression test what it is supposed to test.

🧹 Housekeeping

  • Dependency upgrades:
    • Bump org.apache.maven.plugins:maven-shade-plugin (#1006)
    • Bump org.neo4j.driver:neo4j-java-driver (#1005)
    • Bump org.sonarsource.scanner.maven:sonar-maven-plugin (#1004)
    • Bump com.google.guava:guava (#1003)
    • Bump org.apache.maven.plugins:maven-enforcer-plugin (#1002)
    • Bump org.apache.maven.plugins:maven-javadoc-plugin (#1001)
    • Bump com.github.ekryd.sortpom:sortpom-maven-plugin (#992)
    • Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (#998)
    • Bump org.springframework.boot:spring-boot-starter-parent (#997)
    • Bump com.puppycrawl.tools:checkstyle (#996)
    • Bump org.codehaus.mojo:exec-maven-plugin (#995)
    • Bump org.asciidoctor:asciidoctorj from 2.5.12 to 2.5.13 (#993)
    • Bump org.springframework.data:spring-data-neo4j (#991)
    • Bump io.projectreactor:reactor-bom (#990)
    • Bump org.graalvm.buildtools:native-maven-plugin (#989)
    • Bump com.mycila:license-maven-plugin from 4.3 to 4.5 (#987)
    • Bump mockito.version from 5.11.0 to 5.12.0 (#986)
    • Bump testcontainers.version from 1.19.7 to 1.19.8 (#985)
    • Bump com.google.guava:guava (#982)
    • Bump org.checkerframework:checker-qual (#984)
    • Bump org.apache.maven.plugins:maven-install-plugin (#983)
    • Bump com.github.siom79.japicmp:japicmp-maven-plugin (#981)
    • Bump com.fasterxml.jackson:jackson-bom (#980)
    • Bump org.apache.maven.plugins:maven-deploy-plugin (#979)

2023.9.7

Not everything goes as planned ;) Another 2023.9 release, enjoy.

🐛 Bug Fixes

  • Use proper generics when generating extensible models. (#974)
  • Treat the asterisk correctly in an importing with. (#973)

... (truncated)

Commits
  • 2e89b9c Prepare release.
  • fb4a170 docs: Update changelog.
  • 9f22b5b build(deps-dev): Bump org.checkerframework:checker-qual (#1009)
  • e84ccce build(deps): Bump org.apache.maven.plugins:maven-checkstyle-plugin (#1008)
  • e85065e build(deps): Bump neo4j.version from 5.19.0 to 5.20.0 (#1000)
  • febcef3 build(deps): Bump org.apache.maven.plugins:maven-shade-plugin (#1006)
  • 5243922 build(deps-dev): Bump org.neo4j.driver:neo4j-java-driver (#1005)
  • 64daf92 build(deps): Bump org.sonarsource.scanner.maven:sonar-maven-plugin (#1004)
  • fd851a0 build(deps-dev): Bump com.google.guava:guava (#1003)
  • 2fc94cc build(deps): Bump org.apache.maven.plugins:maven-enforcer-plugin (#1002)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.neo4j:neo4j-cypher-dsl [>= 2023.a, < 2024]

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](https://github.com/neo4j-contrib/cypher-dsl) from 2022.9.2 to 2024.0.0.
- [Release notes](https://github.com/neo4j-contrib/cypher-dsl/releases)
- [Commits](neo4j/cypher-dsl@2022.9.2...2024.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 10, 2024 08:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 10, 2024
@fbiville
Copy link
Contributor

Not compatible with our JDK baseline

@fbiville fbiville closed this Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.neo4j-neo4j-cypher-dsl-2024.0.0 branch June 10, 2024 10:49
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