Java 8 Update 144(8u144)



Java 8 Update 144



リリースノート

IANA Data 2017b JDK 8u144 contains IANA time zone data version 2017b. For details, please refer to the time zone data version in the JRE software. Bug fix: For directory entries, java.util.zip.ZipFile.getEntry() now always returns ZipEntry instances with entry names ending in / The java.util.zip.ZipEntry API documentation specifies that 'directory entries are defined as entries whose names end with /'. However, in previous JDK releases, when the input parameter entryName does not end with / and there is a matching zip directory entry named entryName + / in the zip file, for existing zip directory entries, java.util.zip ZipFile.getEntry(String entryName) may return ZipEntry instances with entry names that do not end in /. In this release, for any zip directory entry, the name of the ZipEntry instance returned from java.util.zip.ZipFile.getEntry() always ends with /. To revert to the previous behavior, set the system property jdk.util.zip.ensureTrailingSlash to 'false'. This change was made to fix a regression introduced in JDK 8u141 that caused some WebStart applications to fail to load when verifying signed JARs. See JDK-8184993

Javaの有効期限



8u144の有効期限は2017年10月17日です。セキュリティバグが修正された新しいリリースが利用可能である限り、Javaは有効期限が切れます。 Oracleサーバーにアクセスできないシステムの場合、補助メカニズムにより、このJRE(バージョン8u144)は2017年11月17日に期限切れになります。2つの条件(新しいリリースが利用可能であるか、有効期限に達した)のいずれかを満たした後、JRE新しいバージョンに更新するための追加の警告とリマインダーをユーザーに提供します。
バグ修正

このリリースには、 『Oracle Java SE Critical Patch Update Guide』で説明されているセキュリティの脆弱性に対する修正が含まれています。このリリースに含まれるバグ修正のより完全なリストについては、JDK8u144のバグ修正ページを参照してください。