From 640fed2a9c063fa57b70f07903a9eff502f5dc99 Mon Sep 17 00:00:00 2001 From: luccioman Date: Fri, 8 Dec 2017 15:26:46 +0100 Subject: [PATCH] Removed Java 1.8 no more necessary version checking (fixes issue #147) Java 1.8 is by the way now a prerequisite to run from latest sources. --- htroot/Status.html | 9 --------- htroot/Status.java | 4 ---- 2 files changed, 13 deletions(-) diff --git a/htroot/Status.html b/htroot/Status.html index f401ec8e9..58c311463 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -170,15 +170,6 @@ #(/hintCrawlMonitor)# - #(hintJREVersion)#:: -
idea
-
- Your Java version is old. YaCy currently needs Java 1.7 but we want to migrate to Java 1.8 in the future. - Migration to 1.8 won't happen until end of 2016, but we want to join code with YaCy's sister project loklak.org - and with a possible re-construction of YaCy in the kaskelix architecture which will be using Java 1.8 -
- #(/hintJREVersion)# - #(hintSupport)#::
idea
If you need professional support, please write to support@yacy.net
For community support, please visit our forum. diff --git a/htroot/Status.java b/htroot/Status.java index 47097c2df..60b308626 100644 --- a/htroot/Status.java +++ b/htroot/Status.java @@ -173,10 +173,6 @@ public class Status prop.put("hintCrawlMonitor", "1"); } - if (!System.getProperty("java.version").startsWith("1.8")) { - prop.put("hintJREVersion", "1"); - } - if (adminaccess && "intranet|webportal|allip".indexOf(env.getConfig(SwitchboardConstants.NETWORK_NAME, "unspecified")) >= 0) { prop.put("hintSupport", "1"); }