2020年11月9日(月) 22:45 Rémy Maucherat :
> 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 glob
Rémy,
On 11/9/20 08:45, Rémy Maucherat 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 glob
On 09/11/2020 13:45, Rémy Maucherat 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 removin
+1
On Mon, Nov 9, 2020 at 05:45 Rémy Maucherat 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 simplifyin
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
- Renam