Version 2.2.2
Version 2.2.2 (2021-10-12)
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.
9 Issues Resolved
BUG
- #1625: ClassCastException on maps with UUIDs as key values
- #1627: Morphia fails to instantiate extended data classes without empty constructor
- #1629: NullPointerException when saving arrays with null values
- #1630: Forward port #1622: Update operation $set does not work with a whole map as an argument when the key of the map has a non-String type
- #1639: It seems Date types and lifecycles do not play along well
- #1643: Lazy loading breaks when the ID field is located in a super-class
- #1647: Regression when querying by reference in 2.2
DOCS
- #1635: Doc with deprecated methods
QUESTION
- #1626: Map external interfaces without entity annotation
1 Pull Requests merged
- #1628: Instantiate classes with no empty constructor