Hi,
I just migrated my project (tomcat/hib/c3p0/mysql) from hibernate 2 to hibernate 3.1.3.
Now I wonder which c3p0 version I should use considering primarily the stability of the application.
c3p0-0.9.0:
Comes with the hibernate 3.1.3 release (and even with the newest 3.2.CR4), which I would interpret as a form of recommendation. But for sure this c3p0 version has (at least minor) bugs which are fixed in later versions.
c3p0-0.9.0.4:
Contains bugfixes for the former 0.9.0.x versions. But this version still seem to have some critical problems, e.g.:
c3p0-0.9.1-pre7:
May contain bugfixes, e.g. for the problems above, but I'm not really thrilled to use a pre-release in a productional environment.
Any recommendations / experiences / opinions / thoughts?
Andreas