BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News JDK 8 (Almost) Feature Complete

JDK 8 (Almost) Feature Complete

Leia em Português

This item in japanese

Lire ce contenu en français

Bookmarks

JDK 8 has reached Milestone 7 in JDK 8 build b91. M7 is the Feature Complete milestone, where all features and unit tests have been implemented and integrated. Unfortunately, not all features were delivered on time. Three JEPs (JDK Enhancement Proposal) are still in progress, although they are estimated to be completed for JDK build b93. The good news is that all JEPs related to Project Lambda were delivered. Mark Reinhold, Chief Architect of the Java Platform Group, also said that the delay in the Feature Complete milestone will not have any effect on later milestones.

Here are the completed JEPs that part of M7.

JEP 185 is a late addition which addresses some security issues in the XML APIs. Here are the 3 JEPs that were not completed on time.

 

JEPs 140 and 180 are important security improvements. Changes in JEP 155 are needed to align the ConcurrentHashMap API with the Project Lambda streams API. JDK 8 will officially be feature complete once these remaining JEPs are completed.

The JDK 8 development schedule is divided into a sequence of milestone cycles. Most are six to eight weeks in length, with builds occurring roughly once a week. The remaining milestones are:

 

  • 2013/09/05 M8 (Developer Preview)
  • 2014/01/23 M9 (Final Release Candidate)
  • 2014/03/18 GA (General Availability)

Developer Preview is a reasonably stable build suitable for testing by the developer community. Final Release Candidate is the build submitted for release testing. General Availability is the final release, ready for production use.

Rate this Article

Adoption
Style

BT