zonkyio / embedded-database-spring-test

A library for creating isolated embedded databases for Spring-powered integration tests.
Apache License 2.0
399 stars 37 forks source link

Support for HSQLDB and Apache Derby #239

Closed ammachado closed 1 year ago

ammachado commented 1 year ago

Latest H2 database version (2.1.214) is flagged with CVE-2022-45868. This pull request add support to HSQLDB and Apache Derby (since they are supported by Spring Boot)

tomix26 commented 1 year ago

Thanks for this amazing work! It looks good at first glance. I'll take a look at it in more depth as soon as I can.

tomix26 commented 1 year ago

I had to fix some issues to make the code functional. Still, thank you for your contribution.