JDK-8189611 : JarFile versioned stream and real name support
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util.jar
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-10-18
  • Updated: 2017-12-05
  • Resolved: 2017-11-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10 b34Fixed
Related Reports
CSR :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The JarFile support for MR JARs is incomplete. Two important APIs that are missing are:

1. A method to return a stream of versioned entries equivalent to jdk.internal.util.jar.VersionedStream.stream.

2. A method to return the "real name" of a JAR entry, currently non-public JarFile getRealName.