new Version of moprhium - full featured mongodb POJO mapper

5 views
Skip to first unread message

Stephan

unread,
May 2, 2016, 10:32:17 AM5/2/16
to mongodb-user
We just released the latest version of Morphium, including several major changes, which make it not _source compatible_ to V2.x.x - you will need to change your code a bit!

Features:

- driver encapsulation and replacement possible. You can define your own drivers. Right now there is the mongodb driver using the official Driver from mongodb.org, an InMemory Driver which is useful for testing, SingleConnectDriver for connecting to one single node (no failover) and a new MetaDriver. The "new" drivers include a complete from scratch implementation of the mongodb wire protocol - **only works with mongodb 3.2**. The "new" drivers are working but not production ready yet - use at own risk!
- a lot of improvements for performance and stability, especially in multithreadded environments
- a lot of improvements for the morphium iterators
- overall performance increases
- lots of minor bugfixes

you can download it https://github.com/sboesebeck/morphium/releases/tag/V3.0.0 or via maven central!

Have fun !
Reply all
Reply to author
Forward
0 new messages