Unify Testcontainers dependencies to a consistent version and remove
custom container tweaks that caused instability with Podman.
- align all Testcontainers dependencies to 2.0.5
- remove `HostPortWaitStrategy` (PostgreSQLContainer already defines an appropriate wait strategy)
- remove `withReuse(true)` (may retain state across runs and break reproducibility)
Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
Integration tests using Testcontainers require Docker. This profile allows
running unit tests in CI/CD environments or local setups without Docker.
Usage:
mvn test -P skip-integration-tests
Results:
- 97 unit tests pass
- 18 integration tests skipped (require Docker)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>