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 here: http://github.com/hibernate/hibernate-core You could fork the master branch, fix your bug and then create a pull request (http://help.github.com/pull-requests/) Of course you should also create a Jira issue for the bug in case there exists none. Last but not least, Hibernate switched from Maven to Gradle as build tool. You can find some information about this here: http://community.jboss.org/wiki/Gradlewhy http://community.jboss.org/wiki/GradleFAQ --Hardy On Mon, 01 Nov 2010 11:34:02 +0200, Tomasz Blachowicz <tblachow...@gmail.com> wrote: > 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 be also very useful. > > Cheers, > Tom > _______________________________________________ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev