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

2010-11-01 Thread Steve Ebersole
This morning I had a bug fix from an IRC discussion and decided to use it to try this stuff out. I chose to work on this on a topic branch created from master. I ran into worse trouble than you had :) About 6 hours on #git helped me get a working answer, though not any better understanding.

Re: [hibernate-dev] Hibernate Annotations 3.6.0.Final

2010-11-01 Thread Tomasz Blachowicz
Grand! This is clear to me now. Thanks, Tom On Mon, Nov 1, 2010 at 11:15 AM, Hardy Ferentschik wrote: > It won't :) > As of 3.6 Hibernate Annotations got merged into Core. The separation > existed to be > able to support Java 1.4 and 1.5. Now that 1.4 support was dropped we the > annotation >

Re: [hibernate-dev] Hibernate Annotations 3.6.0.Final

2010-11-01 Thread Tomasz Blachowicz
Grand! This is clear to me now. Thanks, Tom On Mon, Nov 1, 2010 at 11:15 AM, Hardy Ferentschik wrote: > It won't :) > As of 3.6 Hibernate Annotations got merged into Core. The separation > existed to be > able to support Java 1.4 and 1.5. Now that 1.4 support was dropped we the > annotation >

[hibernate-dev] Hibernate Search 3.3.0.Beta3

2010-11-01 Thread Hardy Ferentschik
All the information you need on in.relation.to - http://in.relation.to/17622.lace --Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Hibernate Annotations 3.6.0.Final

2010-11-01 Thread Hardy Ferentschik
It won't :) As of 3.6 Hibernate Annotations got merged into Core. The separation existed to be able to support Java 1.4 and 1.5. Now that 1.4 support was dropped we the annotation based code could be merged back into the main source. --Hardy On Mon, 01 Nov 2010 12:57:42 +0200, Tomasz Blachow

[hibernate-dev] Hibernate Annotations 3.6.0.Final

2010-11-01 Thread Tomasz Blachowicz
Hi guys, I was wondering when the Hibernate Annotatiosn 3.6.0-Final is expected to appear in the JBoss Maven Repository. The latest version is 3.5.6 and 3.6.0-SNAPSHOT. Any comments? Cheers, Tom ___ hibernate-dev mailing list hibernate-dev@lists.jboss.o

Re: [hibernate-dev] Hibernate versions

2010-11-01 Thread Hardy Ferentschik
Hi Tom, 3.6 is the latest final release of Hibernate. Current development is on 4.x with no official release yet. Generally I would suggest you fix your bug against the latest development version, meaning 4.x. The Hibernate source code has recently moved from SVN to GitHub and can be found h

[hibernate-dev] Hibernate versions

2010-11-01 Thread Tomasz Blachowicz
Hi all, Could I ask you guys for some clarification regarding the versions of Hibernate that have been currently developed/live? There is 3.5.x and 3.6 and also 4.0... Can you let me know which one I should create patch for when working on the bug fix? The exact location of code repositories would