[hibernate-dev] Hibernate Core is now using Git

2010-10-07 Thread Emmanuel Bernard
Hibernate Core now uses Git as the version control system. You can access it at http://github.com/hibernate/hibernate-core Core on Git We have imported the SVN history (at least what GIT could extract) and pushed the SVN trunk, branch 3.5 and branch 3.3. If you need more of the legacy branches

Re: [hibernate-dev] Hibernate Core is now using Git

2010-10-07 Thread Emmanuel Bernard
So far, only : - emmanuel - steve - max - hardy - adam have read-write access to hibernate-core on GitHub If you used to have access to SVN and actually use it ;), please email me your github acocunt and I will grant you access. You can also ping me on IRC. Emmanuel On 7 oct. 2010, at 11:

Re: [hibernate-dev] Hibernate Core is now using Git

2010-10-07 Thread Hardy Ferentschik
We cannot forget to update the info on hibernate.org and the wiki. I was just about to find the pages in need of updated, but it seems the wiki is down :( --Hardy On Thu, 07 Oct 2010 11:30:11 +0200, Emmanuel Bernard wrote: > Hibernate Core now uses Git as the version control system. > You c

Re: [hibernate-dev] Hibernate Core is now using Git

2010-10-07 Thread Steve Ebersole
The problem is that magnolia is set up with a decidedly SVN-slant. I set up what I think is most reasonable. On Thursday, October 07, 2010 05:11:31 am Hardy Ferentschik wrote: > We cannot forget to update the info on hibernate.org and the wiki. > I was just about to find the pages in need of upd

Re: [hibernate-dev] Transaction API

2010-10-07 Thread Emmanuel Bernard
I would fence on the conservative side here, even for isActive and raise an exception. If it's UNKNOWN, well then we don't know and we can't answer true nor false. Kind of a Gödelian dilemma ;) On 29 sept. 2010, at 19:53, Steve Ebersole wrote: > On Wed, 2010-09-29 at 14:26 +0200, Emmanuel Berna

Re: [hibernate-dev] Hibernate Core is now using Git

2010-10-07 Thread Scott Marlow
Adding to the favorite git tools: Command completion support (git-completion.bash) is pretty good if your a command shell type person. The script is available via Git project source and other places (included in Fedora). If you read the below mentioned progit book (just ordered my copy last week

Re: [hibernate-dev] Hibernate Core is now using Git

2010-10-07 Thread Chris Bredesen
Z-Shell also has good native (?) command completion for git and ships with both GNU/Linux and OS X... And for users of both platforms (like myself), zsh feels more consistent between Linux and OS X whereas bash does not (for whatever reason). -CB On 10/07/2010 09:32 AM, Scott Marlow wrote: >

[hibernate-dev] Move of Validator to git

2010-10-07 Thread Hardy Ferentschik
Hi, following suite I am planning to move Hibernate Validator to git as well. Given that some of contributors are already working with Validator branches on GitHub it only makes sense to move the master to there as well. I'll be tagging the current state of the svn repo and then disable write

[hibernate-dev] Re : Hibernate Core is now using Git

2010-10-07 Thread Julien HENRY
Hi all, I think this is a good thing to have Hibernate on github. I just forked and did a few modifications (I'm learning git at the same time). I also did my first pull request ;) to validate the process. This is very minor modification so I didn't open an issue on JIRA. Regards, Julien -

Re: [hibernate-dev] Re : Hibernate Core is now using Git

2010-10-07 Thread Steve Ebersole
We do not make changes outside the context of a JIRA. :) On Thursday, October 07, 2010 09:12:19 am Julien HENRY wrote: > Hi all, > > I think this is a good thing to have Hibernate on github. I just forked and > did a few modifications (I'm learning git at the same time). I also did my > first pul

[hibernate-dev] Re : Re : Hibernate Core is now using Git

2010-10-07 Thread Julien HENRY
OK, second try :) I didn't find how to rename my branch so I removed it and created a new one and also did a new pull request. The first pull request was not automatically deleted (was still referring to my deleted branch???) and I din't find a way to delete it, but only to close it. I hope I

[hibernate-dev] Move of Search to Git

2010-10-07 Thread Emmanuel Bernard
[basically Hardy's email + s/Validator/Search/] Hi, Following suite I am planning to move Hibernate Search to git as well. Given that some of contributors are already working with Validator branches on GitHub it only makes sense to move the master to there as well. I'll be tagging the current

Re: [hibernate-dev] Hibernate Core is now using Git

2010-10-07 Thread Steve Ebersole
On Thursday, October 07, 2010 04:30:11 am Emmanuel Bernard wrote: > If you want to contribute a fix or new feature, either use the pure Git > approach, or use the GitHub fork capability (see > http://help.github.com/forking/ and http://help.github.com/pull-requests/ > ) The benefit of the GitHub ap

Re: [hibernate-dev] Hibernate Core is now using Git

2010-10-07 Thread Steve Ebersole
On Thursday, October 07, 2010 01:51:52 pm Steve Ebersole wrote: > On Thursday, October 07, 2010 04:30:11 am Emmanuel Bernard wrote: > > If you want to contribute a fix or new feature, either use the pure Git > > approach, or use the GitHub fork capability (see > > http://help.github.com/forking/ an

Re: [hibernate-dev] Fail fast feature for Hibernate Validator

2010-10-07 Thread Gunnar Morling
2010/10/6 Emmanuel Bernard > > Too sad, that javax.validation.ValidatorContext is not defined as > > public interface ValidatorContext > { > > } > > If it were, we wouldn't need a dedicated method > HibernateValidatorFactory#usingHibernateContext(), but > HibernateValidatorFactory could be define

Re: [hibernate-dev] Hibernate Core is now using Git

2010-10-07 Thread Paul Benedict
I missed the behind-the-scenes discussion. Why was SVN booted? And can I still submit SVN diff patches? On Thu, Oct 7, 2010 at 4:20 PM, Steve Ebersole wrote: > On Thursday, October 07, 2010 01:51:52 pm Steve Ebersole wrote: >> On Thursday, October 07, 2010 04:30:11 am Emmanuel Bernard wrote: >> >

Re: [hibernate-dev] Discussion of services

2010-10-07 Thread Steve Ebersole
On Monday, October 04, 2010 09:59:14 am Emmanuel Bernard wrote: > @InjectService > Why not JSR-303's @Inject with a qualifier if you really need some > additional metadata? I am not against the idea so much. The problems I had were twofold: 1) Personally I have no idea how to define these "quali

Re: [hibernate-dev] Discussion of services

2010-10-07 Thread Steve Ebersole
On Monday, October 04, 2010 09:59:14 am Emmanuel Bernard wrote: > Not commenting on the idea of an Hibernate specific registry Good because the time for that was almost a year ago when I asked y'all to review the designs I was working on for 4 :) -- Steve Ebersole http://hibernate.org

Re: [hibernate-dev] Hibernate Core is now using Git

2010-10-07 Thread Strong Liu
hello git gurus, here a question: how to perform a partial checkout? in our testsuite hudson job, we only need the testsuite module, and the purpose for this job is testing the artifacts that upstream core job deployed. of course check out the whole project is an option, but this will force the