-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8064042 | 8u45 | Mandy Chung | P3 | Resolved | Fixed | b01 |
JDK-8051376 | 8u40 | Mandy Chung | P3 | Resolved | Fixed | b01 |
JDK-8070262 | emb-8u47 | Mandy Chung | P3 | Resolved | Fixed | team |
There is jdeps -package and -regex option to find dependences that match the specified value. There is no easy way to filter out specified package (e.g. java.lang).
In addition, jdeps currently excludes all dependencies within the same JAR file. The only option to get the dependencies within the same JAR file is -verbose option which prints out the class-level dependencies. This is a useful enhancement as developers can find out the package-level dependencies whereas the class dependencies are more verbose that they may not need to look at.
In addition, jdeps currently excludes all dependencies within the same JAR file. The only option to get the dependencies within the same JAR file is -verbose option which prints out the class-level dependencies. This is a useful enhancement as developers can find out the package-level dependencies whereas the class dependencies are more verbose that they may not need to look at.
- backported by
-
JDK-8051376 (jdeps) Add filtering capability
-
- Resolved
-
-
JDK-8064042 (jdeps) Add filtering capability
-
- Resolved
-
-
JDK-8070262 (jdeps) Add filtering capability
-
- Resolved
-