Skip to content

Update dependency eu.michael-simons.neo4j:neo4j-migrations to v2.5.0

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
eu.michael-simons.neo4j:neo4j-migrations 2.4.0 -> 2.5.0 age adoption passing confidence

Release Notes

michael-simons/neo4j-migrations (eu.michael-simons.neo4j:neo4j-migrations)

v2.5.0

Compare Source

Neo4j-Migrations now let's you not only define 5.9 property type constraints in its catalogs, but it also can generate them from OGM or SDN annotated classes. This means, you can take your @Node annotated classes and migrations will generate constraints that ensure your LocalDateTime is not only such a property in the domain class, but also in the database, for all those scenarios where someone or something bypassed your sweet SDN applications.

Enjoy.

🚀 Features

  • 27ac125 feat: Add additional processor option to generate Neo4j 5.9 property type constraints. (#​1022)
  • adb2638 feat: Add support for Neo4j 5.9 type constraints. (#​1020)

🔄️ Refactorings

  • c97a19c refactor: Use Neo4j 5 by default in all tests.

🧹 Housekeeping


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports