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

Compatibility with JDK 17 #173

Closed test-account1233 closed 6 months ago

test-account1233 commented 8 months ago

Hi @swaldman,

I wasn't able to find information regards compatibility with JDK 17, could you please share current state is it compatible with JDK 17 or not? (If it's compatible please share version as well)

Best Regards, Hrach

swaldman commented 6 months ago

It should be compatible with all version of java, from Java 6 on for the 0.9.5+ series, from Java 7 on for the 0.10.0 series. If you run into glitches on newer javas, let me know. I run c3p0 under Java 17 for my own projects.