Skip to content

Investigate appropriate vendor string for Temurin builds #682

@smlambert

Description

@smlambert

There are several entries that represent Temurin builds in TKG code, check that they are valid and what implications there are of having multiples (adoptopenjdk, eclipse, temurin).

String vendor = System.getProperty("java.vendor");
String vendorLC = vendor.toLowerCase();

https://github.com/adoptium/TKG/blob/master/src/org/openj9/envInfo/JavaInfo.java#L171-L174
https://github.com/adoptium/TKG/blob/master/src/org/openj9/envInfo/JavaInfo.java#L197-L198


Check java.vendor for each version of Temurin we produce to verify validity. Likely need to keep adoptopenjdk as an historic entry.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions