You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading to version 2.4.0 introduces a breaking change due to the c3p0 dependency being set to provided scope. As a result, applications that relied on com.mchange.v2.c3p0.ComboPooledDataSource without explicitly declaring the dependency now fail with the following runtime error:
A minor version upgrade should not introduce breaking changes. If a dependency scope change leads to runtime failures, it should warrant a major version bump.
The change in dependency scope causes applications to fail unless they explicitly declare c3p0 as a dependency. This unexpected change breaks backward compatibility.