swaldman / c3p0

a mature, highly concurrent JDBC Connection pooling library, with support for caching and reuse of PreparedStatements.
http://www.mchange.com/projects/c3p0
Other
1.28k stars 338 forks source link

Project health #155

Closed hypnoce closed 6 months ago

hypnoce commented 3 years ago

Hi,

for more than a year, PR, issues have been accumulated, without any response from repo owners. Is there a plan to tackle them at some point, or should the community start thinking about a maintained fork ?

Thanks

lanmaster commented 2 years ago

Interested too

swaldman commented 6 months ago

c3p0 0.10.0 is now a release, including pluggable threading, loom support, much simplified connection testing by default (with simpler configuration for Connection.isValid(...) timeouts), and many many enhancements and improvements, most of which derive from issues that have collected here.

there's also a more modern, more automated build, which I hope will render it more appealing for me to maintain c3p0 incrementally, rather than put it off into big, occasional (or worse than occasional) batches.

this one was a fair amount of work. I hope it remains useful to some of you.