Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
It would be useful to be able to ensure that a particular vendor JDK is being used. For example, I may need to confirm that we are using AdoptOpenJDK 1.8.0_232 and not Oracle JDK 1.8.0_232.
I would assume that you would define a set of enums for the vendors - e.g. (OracleJDK, AdoptOpenJDK, JavaOpenJDK, and maybe a few others) so that it would look something like this to insure that either Adopt or Amazon JDK vendor was used.
EDIT: implemented as below, to be in line with RequireOs
<requireJavaVendor> <name>Oracle Corporation</name> </requireJavaVendor>
Attachments
Issue Links
- relates to
-
MENFORCER-349 Include Java vendor in display-info output
- Closed
- links to