-
Envers 1.2.0.GA in Maven repository; JSR308 typestate and maven plugin in GIT
Posted on March 11th, 2009 No commentsThe recently released Envers 1.2.0.GA finally made it to the JBoss Maven repository; you can find it here:
http://repository.jboss.org/maven2/org/jboss/envers/jboss-envers/1.2.0.GA-hibernate-3.3/Also, following Bob’s example, I’ve put the JSR 308 typestate checker and Maven2 plugin on github:
- http://github.com/adamw/jsr308-typestate-checker/tree
- http://github.com/adamw/jsr308-maven2-plugin/tree
So everyone can now easily grab the source code and modify it.
Have fun!
Adam -
Envers 1.2.0.GA released!
Posted on March 5th, 2009 2 commentsToday Envers 1.2.0.GA has been released! It is a Hibernate 3.3 compatible version of the newest Envers codebase, which will be included as a module in Hibernate 3.5. You can download it here, and find documentation here.
The main highlights of this release are:
- renamed “versioning” to “auditing”, so
@Versionedbecomes@Auditedetc - full support for inheritance
- support for relations in components
- improved queries (for example possibility to add restricitions on the revision entity)
For a full list of issues solved, see here. Special thanks to Erik-Berndt Scheper for providing valuable patches!
The release will also be soon available through the JBoss maven repository.
Have fun,
Adam - renamed “versioning” to “auditing”, so

