Hi, I'm using hibernate-core 3.6.10.Final. Together with javassist 3.16.1-GA (available since March 6, 2012) I observe some strange errors. With javassist 3.12.0.GA which I discoverd in the parent pom of hibernate-core these errors are apparently not reproducible.
So my question: Is it absolutely necessary to use the javassist version "named" by hibernate?
This should be stated more explicitly (in the docs) if this is the case.
Any feedback is welcome! Cheers, Burkhard
P.S.: In hibernate-core 4.x javassist is not optional anymore, therefore it's referenced in its pom (3.15.0-GA). Anyway with javassist 3.16.1-GA I observe the same errors.
|