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 messaging vs messaging systems
Morphium can also be messaging ... wow ... right?
Why do you still need such a solution? how does it compare to others, such as RabbitMQ, MQSeries etc.? Those are the top dogs ... Why another solution?
I would like to list some differences her
Morphium messaging JMS implementation
Morphium 4.0.6.2 was released this week and this version contains one feature, which I want to show here: Morphium Messaging via JMS!
Here a little proof of concept test from the source:
´´´java
public class BasicJMSTests extends M
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
Custom Caching in Morphium
since the first version of Morphium it provided an internal cache for all Entities maked with the annotation Cache. This cache was configured mainly via those annotations.
This cache has proven its usefulness in countless projects and the s
MongoDB Messaging via Morphium
One of the many advantages of Morphium is the integrate messaging system. This is used for synchronizing the caches in a clustered environment for example. It is part of Morphium for quite some time, it was introduced with one of the first r
New Release Morphium 3.2.0Beta2 - Java Mongo Pojo Mapper
Hi,
a new pre-release of morphium is available now V3.2.0Beta2. This one includes a lot of minor bugfixes and one big feature: Messaging now uses the Oplogmonitor when connected to a Replicaset. This means, no polling anymore and the system g
new release of Morphium 3.1.5
This release is about tidying up things a bit and includes some minor fixes and tweaks.
- fixed some statistics
- removing drivers into different project
- improving byte array / binary data
New Version of Morphium available V3.1.3
This release contains some minor fixes and improvements:
- fixing some testcases, adding new tests
- bug in storelist fixed, where it does not honor the
disableBufferedWriterForThread - improving aggregator, making it more easiy to use (n