JDK-8015670 : Need CCC approval for Collectors.toStringJoiner
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.stream
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-05-30
  • Updated: 2013-07-03
  • Resolved: 2013-07-03
Related Reports
Duplicate :  
Description
The API changes made in JDK8-b89 by JDK-8011917 introduces following static method:

  Collectors.toStringJoiner(CharSequence)

while corresponding CCC request specifies following one: 

  Collectors.toStringJoiner(String)

So parameter type of toStringJoiner method has been changed to CharSequence comparing to CCC specifying String.

Although such change is quite understandable JCK Team assumes that it should be CCC approved. 
Comments
The API is now Collectors.joining() and covered in JDK-8015318.
03-07-2013