testcontainers/testcontainers-java

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

Open

#1.523 geöffnet am 3. Juni 2019

Auf GitHub ansehen
 (10 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)Java (1.588 Forks)batch import
help wantedresolution/acknowledgedtype/bug

Repository-Metriken

Stars
 (7.535 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 17h) (2 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide