| JDK 11 | JDK 17 | JDK 18 | JDK 7 | JDK 8 |
|---|---|---|---|---|
| 11.0.16-oracleResolved | 17.0.4-oracleResolved | 18Resolved | 7u351Resolved | 8u341Resolved |
`DeflaterOutputStream.close()` and `GZIPOutputStream.finish()` methods have been modified to close out the associated default JDK compressor before propagating a Throwable up the stack. `ZIPOutputStream.closeEntry()` method has been modified to close out the associated default JDK compressor before propagating an IOException, not of type ZipException, up the stack.