1
Java SE 9 - JPMS automatic modules (blog.joda.org)
kaif 積分 0

Do not release to Maven Central a modular jar file that depends on an automatic module, unless the automatic module has an "Automatic-Module-Name" MANIFEST.MF entry.

kaif 積分 0 編輯於

他建議現階段一般都先改MANIFEST.MF就好,不用先加module-info.java。測了一下這樣改必須把intellij (2017.3 EAP), maven compiler plugin (3.7.0)等等都升到最新版才會work。

caterpillar 積分 0 編輯於

只能說自動模組是必要之惡吧!

這也說明了,在決定遷移至模組化之前,看看各程式庫官方是不是決定好(自動)模組名稱,可以免去後續的一些麻煩。