0.111
Version 0.111 (Apr 01, 2015)
Notes
Downloads
Below and on maven central.
Docs
https://rawgithub.com/wiki/mongodb/morphia/javadoc/0.111/index.html
Issues Resolved
BUG
- Issue 740: List results in an NPE trying to create the Map
- Issue 737: Generic TypeVariable not supported when saving a List
- Issue 727: [Geo API 644] Multi-polygon only works with server 2.6 and above
- Issue 722: Optional GeoJSON fields
- Issue 714: Remove reference validation
- Issue 713: The BasicDAO does not consider the information added in the MappedClass Mapper earlier
- Issue 711: org.mongodb.morphia.DatastoreImpl#updateFirst is probably broken
- Issue 683: Package mapping issue
- Issue 670: Query.retrievedFields() inserts "className" for entity with noClassnameStored=true
- Issue 631: Morphia and Play Framework 2.3.0
- Issue 630: Mapper is not checking isMapped()
- Issue 293: no Classname Stored for @Embedded [moved]
ENHANCEMENT
- Issue 739: Issue 645 - Added support for $geoIntersects
- Issue 733: Make sure (text) indexing works with the field name and the mapped name
- Issue 732: Allow for index creation using a class definition and a named collection
- Issue 731: Log a warning when usages of deprecated indexing fields are used
- Issue 724: Support for $geoWithin
- Issue 714: Remove reference validation
- Issue 666: Allow Proper Implementation of Accumulator Sum
- Issue 665: Can't remove default converter?
- Issue 664: Added basic text indexing and search functionality #465
- Issue 661: Embedded annotation documentation bug
- Issue 645: Support $geoIntersects queries on entities containing GeoJson, and support GeoJson input to the query
- Issue 644: Support $geoWithin queries on entities containing GeoJson, and support GeoJson input to the query
- Issue 632: Accumulator sum
- Issue 619: update documents in array using positional $ operator
- Issue 618: use JavaDoc in your interface
- Issue 465: support text indexing
- Issue 290: Add support for geo/2d compound indexes [moved]