Skip to content

Commit

Permalink
[OGM] 5.4.0.Beta2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fax4ever committed Jul 5, 2018
1 parent d94b2f9 commit 21f06c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
7 changes: 7 additions & 0 deletions _data/projects/ogm/releases/5.4/5.4.0.Beta2.yml
@@ -0,0 +1,7 @@
version: 5.4.0.Beta2
version_family: 5.4
date: 2018-07-05
stable: false
announcement_url: http://in.relation.to/2018/07/05/hibernate-ogm-5-4-Beta2-released/
summary: Neo4j server indexes - Infinispan remote tasks - WildFly NoSQL integration
displayed: true
19 changes: 14 additions & 5 deletions ogm/releases/5.4/index.adoc
Expand Up @@ -8,26 +8,35 @@ Hibernate OGM is now compatible with Hibernate ORM 5.3 and JPA 2.2!

==== Component upgrades

* Hibernate ORM to 5.3.0.CR1
* Hibernate Search to 5.10.0.Beta2
* WildFly to 12.0.0
* Infinispan to 9.2.0.Final
* Hibernate ORM to 5.3.2.Final
* Hibernate Search to 5.10.2.Final
* WildFly to 13.0.0.Final
* Infinispan to 9.3.0.Final
* MongoDB to 3.6.3
* Neo4J to 3.3.5

==== Module Distribution
==== WildFly integrations

* WildFly modules are now available as feature packs
* WildFly NoSQL integration

==== Infinispan

* Caches created by the dialect are now transactional by default
* Caches created by the dialect can be configured using a cache configuration
* Supports remote native queries with Ickle
* Supports JPQL queries for Infinispan Remote dialect
* Supports scripting and java tasks for Infinispan server
* Allows to define custom Protocol Buffer schema
* Infinispan remote supports now all unidirectional collections
* Infinispan remote sequence generation was improved

==== MongoDB

* Stored procedures with positional parameters are now supported
* New MongoDB CLI operations supported as native queries
* Supports queries on `GeometryCollection`

==== Neo4j

* Server side indexes definitions

0 comments on commit 21f06c2

Please sign in to comment.