Morphium version 5
Morphium, the java pojo objectmapper for mongodb, needed some rewrites and improvements. All details in this post.
Morphium V4.2.13
We have just released a new version, which again contains some improvements and fixes:
Morphium V4.2.12 released
The latest Version of morphium (V4.2.12) was released a couple of days ago. As usual, the changes contain Bugfixes and improvements.
- Tests were changed so that they run more smoothly in total, less side effects
- Tests were simplified
- B
Morphium V4.2.8 released
Morphium V4.2.8 was released including the following features:
- FEATURE:basic support for Aggregation with the
InMemoryDriverusingExpr - FEATURE: Support for
Exprin Qureries - FIX: imrpvoved Support for sharding
- FIX: increased
Morphium V4.2.0 released
We just released Morphium V4.2.0 including a lot of fixes and features:
- Feature: new MongoDB Driver 4.1 is used and so we do support mongodb 4.4 now
- Feature: direct support of all aggregation stages
- Feature: Expr-Language
- Feature: ...
Morphium 4.1.4 released
We released Morphium 4.1.4. This includes, as usual a bunch of improvements and fixes. Here is the changelog since V4.1.0:
V4.1.4:
- Morphium is
AutoClosablenow - simplifies usage - Checking for a field existence in sub documents was cau...
Morphium V4.1.2
Release Morphium V4.1.2
We just released morphium V4.1.2 via maven central. The lots of changes do contain:
- complete overhaul of messaging for increased stability, speed and less load on mongodb
- new Feature Encrypted Fields:
´´
Morphium Messaging Options
Because I've now received this question a few times, here is a brief summary of morphine messaging and how to use it:
The first parameter in the constructor is always the morphium instance. This determines which Mongo is used and also some se
Morphium 4.0.0 released
What was that again? Morphium is a sophisticated Object Mapper and Messaging System for MongoDB. It adds a lot of features to MongoDB, for example a dedicated InMemoryDriver, so that you can run all your Tests just in RAM without the need to ins
Morphium V4.0.0-RC5
We went quite a long way to get here, but... eventually we will ![]()
We put a lot of time and effort in this new Release Candidate #5 of Morphium and we get close to the major release.
what again was morphium?
Morphium was starte
Morphium 4.0.0 - work in progress
We are still working on getting morphium 4.0.0 done. We are behind schedule a bit but want to explain here, what is going on at the moment:
- complete new ObjectMapper implementation based on Jackson. Using this, we are about 30% faster on av
Morphium 4.0.0 in the works
MongoDB released the long awaited V4.0 just recently. And of course there are a lot of new features, but the most exiting one was probably the support for multi document ACID transactions!
The mongo driver does support all those features sinc