Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 9-repo-jigsaw
-
Fix Version/s: 9-repo-jigsaw
-
Component/s: tools
-
Labels:
-
Subcomponent:
Description
jlink --genbom option creates a file named "bom" under the image output directory.
$ cat bom
#Thu Jan 28 08:59:41 PST 2016
#Please DO NOT Modify this file
command = --output baseimage --addmods java.base --genbom --modulepath jmods
The content is not BOM but instead the jlink options that create this image. This should be revisited.
$ cat bom
#Thu Jan 28 08:59:41 PST 2016
#Please DO NOT Modify this file
command = --output baseimage --addmods java.base --genbom --modulepath jmods
The content is not BOM but instead the jlink options that create this image. This should be revisited.