neo4j-ogm-quarkus

Quarkus extension to that allows proper usage of Neo4j-OGM inside Quarkus.

APACHE-2.0 License

Stars
11
Committers
3

Bot releases are hidden (Show)

neo4j-ogm-quarkus - 1.5.0

Published by michael-simons about 2 years ago

What's Changed

๐Ÿ› Bug Fixes

  • 959849d Adjust dev-ui to use fluid layout.

๐Ÿงน Housekeeping

  • 201dc62 Bump quarkus-neo4j.version from 1.3.2 to 1.4.0 (#68)
  • de9fa6e Bump checkstyle from 10.3.1 to 10.3.2 (#69)
  • 1ac5b62 Bump neo4j-migrations-quarkus from 1.8.3 to 1.9.0 (#72)
  • 0111f4e Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#70)
  • a6623f0 Bump quarkus.version from 2.11.0.Final to 2.11.1.Final (#67)
  • 51cab96 Bump docker-maven-plugin from 0.40.1 to 0.40.2 (#71)
  • 80d1b5a Bump quarkus.version from 2.10.2.Final to 2.11.0.Final (#66)
  • 81651c9 Bump neo4j-migrations-quarkus from 1.8.1 to 1.8.3 (#61)
  • 7bcc3a7 Bump maven-install-plugin from 3.0.0-M1 to 3.0.1 (#65)
  • a47f7d9 Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 (#64)
  • 1d0dff2 Bump sortpom-maven-plugin from 3.1.3 to 3.2.0 (#63)
  • 1a071ab Bump quarkus-neo4j.version from 1.3.0 to 1.3.2 (#62)
  • b532fe4 Bump exec-maven-plugin from 3.0.0 to 3.1.0 (#60)
  • 4ca9a14 Bump neo4j-java-driver from 4.4.6 to 4.4.9 (#59)
  • a5791fd Bump neo4j-ogm.version from 3.2.35 to 3.2.36 (#57)
  • fca8d08 Bump quarkus.version from 2.10.0.Final to 2.10.2.Final (#56)
  • 276eb53 Bump neo4j-migrations-quarkus from 1.7.1 to 1.8.1 (#55)
  • bdce1d0 Bump checkstyle from 10.3 to 10.3.1 (#54)
  • bc5ddf6 Bump jreleaser-maven-plugin from 1.0.0 to 1.1.0 (#52)

๐Ÿ›  Build

  • ee29ea0 Increment version number to reflect minor Quarkus bump.
neo4j-ogm-quarkus - 1.4.0

Published by michael-simons over 2 years ago

What's Changed

๐Ÿงน Housekeeping

  • 4c33360 Bump quarkus-neo4j.version from 1.2.0 to 1.3.0 (#50)
  • 457b495 Bump quarkus.version from 2.9.2.Final to 2.10.0.Final (#49)
  • 9bcbf15 Bump neo4j-migrations-quarkus from 1.7.0 to 1.7.1 (#45)
  • 092a71e Bump docker-maven-plugin from 0.40.0 to 0.40.1 (#43)
  • 64f0c7e Bump neo4j-migrations-quarkus from 1.6.0 to 1.7.0 (#42)
  • 78c6f68 Bump neo4j-java-driver from 4.4.5 to 4.4.6 (#41)

๐Ÿ›  Build

  • ed13664 Increment version number to reflect minor Quarkus bump.
  • 6137586 Add a CODEOWNERS declaration. (#46)
neo4j-ogm-quarkus - 1.3.0

Published by michael-simons over 2 years ago

What's Changed

๐Ÿงน Housekeeping

  • ee5d64b Bump neo4j-ogm.version from 3.2.34 to 3.2.35
  • 61e9837 Bump docker-maven-plugin from 0.39.1 to 0.40.0 (#40)
  • 29e9d1f Bump sortpom-maven-plugin from 3.1.0 to 3.1.3 (#39)
  • dc9513b Bump checkstyle from 10.2 to 10.3 (#38)
  • d68dfc4 Bump quarkus.version from 2.9.1.Final to 2.9.2.Final (#37)
  • 4187639 Bump neo4j-ogm.version from 3.2.33 to 3.2.34 (#36)
  • cf4f27d Bump neo4j-migrations-quarkus from 1.5.6 to 1.6.0 (#35)
  • 8232608 Bump sortpom-maven-plugin from 3.0.1 to 3.1.0 (#34)
  • 4383641 Bump quarkus.version from 2.8.2.Final to 2.9.1.Final (#30)

๐Ÿ›  Build

  • 7a310e2 Increment version number to reflect minor Quarkus bump.
neo4j-ogm-quarkus - 1.2.2

Published by michael-simons over 2 years ago

What's Changed

๐Ÿงน Housekeeping

  • 873c6be Bump neo4j-migrations-quarkus from 1.5.5 to 1.5.6 (#33)
  • b5f32ec Bump neo4j-ogm.version from 3.2.32 to 3.2.33 (#32)
neo4j-ogm-quarkus - 1.2.1

Published by michael-simons over 2 years ago

What's Changed

๐Ÿงน Housekeeping

  • 02ae05e Bump neo4j-migrations-quarkus from 1.5.4 to 1.5.5
  • 87aa283 Bump quarkus.version from 2.8.2.Final to 2.8.3.Final
  • 41deb6a Bump quarkus-neo4j.version from 1.1.0 to 1.1.1
neo4j-ogm-quarkus - 1.2.0

Published by michael-simons over 2 years ago

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.
neo4j-ogm-quarkus - 1.1.1

Published by michael-simons over 2 years ago

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)
neo4j-ogm-quarkus - 1.1.0

Published by michael-simons over 2 years ago

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)
neo4j-ogm-quarkus - 1.0.2

Published by michael-simons over 2 years ago

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.
neo4j-ogm-quarkus - 1.0.1

Published by michael-simons over 2 years ago

What's Changed

๐Ÿ”„๏ธ Refactorings

  • 465cddd Improve internal naming and structure.

๐Ÿ“ Documentation

  • 522895d Add CoC and contributing information.
  • 999e5b2 Mention Bolt-only connection. (#5)
  • 1aefd04 Group properties.
  • 26bd9e8 Add dependency diagram.

๐Ÿงน 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

  • bc44376 Add 'fast' profile.
  • 02c9898 Improve tests. (#4)
  • 43e84b7 Don't publish test artifacts.

Contributors

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

  • @meistermeier
neo4j-ogm-quarkus - 1.0.0

Published by michael-simons over 2 years ago

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

  • 0182076 Sign artifacts.

  • 91bcae6 Initialize project.
Package Rankings
Top 28.57% on Repo1.maven.org
Related Projects