Browse Source

fix #2569 update eol date

Shinsuke Sugaya 4 years ago
parent
commit
7f11d87704
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/org/codelibs/fess/helper/SystemHelper.java

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

@@ -126,7 +126,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(2022, 9 - 1, 23); // EOL Date
+        cal.set(2022, 11 - 1, 25); // 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");