Explorar o código

fix #2393 update eol date

Shinsuke Sugaya %!s(int64=5) %!d(string=hai) anos
pai
achega
922563e96e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/org/codelibs/fess/helper/SystemHelper.java

+ 1 - 1
src/main/java/org/codelibs/fess/helper/SystemHelper.java

@@ -117,7 +117,7 @@ public class SystemHelper {
             logger.debug("Initialize {}", this.getClass().getSimpleName());
             logger.debug("Initialize {}", this.getClass().getSimpleName());
         }
         }
         final Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("UTC"));
         final Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("UTC"));
-        cal.set(2021, 6 - 1, 2); // EOL Date
+        cal.set(2021, 8 - 1, 11); // EOL Date
         eolTime = cal.getTimeInMillis();
         eolTime = cal.getTimeInMillis();
         if (isEoled()) {
         if (isEoled()) {
             logger.error("Your system is out of support. See https://fess.codelibs.org/eol.html");
             logger.error("Your system is out of support. See https://fess.codelibs.org/eol.html");