testcontainers/testcontainers-java

Java 9: Please add Automatic-Module-Name attribute to META-INF/MANIFEST.MF

Open

#1523 aperta il 3 giu 2019

Vedi su GitHub
 (10 commenti) (5 reazioni) (0 assegnatari)Java (1588 fork)batch import
help wantedresolution/acknowledgedtype/bug

Metriche repository

Star
 (7535 star)
Metriche merge PR
 (Merge medio 2g 17h) (2 PR mergiate in 30 g)

Descrizione

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.

Guida contributor