From 95c38f6d77f1cb6ff3dc229c5e7130b2e732891d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 20 Oct 2021 18:57:27 +0200 Subject: Drop support for dead GNU Java ...which no longer worked anyway at least since aafc10c9edb61e13ac557c7e43c8d4a31dce4f37 "Bump Java baseline to Java 8": According to , the last version of GCC providing Java was GCC 6.5. But trying to add a build of that ("Tools - Options... - LibreOffice - Advanced - Java Options - Add...") would already have failed before this commit due to a java.lang.ClassFormatError ("JREProperties (unrecognized class file version)") when executing the JREProperties code compiled with --release 8. (Whereas now it fails because it cannot even determine a JRE installation there according to the SunInfo rather than GnuInfo rules used for the now-unknown vendor.) The elements of the modified jvmfwk/distributions/OpenOfficeorg/javavendors_*.xml have not been updated in line with the rules documented at the end of jvmfwk/README.md: As mentioned above, a GNU Java JRE cannot have been selected prior to this commit anyway, so even though this is nominally an incompatible change of the xml files, actually updating would only have negative ("just annoying if an already selected JRE is still supported") but no positive consequences. Change-Id: Ica245677dae977360bdb3c6544897eb060c3f844 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123906 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml | 3 --- jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml | 3 --- 2 files changed, 6 deletions(-) (limited to 'jvmfwk/distributions/OpenOfficeorg') diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml index 89ffc08ffc8d..0b41b60a9cab 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml @@ -28,9 +28,6 @@ 1.8.0 - - 1.8.0 - 1.8.0 diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml index ad9d287a62a7..22f73a7dc6bb 100644 --- a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml +++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml @@ -31,9 +31,6 @@ 1.8.0 - - 1.8.0 - 1.8.0 -- cgit