Skip to content

Releases: neo4j/neo4j-ogm-spring

1.0.3

18 Dec 10:52
Compare
Choose a tag to compare

What's Changed

🧹 Housekeeping

  • 55ae0dd Bump com.github.spotbugs:spotbugs from 4.8.2 to 4.8.3 (#29)
  • 46f5fd2 Bump org.neo4j.test:neo4j-harness from 5.14.0 to 5.15.0 (#31)
  • 4a52a52 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#30)
  • 8700c5a Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.3 (#28)
  • 816dbe0 Bump com.github.spotbugs:spotbugs from 4.8.1 to 4.8.2 (#27)
  • 3cfd18a Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#26)
  • f762bb1 Bump org.neo4j.test:neo4j-harness from 5.13.0 to 5.14.0 (#25)

1.0.2

20 Nov 10:19
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • c90da38 fix: Use correct coordinates for Gradle example.

🧹 Housekeeping

  • 41f4cf5 Upgrade to Spring Boot 3.1.5. (#23)
  • 7d370cf Bump com.github.spotbugs:spotbugs from 4.8.0 to 4.8.1 (#19)
  • a9566ab Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 (#22)
  • f36e3f8 Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.2.2 (#21)
  • 0288f91 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#20)
  • 44e3849 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 (#18)
  • 7fb9365 Bump org.jreleaser:jreleaser-maven-plugin from 1.8.0 to 1.9.0 (#17)
  • 3081048 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#16)
  • b8cef18 Bump org.neo4j.test:neo4j-harness from 5.12.0 to 5.13.0 (#14)

1.0.1

16 Oct 14:57
Compare
Choose a tag to compare

What's Changed

🔄️ Refactorings

  • 364b068 refactor: Remove "sysouts“.
  • 6e00537 refactor: Remove the last remaining deprecated calls and overrides. (#2)

📝 Documentation

  • 887e00d docs: No source highlight for plain coordinates.
  • f3fdcf8 docs: Align code of conduct and contributing with neo4j-ogm-quarkus.
  • 3701573 docs: Use correct artifact id in README.

🧹 Housekeeping

  • da85ab1 Bump neo4j-ogm.version from 4.0.7 to 4.0.8
  • 6f03ec7 Bump com.github.spotbugs:spotbugs from 4.7.3 to 4.8.0 (#13)
  • d837fef Bump neo4j.ogm.version from 4.0.6 to 4.0.7 (#12)
  • 2f52227 Bump com.mycila:license-maven-plugin from 4.2 to 4.3 (#11)
  • d95f4f7 Bump com.github.spotbugs:spotbugs from 3.1.3 to 4.7.3 (#8)
  • d7a553e Bump jakarta.enterprise:jakarta.enterprise.cdi-api from 3.0.1 to 4.0.1 (#10)
  • 8411418 Bump jakarta.transaction:jakarta.transaction-api from 2.0.0 to 2.0.1 (#9)
  • 09e1400 Bump org.neo4j.test:neo4j-harness from 5.11.0 to 5.12.0 (#7)
  • 58bc541 Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 (#6)
  • 630fb59 Bump com.github.ben-manes.caffeine:caffeine from 3.1.2 to 3.1.8 (#5)
  • f51b51d Bump com.mycila:license-maven-plugin from 4.2.rc2 to 4.2 (#4)
  • 60ac032 Bump com.github.spotbugs:spotbugs-maven-plugin from 3.1.3 to 4.7.3.6 (#3)

🛠 Build

  • abeee0a build: Upgrade Maven wrapper to ASF wrapper 3.2.0 and Maven 3.9.4
  • 736067f build: Ignore AutoConfiguration.imports for license header check.

1.0.0

04 Sep 15:37
1.0.0
Compare
Choose a tag to compare

What's Changed

This is the initial release of what has been known now for quite some time as SDN5+OGM: It will keep the Neo4j-OGM integration with Spring Data Neo4j on the basis of the last SDN 5.3 release alive and also provide a Spring Boot starter on a best effort basis.

Thanks @torstenkuhnhenne and @nioertel for your input and feedback making this a reality.