It would be nice if all of Testcontainers' modules were named in a consistent manner, and prefixed with testcontainers-. I'd say this is what one would expect from modules that were produced by the same repo.
If we put the group aside for a moment, module names are not too descriptive i.e. instead of postgresql and mysql IMO it would be a lot nicer if we had testcontainers-postgresql and testcontainers-mysql. This is how some modules are named already (testcontainers-parent and testcontainers-bom) so that change would also help harmonizing things.
This is obviously a breaking change, that's why I'm proposing it for next major release i.e. 2.0.
It would be nice if all of Testcontainers' modules were named in a consistent manner, and prefixed with
testcontainers-. I'd say this is what one would expect from modules that were produced by the same repo.If we put the group aside for a moment, module names are not too descriptive i.e. instead of
postgresqlandmysqlIMO it would be a lot nicer if we hadtestcontainers-postgresqlandtestcontainers-mysql. This is how some modules are named already (testcontainers-parentandtestcontainers-bom) so that change would also help harmonizing things.This is obviously a breaking change, that's why I'm proposing it for next major release i.e. 2.0.