Skip to content

1.4.0

Compare
Choose a tag to compare
@evanchooly evanchooly released this 05 Nov 14:22
· 3007 commits to master since this release

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:

  1. 'morphia' was beginning to repeat a ridiculous number of times
  2. core better reflects the artifacts relationship to the rest of the morphia ecosystem
  3. 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