You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.vendor=Eclispe Adoptium(temurin) and java.vendor=Eclispe Openj9 (openj9) need to be differentiated.
Possible solutions is redefining vendor value for example:
java.vendor=Eclispe Adoptium(temurin) --> adoptium, or temurin, or eclipseadoptium
java.vendor=Eclispe Openj9 (openj9) --> openj9, or eclispeopenj9 or ibm ( if using ibm, openj9 and semu can still be differentiated by impl)
The vendor value redefinition might affect playlist.xml. If playlist.xml is using eclipse it might need to update.
The text was updated successfully, but these errors were encountered:
Grinder https://ci.adoptium.net/view/Test_grinder/job/Grinder/12189/console
https://github.com/adoptium/TKG/blob/master/src/org/openj9/envInfo/JavaInfo.java#L173-L174 set vendor=eclispe for both java.vendor=Eclispe Adoptium(temurin) and java.vendor=Eclispe Openj9 (openj9). aqa-tests/openjdk use vendor=eclipse https://github.com/adoptium/aqa-tests/tree/master/openjdk/excludes/vendors/eclipse https://github.com/adoptium/aqa-tests/blob/master/openjdk/openjdk.mk#L244 for adoptium specific issues.
java.vendor=Eclispe Adoptium(temurin) and java.vendor=Eclispe Openj9 (openj9) need to be differentiated.
Possible solutions is redefining vendor value for example:
java.vendor=Eclispe Adoptium(temurin) --> adoptium, or temurin, or eclipseadoptium
java.vendor=Eclispe Openj9 (openj9) --> openj9, or eclispeopenj9 or ibm ( if using ibm, openj9 and semu can still be differentiated by impl)
The vendor value redefinition might affect playlist.xml. If playlist.xml is using eclipse it might need to update.
The text was updated successfully, but these errors were encountered: