aafc10c9ed
...as discussed at
<https://lists.freedesktop.org/archives/libreoffice/2019-July/083193.html>
"Minutes of ESC call: 2019-07-25".
3d27b2fa9c
"tdf#124503: Support JRE installations
with unknown java.vendor property" had added support for JREs with unknown
vendor strings without checking that those JREs have a matching version (Java 6
back then, Java 8 now). That check has still not be implemented, assuming that
Java 8 is old enough in practice so that any such JRE encountered in the wild
will at least be Java 8 anyway.
Change-Id: I0205a34955368067c698bcabd24de84205a382bd
Reviewed-on: https://gerrit.libreoffice.org/76365
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
-->
|
|
<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
|
|
<updated>2019-07-26</updated>
|
|
<vendorInfos>
|
|
<vendor name="Oracle Corporation">
|
|
<minVersion>1.8.0</minVersion>
|
|
</vendor>
|
|
<vendor name="Sun Microsystems Inc.">
|
|
<minVersion>1.8.0</minVersion>
|
|
</vendor>
|
|
<vendor name="IBM Corporation">
|
|
<minVersion>1.8.0</minVersion>
|
|
</vendor>
|
|
<vendor name="Azul Systems, Inc.">
|
|
<minVersion>1.8.0</minVersion>
|
|
</vendor>
|
|
<vendor name="AdoptOpenJdk">
|
|
<minVersion>1.8.0</minVersion>
|
|
</vendor>
|
|
<vendor name="Amazon.com Inc.">
|
|
<minVersion>1.8.0</minVersion>
|
|
</vendor>
|
|
</vendorInfos>
|
|
</javaSelection>
|