Re: [hibernate-dev] Hibernate.next version and AS 7.2 community release...

2012-06-28 Thread Scott Marlow
On 06/26/2012 12:29 PM, Hardy Ferentschik wrote: > > On Jun 26, 2012, at 6:19 PM, Sanne Grinovero wrote: > >> an optimization we have been discussing but had still no time to >> implement is to update hibernate-commons-annotations to use Jandex. > > +1 for Jandex. However, I don't think it is worth

Re: [hibernate-dev] Hibernate.next version and AS 7.2 community release...

2012-06-28 Thread Sanne Grinovero
Hibernate Search is currently requiring to be able to re-read the metada for on-the-fly reconfiguration of the mapped entities, but if we can reload the Jandex index every time that's needed that would be fine. This "internal reboot" is slow anyways and not expected to trigger frequently. In short

Re: [hibernate-dev] Pull request for HHH-2394 (Support filter tag in subclass)

2012-06-28 Thread Rob Worsnop
OK, done. I think I covered everything. Assuming my changes are OK, will they be in 4.2? On Mon, Jun 25, 2012 at 11:48 PM, Rob Worsnop wrote: > Oh good. The way I am coding it, the flag will be ignored > if SqlFragmentAlias elements are present. > > > On Mon, Jun 25, 2012 at 3:40 PM, Steve Eber

[hibernate-dev] Jira / GitHub

2012-06-28 Thread Steve Ebersole
Finally got GitHub integration set up in Jira. Talking about the direct, built-in Jira support for GitHub, not talking to GitHub through FishEye. So far I have only enabled it on the ORM project (HHH). Take a look-see and let me know what you think. In HHH issues, you will see there are now

Re: [hibernate-dev] Pull request for HHH-2394 (Support filter tag in subclass)

2012-06-28 Thread Steve Ebersole
The plan as of now is to not have a 4.2. Your changes will be in 4.1.5 (if ok). On Thu 28 Jun 2012 01:04:42 PM CDT, Rob Worsnop wrote: > OK, done. I think I covered everything. > > Assuming my changes are OK, will they be in 4.2? > > On Mon, Jun 25, 2012 at 11:48 PM, Rob Worsnop

[hibernate-dev] JPA 2.1 progress

2012-06-28 Thread Steve Ebersole
Just wanted to let everyone know that implementing JPA 2.1 support is moving along. I had too much work here that I was worried about losing so I went ahead and pushed it to my fork. Draft 6 from the expert group is almost completely implemented at this point. The only outstanding item left f

Re: [hibernate-dev] JPA 2.1 progress

2012-06-28 Thread Steve Ebersole
Should have pointed out that the Hibernate native stored procedure support is defined by org.hibernate.StoredProcedureCall/org.hibernate.internal.StoredProcedureCallImpl On Thu 28 Jun 2012 08:26:24 PM CDT, Steve Ebersole wrote: > Just wanted to let everyone know that implementing JPA 2.1 support

Re: [hibernate-dev] Jira / GitHub

2012-06-28 Thread Strong Liu
seems open the change set in github is faster than fisheye, and more cleaner on github nice! On Jun 29, 2012, at 2:42 AM, Steve Ebersole wrote: > Finally got GitHub integration set up in Jira. Talking about the > direct, built-in Jira support for GitHub, not talking to GitHub through > FishE

Re: [hibernate-dev] Hibernate.next version and AS 7.2 community release...

2012-06-28 Thread Strong Liu
On Jun 27, 2012, at 2:54 PM, Hardy Ferentschik wrote: > > > > > On 26 Jun 2012, at 22:29, Sanne Grinovero wrote: > >> On 26 June 2012 21:17, Hardy Ferentschik wrote: >>> >>> On 26 Jun 2012, at 21:37, Sanne Grinovero wrote: >>> Ok that sounds all nice. But we need programmatic defin