Discussion:
jar --describe-module shows lower-case service impl name
Alan Bateman
2018-05-11 10:18:32 UTC
Permalink
Hi,
jar --describe-module --file <archive> [1]
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?
It's a bug in the `jar` tool, tracked as JDK-8191533 [1].

-Alan

[1] https://bugs.openjdk.java.net/browse/JDK-8191533

Loading...