Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-31 Thread Romain Manni-Bucau
Sounds good to me. Ultilately this managed package could also disappear I guess since it was mainly for geronimo and tomee which disappeared or dont use it anymore. Le sam. 31 déc. 2022 à 12:25, Richard Zowalla a écrit : > I guess, that it would need some tests to show, that it is working > corr

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-31 Thread Richard Zowalla
I guess, that it would need some tests to show, that it is working correctly? Otherwise it would raise similar concerns as for the PR using Maven Shading to achieve the transition. Gruß Richard P.S. Build is currently failing for that one. Am Samstag, dem 31.12.2022 um 12:15 +0100 schrieb Emma

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-31 Thread Emmanuel Bourg
I've experimented with another approach, a single version supporting both javax.transaction and jakarta.transaction: https://github.com/ebourg/commons-dbcp/tree/dual-javax-jakarta The only classes using javax.transaction are in the org.apache.commons.dbcp2.managed package. This package is c