jar --describe-module shows lower-case service impl name

Christian Stein sormuras at gmail.com
Fri May 11 09:43:07 UTC 2018


Hi,

just saw running on JDK 11-ea+13 that:

  jar --describe-module --file <archive> [1]

shows:

  provides org.junit.platform.engine.TestEngine with ice.cream.machine [2]

The FQCN service implementation name is: ice.cream.Machine

Is this a known and perhaps intended behavior?

Cheers,
Christian

[1] https://travis-ci.org/junit-team/junit5-samples/jobs/377602517#L569
[2] https://travis-ci.org/junit-team/junit5-samples/jobs/377602517#L577


More information about the jigsaw-dev mailing list