1.4.0
Version 1.4.0 (Oct 16, 2018)
Notes
This is is solely for renaming the packages out of the MongoDB namespace. There are no other changes included. This is done to help ease the transition to the new release location. Additionally, the maven coordinates have changed as well. To get to the core
module (formerly morphia
) use the following dependency:
<dependency>
<groupId>xyz.morphia.morphia</groupId>
<artifactId>core</artifactId>
<version>1.4.0</version>
</dependency>
Note the artifactId
has been renamed to to core
. This was done for a few reasons:
- 'morphia' was beginning to repeat a ridiculous number of times
core
better reflects the artifacts relationship to the rest of the morphia ecosystem- it makes room for more modules to land in the
xyz.morphia
group without ambiguous naming conflicts.
Downloads
Below and on maven central.
Docs
Full documentation and javadoc can be found at http://MorphiaOrg.github.io/morphia/.
Issues Resolved
UNCATEGORIZED
- Issue 1264: Rename packages