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
- a9ea72f Bump maven-shade-plugin from 3.4.1 to 3.5.0 (1014)
- 068cdd6 Bump quarkus.version from 3.1.1.Final to 3.1.2.Final (1013)
- cd2f693 build(deps-dev): Bump error_prone_annotations from 2.19.1 to 2.20.0 (1012)
- b7eaccc Bump graal-sdk from 22.3.2 to 23.0.0 (1015)
- 177079e Bump native-maven-plugin from 0.9.22 to 0.9.23 (1016)
- 9d99a02 build(deps-dev): Bump spring-data-neo4j from 7.1.0 to 7.1.1 (1017)
- 73a0995 Bump maven-invoker-plugin from 3.5.1 to 3.6.0 (1018)
- 5fe2e5c Bump neo4j-harness from 5.8.0 to 5.9.0 (1019)
- b3514b0 build(deps-dev): Bump guava from 32.0.0-jre to 32.0.1-jre (1004)
- 5666856 Bump asciidoctorj-diagram from 2.2.8 to 2.2.9 (1010)
- 2385a5a Bump maven-surefire-plugin from 3.1.0 to 3.1.2 (1009)
- a216d42 Bump commons-io from 2.12.0 to 2.13.0 (1008)
- 6d1d2d2 Bump maven-failsafe-plugin from 3.1.0 to 3.1.2 (1007)
- ca056d7 Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 (1006)
- 2bf44a4 Bump quarkus.version from 3.1.0.Final to 3.1.1.Final (1005)
- cf2bab5 Bump testcontainers.version from 1.18.1 to 1.18.3 (999)
- 06bc8e0 Bump maven-release-plugin from 3.0.0 to 3.0.1 (1002)
- f567495 build(deps-dev): Bump checker-qual from 3.34.0 to 3.35.0 (1001)
- 09a3d03 Bump neo4j-cypher-dsl-schema-name-support from 2023.3.1 to 2023.3.2 (1003)
- f0c7c92 Bump picocli.version from 4.7.3 to 4.7.4 (1000)
- 8c09a85 Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 (998)
- 31ea887 Bump byte-buddy.version from 1.14.4 to 1.14.5 (997)
- 20d9896 Bump asciidoctorj from 2.5.8 to 2.5.10 (996)