[hibernate-dev] Hibernate OGM 5.4.1.Final released!

2018-12-18 Thread Davide D'Alto
Hibernate OGM 5.4.1.Final has been released! The feature packs included in this release are now compatible with WildFly 14 and we added support for the @OrderBy annotation. All the details are in the blog post: http://in.relation.to/2018/12/18/hibernate-ogm-5-4-1-Final-released/ Thanks, Davide _

[hibernate-dev] Hibernate OGM 5.4.0.Final release

2018-10-30 Thread Davide D'Alto
Hibernate OGM 5.4.0.Final has been released! Here's some of the new features included in this release: - Infinispan remote transactions over HotRod client - JPQL and native queries support for Infinispan remote - server side procedures calls for Infinispan Remote - Cache creation and configuratio

[hibernate-dev] Hibernate OGM 5.4.0.CR1 is out

2018-10-01 Thread Fabio Massimo Ercoli
Hibernate OGM 5.4.0.CR1 is ready! Some improvement was the support of Infinispan remote transactions over HotRod client, java.time field types and MongoDB ReadConcern strategy. All the details in the blog post: http://in.relation.to/2018/10/01/hibernate-ogm-5-4-CR1-released/ Thanks, Fabio __

[hibernate-dev] Hibernate OGM 5.4.0.Beta2

2018-07-05 Thread Fabio Massimo Ercoli
We're happy to announce the release of Hibernate OGM 5.4.0.Beta2. You will find: * Support for Neo4j indexes * Server tasks support for Infinispan Remote * Upgrade to Hibernate ORM 5.3.2.Final ...and more. All the details in the blog post: http://in.relation.to/2018/07/05/hibernate-ogm-5-4-Beta2-

[hibernate-dev] Hibernate OGM on JDK10

2018-06-28 Thread Sanne Grinovero
Hibernate OGM is now also being tested on CI with an OpenJDK 10 job. Let's keep it green ;) - http://ci.hibernate.org/view/JDK10/job/hibernate-ogm-master-jdk10/1/ Thanks, Sanne ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists

[hibernate-dev] HIbernate OGM 5.4.0.Beta1 is out

2018-05-25 Thread Fabio Massimo Ercoli
HIbernate OGM 5.4.0.Beta1 is ready! Some improvement was the version upgrade for Hibernate ORM 5.3.0.Final and Hibernate Search (5.10.0.Final), the support for Infinispan Remote native and JPQL queries (without requiring Hibernate Search) and the use of cluster counters for local caches when gener

[hibernate-dev] Hibernate OGM 5.4.0.Alpha1 release

2018-04-17 Thread Davide D'Alto
We’re happy to announce the release of Hibernate OGM 5.4.0.Alpha1. Hibernate OGM is now compatible with Hibernate ORM 5.3 (still a candidate release) and JPA 2.2. We support Infinipan 9.2 and JBoss modules are now available as WildFly feature packs. You can run server-side JavaScript on MongoDB o

[hibernate-dev] Hibernate OGM 5.3.1.Final released

2018-03-29 Thread Fabio Massimo Ercoli
Hibernate OGM 5.3.1.Final is ready! This is a maintenance release fixing issues related to native queries pagination and projection. All the details in the blog post: *http://in.relation.to/2018/03/29/hibernate-ogm-5-3-1-Final-released/

Re: [hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-22 Thread Sanne Grinovero
On 22 March 2018 at 15:36, Emmanuel Bernard wrote: > As we discussed on the phone, I am skeptical of the custom HSearch backend > for it: > - it would be the only database doing that > - it’s a lot of work that would probably be best spent improving the > Infinispan remote query FT APIs > - once t

Re: [hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-22 Thread Emmanuel Bernard
As we discussed on the phone, I am skeptical of the custom HSearch backend for it: - it would be the only database doing that - it’s a lot of work that would probably be best spent improving the Infinispan remote query FT APIs - once there it will be a maintenance burden. Emmanuel > On 22 Mar 2

Re: [hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-22 Thread Sanne Grinovero
On 22 March 2018 at 07:41, Emmanuel Bernard wrote: > > On 20 Mar 2018, at 12:41, Sanne Grinovero wrote: > > > > On 20 March 2018 at 10:50, Emmanuel Bernard wrote: >> >> I think treating the client side HSearch input and transparently push it >> down is a recipe for disaster. Looks cool on paper

Re: [hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-22 Thread Emmanuel Bernard
> On 20 Mar 2018, at 12:41, Sanne Grinovero wrote: > > > > On 20 March 2018 at 10:50, Emmanuel Bernard > wrote: > I think treating the client side HSearch input and transparently push it > down is a recipe for disaster. Looks cool on paper until you have > diver

Re: [hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-20 Thread Sanne Grinovero
On 20 March 2018 at 10:50, Emmanuel Bernard wrote: > I think treating the client side HSearch input and transparently push it > down is a recipe for disaster. Looks cool on paper until you have > divergence between HSearch proper and Infinispan's or whatever > Infinispan exposes. > ​Looks like w

Re: [hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-20 Thread Emmanuel Bernard
I think treating the client side HSearch input and transparently push it down is a recipe for disaster. Looks cool on paper until you have divergence between HSearch proper and Infinispan's or whatever Infinispan exposes. So yes we could have GridDialect specific metadata information around indexi

Re: [hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-19 Thread Fabio Massimo Ercoli
Hi Sanne, what you speak of in my opinion is a very very cool feature. Moreover server-side indexes (and remote dialect) are more suitable for Openshift applications. Using standard javax.persistence.Index APIs could be a very nice alternative to avoid confusion with Hibernate Search client side

[hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-14 Thread Sanne Grinovero
Hi all, this one is a very desirable feature, yet tricky as there's high chances of ambiguity and confusion for end users. # Infinispan Remote indexing Infinispan embeds the Hibernate Search engine, and uses it to index data being inserted in any cache having indexing enabled. As you know Infin

[hibernate-dev] Hibernate OGM 5.1 Final is out

2018-02-21 Thread Davide D'Alto
I’m happy to announce the latest stable release of Hibernate OGM: Hibernate OGM 5.1 Final == What’s new compared to 5.0 Final? I’m glad you asked, this version: - uses Hibernate ORM 5.1 - supports Infinispan Remote via the Hot Rod protocol - supports Neo4j remote via the Bolt protocol and the Ht

[hibernate-dev] Hibernate OGM 5.3.0.Final released

2018-02-20 Thread Fabio Massimo Ercoli
Hibernate OGM 5.3.0.Final is ready! We worked to make it compatible with Hibernate ORM 5.2.13.Final. All the details in the blog post: http://in.relation.to/2018/02/20/hibernate-ogm-5-3-Final-released/ Thanks, ​Fabio ___ hibernate-dev mailing list hibe

[hibernate-dev] Hibernate OGM integration with ORM 5.3

2018-02-14 Thread Davide D'Alto
Hi, I'm working on the integration with ORM 5.3 and I've created a branch where I'm applying the changes. You can see some initial discussions on the pull request I've sent as preview: https://github.com/hibernate/hibernate-ogm/pull/961 I didn't find any specific issue with ORM 5.3 that could cre

[hibernate-dev] Hibernate OGM 5.3 CR1 released

2018-02-13 Thread Fabio Massimo Ercoli
HIbernate OGM 5.3 CR1 is ready! The major improvement was the version upgrade for Hibernate ORM (5.2.13.Final) and Hibernate Search (5.9.0.Final). The application of Clustered Counters, for Infinispan Embedded dialect, has been improved in this version. All the details in the blog post: http://in

[hibernate-dev] Hibernate OGM 5.2 CR1 has been released!

2018-01-29 Thread Davide D'Alto
Hibernate OGM 5.2 CR1 is arrived! 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. More details in the blog p

[hibernate-dev] Hibernate OGM 5.2 Beta1 Release

2017-10-17 Thread Davide D'Alto
HIbernate OGM 5.2 Beta1 is ready! This version is compatible with Infinispan 9.1 and it makes it possible to create caches when they are missing on the remote server All the details in the blog post: http://in.relation.to/2017/10/17/hibernate-ogm-5-2-Beta1-released/ Thanks, Davide __

[hibernate-dev] Hibernate OGM 5.2 Alpha1 release

2017-09-11 Thread Davide D'Alto
HIbernate OGM 5.2 Alpha1 is ready. 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: - Fixed bugs related to polymorphic hierarc

[hibernate-dev] Hibernate OGM 5.1 CR1 is out!

2017-02-15 Thread Davide D'Alto
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. This means that now you can use Hibernate OGM to do CRUD operations on your favour

[hibernate-dev] Hibernate OGM 5.1 Beta3 and 5.0.4 released

2017-01-05 Thread Davide D'Alto
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 inheritan

[hibernate-dev] Hibernate OGM double release!

2016-10-10 Thread Davide D'Alto
Good news! We released Hibernate OGM 5.1 Alpha1 and 5.0.2 Final! Hibernate OGM 5.0.2.Final now supports MongoDB 3.2 and it’s still backward compatible with Hibernate OGM 5.0.1.Final. Hibernate OGM 5.1.0.Alpha1 brings support for Neo4 in remote mode. We also started to re-work the way Hibernate

[hibernate-dev] Hibernate OGM 5.0.1.Final released

2016-07-04 Thread Davide D'Alto
We released Hibernate OGM 5.0.1.Final! What’s new? Here some of the most interesting bug fixes and improvements in this release: - OGM-818 - Autodetection support for @Entity annontated classes will now work - OGM-356 - Object comparison in JPQL queries for MongoDB and Neo4j (Thanks joexner!) -

Re: [hibernate-dev] Hibernate OGM 5 released

2016-05-17 Thread Sanne Grinovero
Awesome! On 17 May 2016 at 16:44, Vlad Mihalcea wrote: > Congrats! > > On Tue, May 17, 2016 at 4:52 PM, Davide D'Alto wrote: > >> Hibernate OGM 5.0.0.Final is out! >> >> Compared to the 4.2.Final, this release is aligned with Hibernate ORM >> 5 and Hibernate Search 5, so you can easily use it wi

Re: [hibernate-dev] Hibernate OGM 5 released

2016-05-17 Thread Vlad Mihalcea
Congrats! On Tue, May 17, 2016 at 4:52 PM, Davide D'Alto wrote: > Hibernate OGM 5.0.0.Final is out! > > Compared to the 4.2.Final, this release is aligned with Hibernate ORM > 5 and Hibernate Search 5, so you can easily use it with WildFly 10. > > It supports Infinispan 8 and comes with a new ba

[hibernate-dev] Hibernate OGM 5 released

2016-05-17 Thread Davide D'Alto
Hibernate OGM 5.0.0.Final is out! Compared to the 4.2.Final, this release is aligned with Hibernate ORM 5 and Hibernate Search 5, so you can easily use it with WildFly 10. It supports Infinispan 8 and comes with a new back-end for Redis in tech preview. We improved the MongoDB CLI query syntax a

[hibernate-dev] Hibernate OGM 5 CR1 released

2016-03-30 Thread Davide D'Alto
We are getting closer and closer to the final release of Hibernate OGM 5. This release includes support for Redis Cluster and a new dialect to store data within Redis hashes; java.util.UUID are now using the native uuid type in Apache Cassandra; more queries are now sup

[hibernate-dev] Hibernate OGM 5.0.0.Alpha1 is out, bringing Redis support, update to Hibernate ORM 5 etc.

2015-08-25 Thread Gunnar Morling
Hi, It’s my pleasure to announce the first Alpha release of Hibernate OGM 5. This release is based on Hibernate ORM 5. It brings experimental support for the Redis key/value support, mapping improvements, updates to the MongoDB driver 3.0 and much more. Check out the full release announcement [1

[hibernate-dev] Hibernate OGM 4.2 Final is out

2015-06-02 Thread Davide D'Alto
Hi, after several months of hard work, I'm happy to announce the next final release of Hibernate OGM: 4.2. Compared to 4.1.Final, this version includes: - API for retrieving all executed and failed datastore operations, - preview for Apache Cassandra support, - Fongo support, - new built-in type

[hibernate-dev] Hibernate OGM: Multi-Tenancy?

2015-05-11 Thread Sanne Grinovero
As I'm upgrading the Hibernate OGM -> Hibernate Search integration, the new Search SPI explicitly demands a tenant-id on work construction. I suspect more work will be needed for multi-tenancy (at least some tests) so I've opened OGM-821. Might not be too complex? I suspect query results already

[hibernate-dev] Hibernate OGM 4.1 *Final*

2014-12-17 Thread Emmanuel Bernard
Today is a big day. The first release of Hibernate OGM with final status. Ever! Don't be fooled by the 4.1 number. Hibernate OGM is an object mapper for various NoSQL engines offering the familiar JPA APIs. This final version offers mapping for MongoDB, Neo4J, Infinispan and Ehcache. No more ex

[hibernate-dev] Hibernate OGM 4.1.0.CR1 - stable mapping

2014-12-10 Thread Emmanuel Bernard
After a huge push, we are now one release away from our Final version. So without further due, I present you Hibernate OGM 4.1.0.CR1. To sum it up: * stable mapping for each of the supported datastores (Infinispan, Ehcache, MongoDB, Neo4J) * new and better one cache per entity structure for key/

[hibernate-dev] Hibernate OGM 4.1.0.Beta8 is out: Optimistic locking and performance improvement

2014-10-30 Thread Davide D'Alto
We are getting closer to a final release and this version is mainly about improving general performance and reducing the amount of round trips to the datastore. We also added optimistic locking support for datastores which provide atomic find-and-update operations. You can read more about it in t

Re: [hibernate-dev] Hibernate OGM connecting to JDG's version of Infinispan

2014-09-21 Thread Sanne Grinovero
On 19 September 2014 10:43, Gunnar Morling wrote: > Hi, > > 2014-09-19 11:08 GMT+02:00 Sanne Grinovero : >> >> Hi all, >> >> I didn't try this but I'm wondering if I could use Hibernate OGM with >> its Infinispan backend to deploy on JBoss EAP6 and use the Infinispan >> build from JDG 6. >> >> Cou

Re: [hibernate-dev] Hibernate OGM connecting to JDG's version of Infinispan

2014-09-19 Thread Gunnar Morling
Hi, 2014-09-19 11:08 GMT+02:00 Sanne Grinovero : > Hi all, > > I didn't try this but I'm wondering if I could use Hibernate OGM with > its Infinispan backend to deploy on JBoss EAP6 and use the Infinispan > build from JDG 6. > > Could you make sure this is possible? > That's an interesting quest

[hibernate-dev] Hibernate OGM connecting to JDG's version of Infinispan

2014-09-19 Thread Sanne Grinovero
Hi all, I didn't try this but I'm wondering if I could use Hibernate OGM with its Infinispan backend to deploy on JBoss EAP6 and use the Infinispan build from JDG 6. Could you make sure this is possible? I'm expecting some trouble by the fact that depending on Hibernate *ORM* implicitly or expli

[hibernate-dev] Hibernate OGM 4.1 Beta 5 is out: JP-QL queries for Neo4j and more

2014-07-10 Thread Davide D'Alto
It's my pleasure to announce a new release of Hibernate OGM. Hibernate OGM can now convert JP-QL queries into cypher queries when working with Neo4j. We improved the JSON representation used for associations in CouchDB and MongoDB making it more concise. We also worked on several bug fixes and imp

[hibernate-dev] Hibernate OGM 4.1.0.Beta4 is out, with support for MongoDB CLI syntax and bidirectional relationships for Neo4j

2014-06-13 Thread Davide D'Alto
Hi, I'm happy to announce a new release of Hibernate OGM. The MongoDB backend now supports the MongoDB CLI syntax for native queries. In Neo4j, we have solved a bug related to the way we store embedded collections (OGM-549 ) and we now create only o

[hibernate-dev] Hibernate OGM 4.1.0.Beta3 is out, bringing improved support for Neo4j, querying and more

2014-05-22 Thread Gunnar Morling
Hi, It's my great pleasure to announce the release of Hibernate OGM 4.1.0.Beta3. This release is focused on an improved experience when working with the Neo4j graph datastore and several improvements in the field of querying. Check out the announcement post for all the details [1]. --Gunnar [1]

[hibernate-dev] Hibernate OGM 4.1 Beta 2

2014-04-17 Thread Emmanuel Bernard
Bam. A new release from the Hibernate OGM development team. In a nutshell: - wildfly and JBossEAP modules - many bug fixes and improvements (MongoDB, queries, collection, etc) Go, go, go! http://in.relation.to/Bloggers/HibernateOGM41Beta2WildFlyAndJBossEAPModules Emmanuel __

[hibernate-dev] Hibernate OGM 4.1.0.Beta1 is out

2014-02-19 Thread Gunnar Morling
Hi, It's my great pleasure to announce the release of Hibernate OGM 4.1.0.Beta1! This version shines with: * support for CouchDB * query execution via JPA * new Option API and much more Please check out the announcement post [1] which has all the details. --Gunnar [1] http://in.relation.to/Blo

Re: [hibernate-dev] Hibernate OGM: organize JIRA issues in components?

2012-05-24 Thread Emmanuel Bernard
Automatic assignment is wrong IMO. But I agree that some might find it useful. On 23 mai 2012, at 22:11, Gunnar Morling wrote: > One potential benefit of using components might be the ability to > define "component leads" and have new issues within a component > automatically assigned to its lead

Re: [hibernate-dev] Hibernate OGM: organize JIRA issues in components?

2012-05-23 Thread Gunnar Morling
One potential benefit of using components might be the ability to define "component leads" and have new issues within a component automatically assigned to its lead. I don't know though, whether that's useful or required in the context of OGM. --Gunnar 2012/5/23 Emmanuel Bernard : > What I'm sayi

Re: [hibernate-dev] Hibernate OGM: organize JIRA issues in components?

2012-05-23 Thread Emmanuel Bernard
What I'm saying is that, data stores are really 3 to 4 classes. Does it really warrant a full component for each? On 22 mai 2012, at 18:24, Sanne Grinovero wrote: > On 22 May 2012 16:22, Emmanuel Bernard wrote: >> I almost did this a couple of time actually. >> My rational for having datastore

Re: [hibernate-dev] Hibernate OGM: organize JIRA issues in components?

2012-05-22 Thread Sanne Grinovero
On 22 May 2012 16:22, Emmanuel Bernard wrote: > I almost did this a couple of time actually. > My rational for having datastore and not mongodb etc was that after the > initial implementation, I expect few to no activity. If you think I am wrong, > I'm fine with adding them as components. you a

Re: [hibernate-dev] Hibernate OGM: organize JIRA issues in components?

2012-05-22 Thread Emmanuel Bernard
I almost did this a couple of time actually. My rational for having datastore and not mongodb etc was that after the initial implementation, I expect few to no activity. If you think I am wrong, I'm fine with adding them as components. On 21 mai 2012, at 23:27, Sanne Grinovero wrote: > I'm temp

Re: [hibernate-dev] Hibernate OGM: organize JIRA issues in components?

2012-05-21 Thread Sanne Grinovero
Same feeling. tags are flexible and cool, but it's not easy to see all options and this drawback discourages reuse. Also their usage seems coupled to trends and temporary attempts to organize things in different ways, looking at categorization from different angles. In a case like this as it's eas

Re: [hibernate-dev] Hibernate OGM: organize JIRA issues in components?

2012-05-21 Thread Steve Ebersole
Maybe this is what you mean by "flexible", but I hate that often people just create new labels (different capitalization, etc) rather than reusing existing ones. That is my one gripe about them. On Mon 21 May 2012 04:41:51 PM CDT, Steve Ebersole wrote: > tags are great for categorizing too. I f

Re: [hibernate-dev] Hibernate OGM: organize JIRA issues in components?

2012-05-21 Thread Steve Ebersole
tags are great for categorizing too. I find myself using tags more than components On Mon 21 May 2012 04:27:41 PM CDT, Sanne Grinovero wrote: > I'm tempted to create different components for each datastore, so we > can easily classify them and search for areas: > - ehcache > - infinispan > - mon

[hibernate-dev] Hibernate OGM: organize JIRA issues in components?

2012-05-21 Thread Sanne Grinovero
I'm tempted to create different components for each datastore, so we can easily classify them and search for areas: - ehcache - infinispan - mongodb - cassandra useful to understand the progress per area.. we can later add more components. Alternative, we could use labels.. but they are often too

Re: [hibernate-dev] Hibernate OGM#OGM-123 Add Voldemort Datastore

2012-03-09 Thread Emmanuel Bernard
But you are already :) If you mean physically on JIRA, send me your JIRA login. Emmanuel On 9 mars 2012, at 15:02, Seiya Kawashima wrote: > Hi, > > I've just found the task and was wondering if I can be assigned on this > task. I would like to finish the task based on the comments that I got an

[hibernate-dev] Hibernate OGM#OGM-123 Add Voldemort Datastore

2012-03-09 Thread Seiya Kawashima
Hi, I've just found the task and was wondering if I can be assigned on this task. I would like to finish the task based on the comments that I got and will get for my pull request if it's possible. -- Thank you Seiya ___ hibernate-dev mailing list hibe

Re: [hibernate-dev] Hibernate OGM split in modules, ready for new integrations!

2011-12-07 Thread Hardy Ferentschik
Hi, for what it's worth - there are so called advanced reactor build options: http://stackoverflow.com/questions/1114026/maven-modules-building-a-single-specific-module However, I think they are fundamentally broken. In your case you could do something like mvn install -pl hibernate-ogm-ehcache

Re: [hibernate-dev] Hibernate OGM split in modules, ready for new integrations!

2011-12-07 Thread Sanne Grinovero
Hi Alex, I'm not sure if there is a way in Maven to have it find the other modules automagically; if there is I'm not aware of it: I generally expect projects to be built from the root, so what you did is the same approach I usually take. You can then build the module only to save some time, but it

Re: [hibernate-dev] Hibernate OGM split in modules, ready for new integrations!

2011-12-06 Thread Alex Snaps
Hey Sanne, I started creating the layout for the hibernate-ogm-ehcache module. Now I stumbled on something, given I'm no maven expert, I think might not be quite right: from the parent project, it couldn't resolve the dependency to hibernate-ogm-core, so I first had to install that from the ./hiber

[hibernate-dev] Hibernate OGM split in modules, ready for new integrations!

2011-12-04 Thread Sanne Grinovero
Hi Greg, we've implemented all changes in Hibernate OGM which we discussed at Devoxx to make it easier for you to create a new module and get started experimenting with an EHCache integration. Actually to proof myself correct I've already created a new module, and removed Infinispan from the main

Re: [hibernate-dev] Hibernate OGM URL

2011-10-12 Thread Sanne Grinovero
Nice one, thank you On 12 October 2011 14:19, Emmanuel Bernard wrote: > http://ogm.hibernate.org is now live. It's a redirect to the more complicated > http://www.hibernate.org/subprojects/ogm > > That should make it easier to mention in your slides. > ___

[hibernate-dev] Hibernate OGM URL

2011-10-12 Thread Emmanuel Bernard
http://ogm.hibernate.org is now live. It's a redirect to the more complicated http://www.hibernate.org/subprojects/ogm That should make it easier to mention in your slides. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss

[hibernate-dev] Hibernate OGM: birth announcement

2011-06-17 Thread Emmanuel Bernard
I am very pleased to announce the first public alpha of Hibernate OGM. Hibernate OGM stands for Object Grid Mapping and its goal is to offer a full-fledged JPA engine storing data into NoSQL stores. Read the rest at http://goo.gl/NVkX5 ___ hibernate-de

Re: [hibernate-dev] Hibernate OGM

2011-06-12 Thread Alex Snaps
Thanks, I'll try to clean all my stuff up wrt these changes this coming week. Hadn't much time lately to do much myself to be honest. But will clear some next week. Alex On Friday 10 June 2011 at 16:53, Emmanuel Bernard wrote: > FYI, my big change just made it (sorry about the delay). > > On 1

Re: [hibernate-dev] Hibernate OGM

2011-06-10 Thread Emmanuel Bernard
FYI, my big change just made it (sorry about the delay). On 13 mai 2011, at 16:16, Alex Snaps wrote: > On Thursday 12 May 2011 at 17:17, Emmanuel Bernard wrote: > I've significantly improved the GridDialect in my quest to use Atomic Maps > for entity and associations. Unfortunately the change i

Re: [hibernate-dev] Hibernate OGM

2011-05-13 Thread Emmanuel Bernard
Another one is Datastore I guess. The problem is that we put associations and entities in different datastores (at the moment at least). On 12 mai 2011, at 19:44, Nicolas Helleringer wrote: > I do like Bucket. It more 'free' than Database that people do associate to > much with SQL and relation

Re: [hibernate-dev] Hibernate OGM

2011-05-13 Thread Emmanuel Bernard
yes git cherry-pick will be your friend to clean the mess On 13 mai 2011, at 16:16, Alex Snaps wrote: > On Thursday 12 May 2011 at 17:17, Emmanuel Bernard wrote: > I've significantly improved the GridDialect in my quest to use Atomic Maps > for entity and associations. Unfortunately the change i

Re: [hibernate-dev] Hibernate OGM

2011-05-13 Thread Alex Snaps
On Thursday 12 May 2011 at 17:17, Emmanuel Bernard wrote: I've significantly improved the GridDialect in my quest to use Atomic Maps for entity and associations. Unfortunately the change is not ready to be shared yet. I hope to get that out next week Entity are using atomic maps but not associat

Re: [hibernate-dev] Hibernate OGM

2011-05-13 Thread Alex Snaps
On Thursday 12 May 2011 at 19:49, Sanne Grinovero wrote: 2011/5/12 Nicolas Helleringer : > > I do like Bucket. It more 'free' than Database that people do associate to > > much with SQL and relational (who remember that a database CAN be non > > relational ?) and than Cache which seems to retrictiv

Re: [hibernate-dev] Hibernate OGM

2011-05-12 Thread Sanne Grinovero
2011/5/12 Nicolas Helleringer : > I do like Bucket. It more 'free' than Database that people do associate to > much with SQL and relational (who remember that a database CAN be non > relational ?) and than Cache which seems to retrictive in my point of view. > Regards, > Niko +1 Sanne > > 2011/5

Re: [hibernate-dev] Hibernate OGM

2011-05-12 Thread Nicolas Helleringer
I do like Bucket. It more 'free' than Database that people do associate to much with SQL and relational (who remember that a database CAN be non relational ?) and than Cache which seems to retrictive in my point of view. Regards, Niko 2011/5/12 Emmanuel Bernard > Let me summarize, > GridMap is

Re: [hibernate-dev] Hibernate OGM

2011-05-12 Thread Emmanuel Bernard
I've significantly improved the GridDialect in my quest to use Atomic Maps for entity and associations. Unfortunately the change is not ready to be shared yet. I hope to get that out next week Entity are using atomic maps but not associations yet. Also, I've see you've used merge to sync your w

Re: [hibernate-dev] Hibernate OGM

2011-05-12 Thread Emmanuel Bernard
Let me summarize, GridMap is the equivalent of Cache, right? I agree that Map is not the right representation, plus Map> is ugly. So +1 for a dedicated object. I think we could use: - Cache - Database - Bucket Note a fan of GridMap as it won't make sense for the post key/value On 11 mai 2011

Re: [hibernate-dev] Hibernate OGM

2011-05-11 Thread Sanne Grinovero
2011/5/11 Alex Snaps : > Unintentionally left the ML out. oops, sorry didn't realize that. for everyone else: please find my previous reply below; > Sanne, wrt jsr107 fair enough. I then feel that we should not leverage Map > and use a custom type that only declare what's needed (and avoids the

Re: [hibernate-dev] Hibernate OGM

2011-05-11 Thread Alex Snaps
Unintentionally left the ML out. Sanne, wrt jsr107 fair enough. I then feel that we should not leverage Map and use a custom type that only declare what's needed (and avoids the return value, when not required). I think that'd make it simpler, wdyt ? How should we name that thing ? My first atte

Re: [hibernate-dev] Hibernate OGM

2011-05-11 Thread Sanne Grinovero
Hi Alex, thank you I'm having a look and will comment more on github directly. A first comment: I see that a big part of your patch is about replaceing "Cache" with "ConcurrentMap" and renaming variables to be consistent with this change; at the same time in the JSR-107 forum it seems that everybo

[hibernate-dev] Hibernate OGM

2011-05-11 Thread Alex Snaps
Hey, I've taken some time and, in an attempt to port Hibernate OGM to use Ehcache instead of Infinispan, abstracted it from Infinispan. As the doc on that task states, I've made all calls use ConcurrentMap (rather than Map actually). I had a little trouble understanding the "Skip locking propose

Re: [hibernate-dev] Hibernate OGM documentation

2011-04-26 Thread Emmanuel Bernard
On 22 avr. 2011, at 19:22, Juraci Paixao Krohling wrote: > On 04/22/2011 06:43 PM, Emmanuel Bernard wrote: >> I've been working on Hibernate OGM documentation. I am still very unhappy >> with what I have but that's a start. >> >> You can read it at >> http://docs.jboss.org/hibernate/ogm/3.0/re

Re: [hibernate-dev] Hibernate OGM documentation

2011-04-22 Thread Juraci Paixao Krohling
On 04/22/2011 06:43 PM, Emmanuel Bernard wrote: > I've been working on Hibernate OGM documentation. I am still very unhappy > with what I have but that's a start. > > You can read it at > http://docs.jboss.org/hibernate/ogm/3.0/reference/en-US/html_single/ > You can contribute to it by forking on

[hibernate-dev] Hibernate OGM documentation

2011-04-22 Thread Emmanuel Bernard
Hi all I've been working on Hibernate OGM documentation. I am still very unhappy with what I have but that's a start. You can read it at http://docs.jboss.org/hibernate/ogm/3.0/reference/en-US/html_single/ You can contribute to it by forking on github https://github.com/hibernate/hibernate-ogm

Re: [hibernate-dev] Hibernate OGM reference repo moved

2011-04-13 Thread Sanne Grinovero
great news! 2011/4/13 Emmanuel Bernard : > In preparation for landing, I've moved Hibernate OGM's repository to the > Hibernate organization ie from > https://github.com/emmanuelbernard/hibernate-ogm to > https://github.com/hibernate/hibernate-ogm . Sanne and I have push access. > > I've also c

[hibernate-dev] Hibernate OGM reference repo moved

2011-04-13 Thread Emmanuel Bernard
In preparation for landing, I've moved Hibernate OGM's repository to the Hibernate organization ie from https://github.com/emmanuelbernard/hibernate-ogm to https://github.com/hibernate/hibernate-ogm . Sanne and I have push access. I've also created a forum https://forum.hibernate.org/viewforum.p

Re: [hibernate-dev] Hibernate OGM as a separate repo

2011-03-13 Thread Sanne Grinovero
2011/3/11 Emmanuel Bernard : > Hi guys, > I have finished the migration of Hibernate OGM to its new separated Git > repository. I've kept the history (that was fun). > > The new home is now here https://github.com/emmanuelbernard/hibernate-ogm > > This is a multi module project with a single modul

[hibernate-dev] Hibernate OGM as a separate repo

2011-03-11 Thread Emmanuel Bernard
Hi guys, I have finished the migration of Hibernate OGM to its new separated Git repository. I've kept the history (that was fun). The new home is now here https://github.com/emmanuelbernard/hibernate-ogm This is a multi module project with a single module so far: hibernate-ogm-core. But we can