Skip to content

v3.1.16

Compare
Choose a tag to compare
@michael-simons michael-simons released this 13 Dec 20:07
· 54 commits to 3.1.x since this release
ec708d6
  • Check for contradicting annotations before mapping possible related nodes. (#666)
  • Ensure that id fields are mapped correctly during ad-hoc mapping. (#551)
  • Fix lookup of inner, static classes. (#391)
  • Fix inconsistent behavior when querying parent classes. (#670)
  • Use all mapped labels when querying domain objects. (#651)
  • Use fully qualified name to find class info. (#552)
  • Update FastClasspathScanner to latest 2.x series for OGM 3.1. (#708)
  • Make SingleUseEntityMapper aware of nested objects. (#551)
  • Improve building of class hierarchies. (#704)
  • Fix detection of generic 1:1 relationships. (#706)
  • Fix deletion of bidirectional, undirected relationships. (#657)
  • Optimize CypherContext::isAlreadyDeleted. (#668)