testcontainers/testcontainers-java

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

Open

#1.523 aberto em 3 de jun. de 2019

Ver no GitHub
 (10 comments) (5 reactions) (0 assignees)Java (1.588 forks)batch import
help wantedresolution/acknowledgedtype/bug

Métricas do repositório

Stars
 (7.535 stars)
Métricas de merge de PR
 (Mesclagem média 2d 17h) (2 fundiu PRs em 30d)

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.

Guia do colaborador