Tags
Authors
For the first Hibernate OGM release of the year, I’m happy to announce Hibernate OGM 5.2 CR1.
This will become the next 5.2 Final soon and we added support for Geospatial integration and new native operator support with MongoDB, Neo4j queries performance improvements and integration with cluster counters for Infinispan embedded.
If you need to upgrade from a version before 5.2, you can find help on the migration notes.
All the changes are described in the release notes.
Another month, another release: Hibernate OGM 5.2 Beta1 is ready!
The main goal for this release is to support Infinispan 9.1 and allow the creations of caches when they are missing.
If you need to upgrade from a version before 5.2, you can find help on the migration notes.
All the changes are described in the release notes.
I’m happy to announce the latest release of Hibernate OGM: Hibernate OGM 5.2 Alpha1
The first thing you will notice in this release is that several dialects are not part of the core project anymore. We decided to focus our work on the Infinispan, Neo4j and MongoDB dialects.
Highlights of the release:
[ ... ]
I’m honoured to confirm that I’ll be at Devoxx UK this May in London.
Come along in Gallery Hall at 12:55 on Thursday 11th of May to see a quick demo of Hibernate OGM used to migrate a JPA application from using a relational database to using a fast, scalable and highly available in memory data grid.
We announced support for storing data in Infinispan over the Hot Rod protocol in Hibernate OGM version 5.1, now is your chance to see it in action.
I’m happy to announce the latest stable release of Hibernate OGM: Hibernate OGM 5.1 Final
Compared to the latest candidate release, there are not many changes. You can have a look at the 5.1.0.Final changelog to get all the details.
Good news!
The first candidate release for Hibernate OGM 5.1 is out.
Compared to 5.1 Beta3, this release upgrades Hibernate Search to version 5.5.6.Final and supports MongoDB aggregate operation in native queries.
You can find all the details in the 5.1.0.CR1 changelog.
If you need to upgrade from a version before 5.0, you can find help on the migration notes.
Hello everybody, holidays are over and we decided to start back with a small release.
Hibernate OGM 5.1 Beta3 and a new 5.0 maintainance releases are now available.
In these releases we fixed some issues around sequence generation and queries on entities using the single table per class inheritance strategy. An update is highly recommended.
Hibernate OGM 5.0.4.Final is backward compatible with 5.0.3.Final. If you need to upgrade from a version before 5.0, you can find help on the migration notes.
All the details about these releases are on the 5.0.4.Final changelog, the 5.1.0.Beta2 changelog and the 5.1.0.Beta3 changelog.
Today we release Hibernate OGM 5.1.0.Beta1
and 5.0.3.Final
.
In version 5.1 we introduce an amazing new feature: support for storing data in Infinispan Server using the Java Hot Rod client, encoding your data into Google Protobuffers, while handling all the nasty mapping automatically.
Good news!
We released Hibernate OGM 5.1 Alpha1 and 5.0.2 Final!
Hibernate OGM has been able for a while to work with an embedded Neo4j instance. In the next release, we want to add the ability to connect to a remote Neo4j server.
A new binary protocol is available since Neo4j 3 to connect to a remote server: Bolt.
In addition to Bolt, Neo4j comes also with a RESTful API and we are wondering if we should add an option to switch between the two approaches.