Skip to content

Releases: neo4j/neo4j-ogm-quarkus

1.2.0

04 May 21:22
Compare
Choose a tag to compare

What's Changed

NOTE From release 1.2.0 on upwards, this shim to enable Neo4j-OGM use with the Quarkus framework is published in parallel to Neo4j-OGM itself, under the following coordinates:

org.neo4j:neo4j-ogm-quarkus

This is also reflected in the readme, the package and the module names. Otherwise this release is identical functional wise with all 1.x releases and in terms of required dependencies, identical with 1.1.1.

🐛 Bug Fixes

  • 12746bc Make prepare-release.sh run under Linux, too.

🔄️ Refactorings

  • 6b36d7a Refactor groupId and package names.

🛠 Build

  • 2c7525a Increment version number with the coordinate change.
  • a46a0ce Remove nexus-staging plugin.
  • 19af7c0 Allow tests to be skipped during release.
  • 80545a6 Use explicit ip for integration tests.
  • b81ad0b Remove superflous formula template.
  • 05c5430 Fix scm coordinates.

1.1.1

04 May 20:13
efc7062
Compare
Choose a tag to compare

What's Changed

NOTE This is the last release available under eu.michael-simons.neo4j:neo4j-ogm-quarkus and with the base package ac.simons.neo4j.ogm.

The next release will be 1.2.0 under org.neo4j:neo4j-ogm-quarkus with packages changed accordingly.
The package change should not break any user, as this extension does only enhance Neo4j-OGM and is not directly consumable.

Maven relocations will be put in place.

🧹 Housekeeping

  • 8d6470a Bump quarkus.version from 2.8.1.Final to 2.8.2.Final (#27)
  • 75db663 Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#26)
  • 707810f Bump checkstyle from 10.1 to 10.2 (#25)
  • 742a890 Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 (#24)
  • fd033d5 Bump quarkus.version from 2.8.0.Final to 2.8.1.Final (#23)
  • 4597e51 Bump neo4j-migrations-quarkus from 1.5.3 to 1.5.4 (#22)
  • c10e791 Bump jreleaser-maven-plugin from 0.10.0 to 1.0.0 (#21)
  • b93d2b9 Bump maven-clean-plugin from 3.1.0 to 3.2.0 (#20)

1.1.0

04 Apr 15:50
f4ae339
Compare
Choose a tag to compare

What's Changed

No breaking changes. Minor bump due to Quarkus bumped to 2.8.0.Final.

🧹 Housekeeping

  • 91963e9 Bump neo4j-migrations-quarkus from 1.5.2 to 1.5.3
  • 81cf54c Bump quarkus-neo4j.version from 1.0.6 to 1.1.0
  • 0c265c7 Bump quarkus.version from 2.7.5.Final to 2.8.0.Final
  • b6986f6 Bump neo4j-ogm.version from 3.2.31 to 3.2.32 (#17)
  • 571b467 Bump checkstyle from 10.0 to 10.1 (#18)

1.0.2

22 Mar 08:18
7916a7c
Compare
Choose a tag to compare

What's Changed

🧹 Housekeeping

  • 11cb0b1 Bump neo4j-migrations-quarkus from 1.5.1 to 1.5.2
  • 0ccc281 Bump neo4j-java-driver from 4.4.3 to 4.4.5 (#16)
  • a971422 Bump quarkus.version from 2.7.4.Final to 2.7.5.Final (#15)

🛠 Build

  • b73b719 Improve list of contributors formatting.

1.0.1

14 Mar 11:12
6f55671
Compare
Choose a tag to compare

What's Changed

🔄️ Refactorings

  • 465cddd Improve internal naming and structure.

📝 Documentation

🧹 Housekeeping

  • aa90a29 Bump neo4j-ogm.version from 3.2.30 to 3.2.31
  • f7c92a2 Bump neo4j-migrations-quarkus from 1.4.0 to 1.5.1
  • 308f30b Bump quarkus.version from 2.7.3.Final to 2.7.4.Final (#13)
  • 640f32a Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#11)
  • d219ed3 Bump quarkus-neo4j.version from 1.0.4 to 1.0.5 (#9)
  • 98d857b Bump checkstyle from 9.3 to 10.0 (#8)
  • a5c933c Bump quarkus.version from 2.7.2.Final to 2.7.3.Final (#7)
  • ce7313c Bump docker-maven-plugin from 0.39.0 to 0.39.1 (#6)

🛠 Build

Contributors

We'd like to thank the following people for their contributions:

1.0.0

24 Feb 08:43
3059925
Compare
Choose a tag to compare

What's Changed

Introducing Neo4j-OGM for Quarkus

(Go to YouTube (link above) to watch this video, please. GitHub user content only allows for files <= 10Mb and I didn't manage to get everything presented in that size 😉)

🚀 Features

  • 088893b Create neo4j-ogm-quarkus.

🛠 Build