JDK-8003255 : (profiles) Update JAR file specification to support profiles
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util.jar
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-11-11
  • Updated: 2017-05-17
  • Resolved: 2013-02-19
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 8
8 b78Fixed
Related Reports
Relates :  
Description
- the JAR file specification needs to be updated to specify how the Profile attribute is handled on executable JAR files.

- launcher needs to be updated to examine the Profile attribute

- Attributes.Names need to define the Profile attribute

- URLClassLoader needs to be updated to specify behavior when a library JAR with the Profile attribute is encountered

- the "jar" tool needs an option to add or modify the Profile attribute