From 4fce4b706919dc6f66de78aa98822e5e40c98329 Mon Sep 17 00:00:00 2001 From: Sanne Grinovero Date: Mon, 6 Mar 2017 23:17:36 +0000 Subject: [PATCH 1/3] List the Hibernate OGM project among downloadable integrations --- _config/ispn.yml | 12 ++++++++++++ _partials/integrations/hibernate-ogm.html.haml | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 _partials/integrations/hibernate-ogm.html.haml diff --git a/_config/ispn.yml b/_config/ispn.yml index 2e2b20e760..96c50c2e12 100644 --- a/_config/ispn.yml +++ b/_config/ispn.yml @@ -673,4 +673,16 @@ integrations: 0.1: release_date: 2015/08/12 release_notes: + ogm: + title: Hibernate OGM + text: integrations/hibernate-ogm.html.haml + github: https://github.com/hibernate/hibernate-ogm + maven_group_id: org.hibernate.ogm + maven_artifact_id: hibernate-ogm-infinispan-remote + external_package: http://hibernate.org/ogm/downloads/ + external_package_type: Download Hibernate OGM + releases: + 5.1.0.Final: + release_date: 2017/03/01 + release_notes: http://in.relation.to/2017/03/02/hibernate-ogm-5-1-Final-released/ diff --git a/_partials/integrations/hibernate-ogm.html.haml b/_partials/integrations/hibernate-ogm.html.haml new file mode 100644 index 0000000000..63fd629eeb --- /dev/null +++ b/_partials/integrations/hibernate-ogm.html.haml @@ -0,0 +1,3 @@ +The Hibernate team maintains the +%a{:href=> "http://hibernate.org/ogm/"}Hibernate OGM +project, which integrates with Infinispan. From 02ac546bc5aad517b0d8680d136b2757966edc4f Mon Sep 17 00:00:00 2001 From: Sanne Grinovero Date: Mon, 6 Mar 2017 23:24:14 +0000 Subject: [PATCH 2/3] Better highlight the Infinispan usage in the Infinispan References page --- references.html.haml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/references.html.haml b/references.html.haml index 3e0479c0ce..5db7930a2b 100644 --- a/references.html.haml +++ b/references.html.haml @@ -13,12 +13,26 @@ title: References %p WildFly is a JavaEE application server which uses Infinispan as the base for its clustering needs: web sessions, stateful session beans, etc -%a(name="hibernate") +%a(name="hibernate-orm") %h3 Hibernate ORM %p - %a(href="http://www.hibernate.org") http://www.hibernate.org + %a(href="http://www.hibernate.org/orm/") http://www.hibernate.org/orm %p - Hibernate ORM has a second-level cache provider built on top of Infinispan + Hibernate ORM has a second-level cache provider built on top of Infinispan. + +%a(name="hibernate-ogm") +%h3 Hibernate OGM +%p + %a(href="http://www.hibernate.org/ogm/") http://www.hibernate.org/ogm +%p + Hibernate OGM can perform CRUD operations on Infinispan, allowing you to replace the traditional RDBMS with Infinispan. + +%a(name="hibernate-search") +%h3 Hibernate Search +%p + %a(href="http://www.hibernate.org/search/") http://www.hibernate.org/search +%p + Hibernate Search can store its Lucene index in Infinispan to provide real time replication of the index. %a(name="teiid") %h3 Teiid From 70e0d3e02c57c22557f6398434bdd84ffd4489a3 Mon Sep 17 00:00:00 2001 From: Sanne Grinovero Date: Mon, 6 Mar 2017 23:33:56 +0000 Subject: [PATCH 3/3] Mention Vert.x integration as well --- references.html.haml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/references.html.haml b/references.html.haml index 5db7930a2b..efb78ad4fe 100644 --- a/references.html.haml +++ b/references.html.haml @@ -34,6 +34,14 @@ title: References %p Hibernate Search can store its Lucene index in Infinispan to provide real time replication of the index. +%a(name="vert.x") +%h3 Vert.x +%p + %a(href="http://vertx.io") http://vertx.io +%p + Vert.x has an Infinispan Cluster Manager, able to delegate its clustering requirements to Infinispan. + + %a(name="teiid") %h3 Teiid %p