creating module-info for automatic modules with jdeps in java 9

前端 未结 2 808
忘掉有多难
忘掉有多难 2020-11-28 10:27

I have 3 jar of jackson library

  1. jackson-core-2.8.10.jar
  2. jackson-annotations-2.8.0.jar
  3. jackson-databind-2.8.10.jar

I created m

2条回答
  •  隐瞒了意图╮
    2020-11-28 10:37

    The accepted answer describes to create Java 9 module info for libraries that do not provide it (they are treated as automatic modules).

    Jackson, starting with version 2.10.0, actually provides Java 9 module info.

提交回复
热议问题