Hibernate version:
3.2.5 ga
Hello.
This is a general question on managing hibernate dependencies.
The 3.2.5 g.a distribution of hibernate contains old versions of ehcache and c3p0.
Should I update those to the latest versions manually, in order to gain from possible bugfixes on those third party libs?
In addition, hibernate includes ehcache 1.2.3, but right now 1.4 is available. But this new release adds 2 new dependencies:
- backport-util-concurrent-3.0.jar (321kb)
- jsr107cache-1.0.jar (9kb)
Will a future release of hibernate 3 include all the new dependencies?
And will it include dependency dependencies (i.e backport for ehcache).
Thanks
|