-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b175
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8182795 | 10 | Mandy Chung | P2 | Resolved | Fixed | b14 |
JDK-8182504 | 9.0.4 | Mandy Chung | P2 | Resolved | Fixed | b01 |
Clean up module-info.java e.g. move requires transitive adjacent to exports and group requires together (modules), exports and opens together (packages), uses and provides together (services).
Also add to the module summary to document if a module is upgradeable.
Update jdeps --generate-module-info to list requires and then requires transitive next (closer to exports).
Also add to the module summary to document if a module is upgradeable.
Update jdeps --generate-module-info to list requires and then requires transitive next (closer to exports).
- backported by
-
JDK-8182504 Clean up module-info.java like move requires transitive adjacent to exports
-
- Resolved
-
-
JDK-8182795 Clean up module-info.java like move requires transitive adjacent to exports
-
- Resolved
-
- duplicates
-
JDK-8182148 jdk.incubator.httpclient unnecessarily requires java.base
-
- Closed
-