Release 1.5.4
Version 1.5.4 (Sep 25, 2019)
Notes
Docs
Full documentation and javadoc can be found at https://github.com/MorphiaOrg/morphia and https://morphia.dev/1.5/javadoc/.
8 Issues Resolved
BUG
- Issue #1181: Incompatibility between doc and API for datastore.createQuery
- Issue #1358: add and addAll docs have boolean values backwards
- Issue #1365: 1.5.3 uses slf4j version 1.8.0-beta2
DOCS
- Issue #1181: Incompatibility between doc and API for datastore.createQuery
- Issue #1358: add and addAll docs have boolean values backwards
ENHANCEMENT
- Issue #1371: Deprecate @serialized
- Issue #1373: Deprecate @presave
- Issue #1376: Deprecate @notsaved
- Issue #1378: Add a note about return values on the save/insert methods
QUESTION
- Issue #1381: Why deprecated - Datastore.get(Class, id) & .delete(Class, id) ?