Skip to content

Version 2.2.7

Compare
Choose a tag to compare
@evanchooly evanchooly released this 19 May 13:17
· 2029 commits to master since this release

Version 2.2.7 (2022-05-18)

Notes

Downloads

Binaries can be found on maven central.

Documentation

Full documentation can be found at https://morphia.dev/morphia/2.2. Javadoc can be found at https://morphia.dev/morphia/2.2/javadoc.

7 Issues Resolved

BUG

  • #1811: NPE while trying to save entity having reference (lazy, idOnly, ignoreMissing) to no-longer-existing entity
  • #1830: Query#modify() documentation is not entirely correct
  • #1839: UpdateOperators.unset() isn't working in Release version 2.2.3
  • #1853: Can't find a codec for class dev.morphia.mapping.codec.writer.NameState (v 2.2.5)
  • #1858: Unsafe allocation creator is inadvertently cached
  • #1868: Batch insert using .save(List entities) performance issue
  • #1876: Entity's list has the same objects multiple times