+1 On Mon, Nov 9, 2020 at 05:45 Rémy Maucherat <r...@apache.org> wrote:
> Hi, > > As part of https://github.com/apache/tomcat/pull/376 and along with the > similar removal of JDBCRealm, I would like to propose: > - Remove JDBC code from JDBCStore in Tomcat 10, in favor of DataSource > code; this allows simplifying and removing global sync which obviously > kills scalability > - Rename JDBCStore to DataSourceStore in Tomcat 10 > - Introduce a new empty DataSourceStore store extending JDBCStore in Tomcat > 7.0.x, 8.5.x and 9.0.x to help migration, and adjust documentation to refer > to it > > Comments ? > > Rémy >