testcontainers/testcontainers-java
在 GitHub 查看Java 9: Please add Automatic-Module-Name attribute to META-INF/MANIFEST.MF
Open
#1,523 建立於 2019年6月3日
help wantedresolution/acknowledgedtype/bug
倉庫指標
- Star
- (7,535 star)
- PR 合併指標
- (平均合併 2天 17小時) (30 天內合併 2 個 PR)
描述
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.