1 Reply Latest reply on Jun 12, 2009 12:12 PM by adamw

    Which is the latest Envers release compatible with Hibernate

    bozhidar

      Hello,

      We're using in production JBoss AS 4.2.2.GA, bundled with Hibernate 3.2.2.GA and would like to use Envers in one of our projects. I was looking at the documentation and the forum, but can't find which is the last release of Envers that we can use. As far as I see it we cannot use the current 1.2 series since they require at least Hibernate 3.3.

      Thanks in advance for you help.

        • 1. Re: Which is the latest Envers release compatible with Hiber
          adamw

          Hello,

          Envers 1.1.x works with Hibernate 3.2.6 and up, and Envers 1.2.x with Hibernate 3.3.0 and up. It is possible to run Envers with Hibernate 3.2.2, but it requires some code modifications. So you can either do that, or bundle with your application a newer HIbernate version (for example if you have an isolated ear, you just need to put the updated jars there)

          Adam