Ver Fonte

fix #2625 update eol date

Shinsuke Sugaya há 3 anos atrás
pai
commit
01d1200648

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

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