https://bugs.documentfoundation.org/show_bug.cgi?id=145695

Stephan Bergmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #8 from Stephan Bergmann <[email protected]> ---
This is a regression introduced with
<https://git.libreoffice.org/core/+/3d27b2fa9c5a03f78e5145377402f8a88e3da1be%5E!/>
"tdf#124503: Support JRE installations with unknown java.vendor property" that
will be fixed in LibreOffice 7.3 thanks to
<https://git.libreoffice.org/core/+/3460c16d7f749d8d2a59d8b927df5ec31f64a083%5E!/>
"Make getVersionInformation always return a VersionInfo".

(What happens is that in jfw_plugin_getAllJavaInfos in
jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx, in the loop across all
vecInfos, checkJavaVersionRequirements was only called for a given vecInfo if

> vendorSettings.getVersionInformation(vecInfo->getVendor())

returns something, which it did not for a vecInfo representing a JRE from a
vendor not listed in gVendorMap in
jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx, like "Eclipse Adoptium".)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to