caluga - java blog

Caluga - The Java Blog
latest blog entries page 3 / 18
Morphium V4.2.8 released

Morphium V4.2.8 was released including the following features:

  • FEATURE:basic support for Aggregation with the InMemoryDriver using Expr
  • FEATURE: Support for Expr in Qureries
  • FIX: imrpvoved Support for sharding
  • FIX: increased

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Java - MongoDB - Morphium

creator Stephan Bösebeck 2021-06-15

read more
Text Attack From Outer Space

Somehow you have a little too much time during the pandemic. And since I type a lot, I wanted to write a game with which you can improve a little ... whereby the focus was less on typing and more on trying out.

Idea

The idea was to write ...

Edit

category: global --> Games

tags: Java - Games

creator Stephan Bösebeck 2021-03-18

read more
Indices in Morphium

Morphium and Indices

Defining Indices

First 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

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags:

creator Stephan Bösebeck 2020-11-27

read more
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: ...

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Java - MongoDB - Morphium

creator Stephan Bösebeck 2020-09-14

read more
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 AutoClosable now - simplifies usage
  • Checking for a field existence in sub documents was cau...

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Java - MongoDB - Morphium

creator Stephan Bösebeck 2020-08-10

read more