We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add a "Module info patch" page.
Add `SUBPROJECT-MODULES` keyword.
Expand the "common errors" section.
Add a "Common errors" section.
Revert "Remove `add-module` option from the `module-info-patch.txt` file." Add a section about `--add-modules` and `--limit-modules` being project-wide options. Add a section about the generated `META-INF/maven/module-info-patch.args` output file. Rename `module-info-patch.txt` to `module-info-patch.maven` as suggested on the Maven developer mailing list.
Clarifications about `module-info-patch` principle.
Remove `add-module` option from the `module-info-patch.txt` file. It is a global option rather than per-module option and usually do not need to be modified.
Clarification in the migration guide taking in account the `module-info-patch` file.
Add a section about an alternative to `test-jar`.
Add a section about `module-info-patch` in the user guide.
Documentation a limitation of the symbolic link hack.
Minor editions.
Add a migration guide about modular projects.
Add a user guide section about modular projects.
Move titles one level up.
Add documentation for multi-releases project.
Add "User guide" and "Migration" pages.
Spelling fixes and removal of an obsolete sub-section.
Remove the note saying that the tests for duplicated `module-info.java` files were removed. This functionality has been reintroduced with a warning saying that it is deprecated. Add a section in the `implementation-changes.md` file about how it has been reimplemented.
Remove the note saying that MCOMPILER-542 fix has been removed, since it has been reintroduced. This fix was a workaround for reproducible builds on Java versions prior 22.
Consolidation of notes about changes in configuration and implementation. Add a note about removal of ASM dependency.
Formatting of headers.
Document a requirement in directory structure.
Reformat the list of removed tests.
Update the notes about incompatible changes.
Update the link.
Change the page title
Add a page about incompatible changes.
Update the link to the development branch.
Add a page about changes in the tests.