Is Cayenne 4.0 compatible with Apache commons-dbcp2 & commons-pool2? (While migrating to 4.0 (from 3.0), I was able to upgrade all of the other commons libraries without errors, but these two caused errors. When I reverted to commons-dbcp-1.4 & commons-pool-1.5.6 respectively, there were no errors. I could not find any documentation on these versions.)
If they are compatible, then is there some other dependency I need to consider? Thanks Joe