| commit | 138878fac7e4c401e3689db093ae238933f4c242 | [log] [tgz] |
|---|---|---|
| author | Tamas Cservenak <tamas@cservenak.net> | Wed Nov 05 12:15:01 2025 +0100 |
| committer | GitHub <noreply@github.com> | Wed Nov 05 12:15:01 2025 +0100 |
| tree | f44c747b83d75c7e56bc4ced098d67503082f930 | |
| parent | 2e40f22dd6e35b782309619219f0e5aa0a6e032b [diff] |
Fix automatic module names and missing methanol (#1651) They were generated as illegal. See: https://github.com/sormuras/modules/blob/main/doc/suspicious/illegal-automatic-module-names.txt This goes along with coordinate change of `-jdk8` and `-jdk11` constituents, but hopefully nothing addresses those (at least in Maven), as everything should use the `-jdk` MR-JAR instead (created out of those two constituents). Also, by reordering m-dependency-p invocation, it is not overwriting now the bnd generated manifest, and it also fixes its module name as well. Another issue was Methanol, as MR-JAR did not enlist it as dependency, leading to defunct MR-JAR of jdk transport.
You have found a bug, or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
git diff --check before committing.mvn -Prun-its verify to assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.