RFR: 8253751: Dependencies of automatic modules are not propagated through module layers [v2]
Mandy Chung
mchung at openjdk.java.net
Tue Dec 1 15:37:00 UTC 2020
On Thu, 26 Nov 2020 09:38:15 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> This is a corner case that arises when creating a Configuration for a child module layer. If an explicit module in the child configuration reads an automatic module in a parent configuration then it should read all automatic modules in the parent configurations. Unfortunately, this read edge wasn't created for the case that the child layer does not contain any automatic modules.
>
> Alan Bateman has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains ten additional commits since the last revision:
>
> - Formatting nit
> - Merge
> - Merge
> - Merge
> - Add @bug to test
> - Fixed typo in comment
> - Merge
> - Merge
> - If module reads automatic module in parent configuration then reads all automatic modules
Marked as reviewed by mchung (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/1391
More information about the core-libs-dev
mailing list