Morphium version 5
Morphium, the java pojo objectmapper for mongodb, needed some rewrites and improvements. All details in this post.
Morphium, the java pojo objectmapper for mongodb, needed some rewrites and improvements. All details in this post.
We have just released a new version, which again contains some improvements and fixes:
The latest Version of morphium (V4.2.12) was released a couple of days ago. As usual, the changes contain Bugfixes and improvements.
Morphium V4.2.8 was released including the following features:
InMemoryDriver using ExprExpr in QureriesFirst of all, you usually do not need to care about Indices in Mongodb, just define it in your entity code:
´´´java @Entity public class MyEntity { @Id private MorphiumId id; @In
We just released Morphium V4.2.0 including a lot of fixes and features:
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:
AutoClosable now - simplifies usageWe just released morphium V4.1.2 via maven central. The lots of changes do contain:
´´
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 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
There will be a new feature in the next version of Morphium: automatic encryption and decryption of data.
This ensures that the data is only stored in encrypted form in the database or is decrypted when it is read. This also works with sub-do
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
Some time ago I "dared" to leap away from Wordpress and reported about it (https://caluga.de/v/2017/5/19/jblog_java_blogging_software). Now it's been over 2 years (: astonished :) and there it is time to d
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
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.
Morphium was starte
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:
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
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
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
We just released V3.1.7 of morphium - caching mongodb pojo layer.