testcontainers/testcontainers-java

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

オープン

#1,523 opened on 2019/06/03

 (10 件のコメント) (5 件のリアクション) (0 人の担当者)Java (1,588 件のフォーク)batch import
help wantedresolution/acknowledgedtype/bug

Repository metrics

Stars
 (7,535 個のスター)
PR merge metrics
 (平均マージ 2d 17h) (30d で 2 merged PRs)

説明

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.

コントリビューターガイド