Hi All
Not sure whether this is a build issue or a misunderstanding on my part.
From Hibernate 3.5 onwards I understood envers is part of Hibernate core. Yet when I look at the packages in the Maven Repositories (e.g. hibernate-core-3.6.7.Final.jar or even hibernate-4.0.0.CR7.jar) I cannot see the envers package. I downloaded the hibernate-distribution.3.6.7.Final-dist.zip and in the included hibernate3.jar the envers package together with a number of other packages (approx an extra 1MB of goodness) exist which are missing from the maven repository version.
This became an issue for me because when I attempt to use Groovy Grails, I should be able to use all hibernate annotations using the src/java folder, but I cannot. After some quick problem I tried solving the problem by including hibernate-core-3.6.7.Final.jar as a direct dependency to the project, and then I noted that the envers package is not included in the maven repository jar file.
Is there a different repository of hibernate.3.6.7.Final including the envers and all other core packages that I can include in my dependencies or is this a build error? Should I raise a Jira Issue?
Thanks and regards
DM
|