1.0.0-rc0
evanchooly
released this
08 May 16:26
·
3244 commits
to master
since this release
Version 1.0.0-rc0 (May 08, 2015)
Notes
Downloads
Below and on maven central.
Docs
https://rawgithub.com/wiki/mongodb/morphia/javadoc/1.0.0-rc0/index.html
Issues Resolved
BREAKING
- Issue 766: Remove the util module
- Issue 655: Problem to compare two Key object
- Issue 612: More flexibility for "untyped" converters
ENHANCEMENT
- Issue 766: Remove the util module
- Issue 765: Bump driver version to the 3.x line
- Issue 754: Listoflists
- Issue 752: Support overriding the default GeoJSON coordinate reference system
- Issue 751: Support GeoJSON positions that have more than two dimensions
- Issue 746: Fixed compiler warnings
- Issue 729: Allow provision of custom DatastoreProvider instances for new Morphia instances
- Issue 728: Allow provision of custom DatastoreProvider instances for new Morphia instances
- Issue 636: Update the release process to cater for major.minor.patch release number format
- Issue 612: More flexibility for "untyped" converters
- Issue 420: Support replacing "untypedTypeEncoders" in DefaultConverters class [moved]
BUG
- Issue 764: @Index disableValidation is not used when finding the MappedField
- Issue 759: AdvancedDatastore#insert(T...) and UseBulkWriteOperations & postPersit are not working
- Issue 756: Mapping test failures on java 6
- Issue 753: ClassCastException when using maps of enums
- Issue 745: Added tests to show that issue #275 is fixed
- Issue 743: Version field not updated when using "Datastore.update(...)" & "BulkWriteOperation"
- Issue 719: Unable to update entity with a List of embedded object containing a Map
- Issue 718: Unable to query entity with List of Map
- Issue 681: List of Lists doesn't work
- Issue 655: Problem to compare two Key object
- Issue 580: MappingException - Morphia ignores @Embedded when reading if the class implements Iterable
- Issue 275: GeoSpatial Near Criteria Not working with radius [moved]
- Issue 230: Problem with using many DataStores [moved]
UNCATEGORIZED
- Issue 762: provide a mechanism to override the coordinate system in geo queries
DUPLICATE
- Issue 420: Support replacing "untypedTypeEncoders" in DefaultConverters class [moved]