You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Rémy Maucherat <re...@apache.org> on 2021/08/26 14:06:24 UTC

Embedded JDBC for the testsuite ?

Hi,

Given there are components that use JDBC, they probably could use some
testsuite coverage. What would be the best option for a "real"
embedded JDBC DB for the Tomcat testsuite ? Derby ?

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Embedded JDBC for the testsuite ?

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Mark,

On 8/26/21 10:17, Mark Thomas wrote:
> On 26/08/2021 15:06, Rémy Maucherat wrote:
>> Hi,
>>
>> Given there are components that use JDBC, they probably could use some
>> testsuite coverage. What would be the best option for a "real"
>> embedded JDBC DB for the Tomcat testsuite ? Derby ?
> 
> Derby is the one I thought of. If we needed a feature not present in 
> Derby (seems unlikely) I'd look at h2 or hsqldb.

+1 for Derby. The driver should be available in all supported JVMs.

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Embedded JDBC for the testsuite ?

Posted by Mark Thomas <ma...@apache.org>.
On 26/08/2021 15:06, Rémy Maucherat wrote:
> Hi,
> 
> Given there are components that use JDBC, they probably could use some
> testsuite coverage. What would be the best option for a "real"
> embedded JDBC DB for the Tomcat testsuite ? Derby ?

Derby is the one I thought of. If we needed a feature not present in 
Derby (seems unlikely) I'd look at h2 or hsqldb.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org