Adam Warski

30 Oct 2008

Envers moves to Hibernate!

envers
java
hibernate

I’m happy to announce that Envers is now a module of Hibernate! This means that:

  • the code is now in the hibernate-core repository (envers module). There will be no more commits to the old repository.
  • issue tracking moved to Hibernate’s JIRA. All open issues from the old JIRA have been moved there. When creating an Envers issue, please select the “envers” component.
  • envers is now built using maven2, which replaces the old ant build

The website, documentation and forum so far stay unchanged, but stay tuned for more updates :).

There will be some changes to Envers coming with this move. One of them is renaming of @Versioned to @Audited, to avoid confusion with the @Version annotation used in JPA for optimistic locking. The old @Versioned annotation will become deprecated, and after some time removed completely.

I would like to thank Steve Ebersole for doing the actual move and creating the maven build!

Adam

comments powered by Disqus

Any questions?

Can’t find the answer you’re looking for?