JDK-8047773 : Remove JAF's API dependency on java.beans.Beans.instantiate
  • Type: Enhancement
  • Component: other-libs
  • Sub-Component: javax.activation
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-06-22
  • Updated: 2017-05-17
  • Resolved: 2016-11-16
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 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
The JavaBeans Activation Framework isn't currently usable on a small truly headless environment due to its dependency on java.beans.Beans. It would be desirable to make use of JavaMail on an embedded system that only has the base and a small number of modules linked in.

This Enhancement requests that (we think little used) javax.activation.CommandInfo be re-visited to drop the static dependency on java.beans.Beans.

See JDK-8037485 for related work to refactor the datatransfer API out of the desktop module.
Comments
The changes will be brought into JDK 9 via JDK-8164479.
24-09-2016