[hibernate-dev] add a critically important notice to documentaion in Search

2010-10-29 Thread Sanne Grinovero
Hi Hardy, it seems we failed to properly warn users to use the new Solr packages you prepared [1]; I was going to open an issue for this to hopefully have it included in the release, but it seems I'm too late to mark it for the release of monday. Could you please reopen and add a warning in the doc

Re: [hibernate-dev] Applying commits from 3.6 to master

2010-10-29 Thread Adam Warski
I'll report the first time I'll have to do that. Adam On Oct 29, 2010, at 8:11 PM, Steve Ebersole wrote: > Curious what happens if you go the other direction (imho the more natural > direction)? Working from master to the 3.6 branch... > > > On Friday, October 29, 2010, at 01:02 pm, Adam War

Re: [hibernate-dev] Applying commits from 3.6 to master

2010-10-29 Thread Steve Ebersole
Curious what happens if you go the other direction (imho the more natural direction)? Working from master to the 3.6 branch... On Friday, October 29, 2010, at 01:02 pm, Adam Warski wrote: > After some tries, here's my workflow for applying commits from the 3.6 > branch to the master branch: 1.

[hibernate-dev] Applying commits from 3.6 to master

2010-10-29 Thread Adam Warski
After some tries, here's my workflow for applying commits from the 3.6 branch to the master branch: 1. Commit to 3.6 :) 2. Create patches for the commits using git format-patch commit sha/range etc. This will produce numbered patches. 3. Switch to master 4. Modify the patches using the following

Re: [hibernate-dev] HSEARCH-603 external service provider

2010-10-29 Thread Emmanuel Bernard
I'll go for search configuration for now. On 27 oct. 2010, at 19:23, Emmanuel Bernard wrote: > Actually I've got a question for the registration of existing service > instances. Esp in the case of Infinispan where that use case is requested. > > I can add the contract to SearchConfiguration >

Re: [hibernate-dev] integration test on the DB matrix

2010-10-29 Thread Steve Ebersole
Right this is still a work in progress. Until we get the basic services and metamodel code done there is not really much different to test here anyway. After services/metamodel are done, the plan is to start road-mapping the alpha and beta releases so we'd need to finish up the other parts of

[hibernate-dev] Atlassian fisheye

2010-10-29 Thread Hardy Ferentschik
Hi, I just noticed that Search and Metamodelgen don't have yet a Atlassian fisheye instance like https://fisheye2.atlassian.com/browse/Hibernate-Core https://fisheye2.atlassian.com/browse/Hibernate-Validator I think we should get the following instances setup as well: https://fisheye2.atlassi

Re: [hibernate-dev] integration test on the DB matrix

2010-10-29 Thread Hardy Ferentschik
I think this is still work in progress. The remember that the initial gradle branch on svn had a MatrixTestingPlugin under buildSrc. Not sure what the current state of this build plugin is. --Hardy On Fri, 29 Oct 2010 10:47:24 +0200, Strong Liu wrote: > Hello, > > how to perform integration

[hibernate-dev] integration test on the DB matrix

2010-10-29 Thread Strong Liu
Hello, how to perform integration test of Hibernate core on the db matrix or on another db instead of the default H2? is it possible on the master codebase? i know steve were working on it some time ago, but can't find anything in the current source. __