slachiewicz commented on issue #105: URL: https://github.com/apache/maven-jdeps-plugin/issues/105#issuecomment-5639512003
Correction to my own diagnosis above: I assumed this needed jdeps invoked once per multi-release-vs-not jar group (the JDK-8207162 workaround). Testing on JDK 17.0.20 shows that's unnecessary — `--multi-release base` is safe to pass even on an all-non-multi-release classpath, or a mixed one, with a single jdeps invocation. Filed #106, which auto-detects a multi-release JAR and defaults to `--multi-release base` in that single invocation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
