desruisseaux opened a new pull request, #1002:
URL: https://github.com/apache/maven-compiler-plugin/pull/1002

   This pull request is a refactoring of the way that `--patch-module` and 
related options are managed in the context of projects that are both 
multi-module and multi-release:
   
   * Add the base version in the module path for avoiding recompilation of 
classes or the base version.
   * Fix the case when a module is defined only for a Java version higher than 
the base version.
   * When the user overwrite `module-info.java` in the tests (I do not 
recommend that, but we still need to support that), remove the hack that 
consisted in temporarily delete the `module-info.class` file of the main class. 
This is a side-effect of the improvement in the ways that options are managed.
   
   Instead of adding a new test case, this pull request modifies an existing 
one for doing more checks. It also enables another test which was previously 
disabled because of toolchain.


-- 
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]

Reply via email to