mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2026-06-18 19:41:42 +00:00
Allows the multi-module build to exploit testcontainer reuse by centralizing the setup and table truncation logic in a separate module. With this change, migrations only run for the first module, once, in a full test suite run. Instead of each module booting its own testcontainer, they all use the same instance, provided reuse is enabled (which it is in CI). Also removes code duplication caused by repeated testcontainers setup logic. Signed-off-by: nscuro <nscuro@protonmail.com> |
||
|---|---|---|
| .. | ||
| api | ||
| provider-database | ||
| provider-memory | ||
| pom.xml | ||