Skip to content

Releases: xeraa/mongouk2011

BigDecimal Serialization

30 Sep 00:29
Compare
Choose a tag to compare

Added two more possibilities to showcase:

  • Manual serialization with .toString() in prePersist() and the reverse operation in postLoad().
  • @Serialized
  • Custom serializer

Additionally, fixed a bug on polymorphic classes

GitHub Morphia + TravisCI

29 Sep 23:44
Compare
Choose a tag to compare

Switched back to the official Morphia project, now on GitHub: https://github.com/mongodb/morphia

Additionally, added TravisCI support

Housekeeping

29 Sep 22:33
Compare
Choose a tag to compare

Mainly version updates and some minor improvements

Morphia Fork

29 Sep 22:01
Compare
Choose a tag to compare

Switch to the GitHub Morphia fork: https://github.com/jmkgreen/morphia

Generic Methods

29 Sep 22:00
Compare
Choose a tag to compare

Added generic persistence methods plus some bugfixes and version updates

Bugfixes

29 Sep 21:58
Compare
Choose a tag to compare

Minor changes, some updates and version updates

Initial Release

29 Sep 21:57
Compare
Choose a tag to compare

Based on the MongoUK 2011 presentation with minor enhancements