apache / incubator-stormcrawler

A scalable, mature and versatile web crawler based on Apache Storm
https://stormcrawler.apache.org/
Apache License 2.0
887 stars 262 forks source link

Ensure SC can be build without a Docker environment #1241

Closed rzo1 closed 4 months ago

rzo1 commented 4 months ago

We should make use of @Testcontainers(disabledWithoutDocker = true) to avoid failures for people, who do not have Docker installed and just want to build from sources.

rzo1 commented 4 months ago

This requires JUnit 5 -> https://github.com/apache/incubator-stormcrawler/issues/1244