3 Replies Latest reply on Sep 13, 2011 7:29 AM by maxandersen

    When will Hibernate Tools use Hibernate 3.6.*?

    mtaal

      Hi,

      Hibernate tools is still on hibernate 3.5.6 I noticed. This makes it unusable for us as we upgraded to hibernate 3.6 and there are api changes from hibnerate 3.5 --> 3.6.

       

      My question is: when will Hibernate tools use Hibernate 3.6.*?

       

      gr. Martin

        • 1. Re: When will Hibernate Tools use Hibernate 3.6.*?
          dgeraskov

          Because of the API changes we can't support simultaneously hiberante 3.5 and 3.6 or 4.0. Also Configuration class is going to be removed from Hibernate - this class is one of the most important for Hiberante tools and we can't release new Hibernate tools while the API is not finished in Hiberante.

          • 2. Re: When will Hibernate Tools use Hibernate 3.6.*?
            mtaal

            Okay, so I can conclude that hibernate/jboss tools will skip and not/never support Hibernate 3.6?

             

            gr. Martin

            • 3. Re: When will Hibernate Tools use Hibernate 3.6.*?
              maxandersen

              Hibernate tools aren't just one thing - it depends which part you refer to ?

               

              if for running hibernate queries then yes, right now we can't support all those three in one setup (mainly because of API differences and the time needed to separate out to be independent of the underlying API - its all doable, just need someone to have time to do it).

               

              For the code generation aspects then Hibernate tools output works fine with Hibernate 3.6 and even 4.0.