[hibernate-dev] New metamodel status

2014-01-27 Thread Gail Badner
I've pushed my work to my fork. Here is where I'm tracking details: https://github.com/hibernate/hibernate-orm/wiki/Metamodel-Integration-Tasks. Repository details are in that document. It's a bit disorganized at the moment, I'll update after the meeting. Regards, Gail ___

Re: [hibernate-dev] [OGM] OGM-21 query support

2014-01-27 Thread Gunnar Morling
Hi Guillaume, We have been discussing this issue (OGM query support via EM) earlier today on IRC, as it's definitely one which we should fix soon. As you started to work on it, do you have something worth sharing, which e.g. someone else could take that as starting point? Thanks, --Gunnar 20

[hibernate-dev] Object/Relational mapping XML processing moving forward

2014-01-27 Thread Steve Ebersole
Reference : https://hibernate.atlassian.net/browse/HHH-8893 https://hibernate.atlassian.net/browse/HHH-8894 I wanted to start a discussion around some planned changes relating to processing XML mapping files. The 2 issues above cover the bulk of the intent: 1) move to a single format for expres

[hibernate-dev] Released: Hibernate Search 4.5.0.CR1

2014-01-27 Thread Sanne Grinovero
Hello all, many good reason to upgrade! As for tradition, all details in the blog: http://in.relation.to/Bloggers/BetterPerformanceSimplerMassIndexerHibernateSearch450CR1Available Bests, Sanne ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org

Re: [hibernate-dev] OGM depending on ORM 4.3

2014-01-27 Thread Gunnar Morling
Looking at the issues which have been addressed or are work in progress since the last release [1] I don't think we need a tag. Feature-wise we've primarily been working on CouchDB support (that needs some follow-up issues though and thus is not yet releasable imo), the option stuff (the first usa

[hibernate-dev] OGM depending on ORM 4.3

2014-01-27 Thread Emmanuel Bernard
To follow up on the PR migrating OGM to ORM 4.3. I think it is the right thing to do but I wonder whether we should do a tag / release of Hibernate OGM before that. So that people still using the JPA 2.0 series have a final version and a point for fork. What has happened between the latest OGM ver

Re: [hibernate-dev] Hibernate Search 4.5.0.CR1 on staging and not in prod

2014-01-27 Thread Sanne Grinovero
yes, sorry that took very long. as the blog isn't published yet, I still need to edit the commit with the final blog url. Took me ages to verify that this CR wouldn't break anything in the Infinispan integrations: several tests needed to be fixed and some issuses in Infinispan core prevented me to

[hibernate-dev] Hibernate Search 4.5.0.CR1 on staging and not in prod

2014-01-27 Thread Emmanuel Bernard
On the website, Staging has a commit related to HSearch's release. That commit is not on production. Is that expected? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] merge on new entities

2014-01-27 Thread Emmanuel Bernard
We might, but to add to the complexity, Hibernate ORM uses "merge" plans to optimize the number of selects for a given object graph merged. A non associated object being merged might be more common though, not sure. On Mon 2014-01-27 9:14, Sanne Grinovero wrote: > Thanks! > yes we got to that con

Re: [hibernate-dev] merge on new entities

2014-01-27 Thread Sanne Grinovero
Thanks! yes we got to that conclusion. The question came from Radim in Infinispan team attempting to figure out how to squeeze some more performance from the JPACacheStore from Infinispan. It's tricky that in Infinipan we don't know if something is a new entry or an update; I had a highly customiz