…when detecting module name. This should solve the problem with log4j. Should be cherry-picked to release100, if approved/accepted.
There's one thing that is not completely correct: the problematic method does not know the source level, so it cannot decide which versioned module-info it should use. So it always uses the module-info for the newest platform version, which may not be always correct. But given the method only needs the module name, and changing the module name using multi-release jar feels like a bad idea, this may be fine in almost all cases. [ Full content available at: https://github.com/apache/incubator-netbeans/pull/941 ] This message was relayed via gitbox.apache.org for [email protected]
