Skip to content

0.109

Compare
Choose a tag to compare
@trishagee trishagee released this 17 Dec 14:15
· 3477 commits to master since this release

Version 0.109 (Dec 17, 2014)

Notes

This release is a mix of enhancements and bug fixes, largely provided by the community via pull requests. The enhancements are adding Morphia support for features that are supported by the underlying Java driver.

Downloads

Below and on maven central.

Docs

https://rawgithub.com/wiki/mongodb/morphia/javadoc/0.109/index.html

Issues Resolved

ENHANCEMENT

BUG

  • Issue 668: ReflectionUtils bug causes hierarchy of classes with type parameters more than three deep to return null
  • Issue 662: Bug ReflectionUtils.getClasses() loads super set of classes when loading from jar vs directory
  • Issue 649: Updating field in a list of embedded objects causes an error unless you turn off validation
  • Issue 646: Converters for sub-classes don't work
  • Issue 615: Incorrect warning when querying with subclass of mapped type

UNCATEGORIZED