testcontainers/testcontainers-java
View on GitHubJava 9: Please add Automatic-Module-Name attribute to META-INF/MANIFEST.MF
Open
#1,523 opened on Jun 3, 2019
help wantedresolution/acknowledgedtype/bug
Description
I'm using org.testcontainers:postgresql:1.11.3 dependency and it has no Automatic-Module-Name manifest attribute. It leads to module name conflict, as module name for the dependency is just postgres.
Please add this attribute to all published artifacts. For postgresql it can be smth like testcontainers.postgresql.