JDK-8298303 : (fs) temporarily remove Path.getExtension
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-12-07
  • Updated: 2022-12-12
  • Resolved: 2022-12-07
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 20
20 b27Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Relates :  
Description
The Path.getExtension API was added by JDK-8057113 and integrated in JDK 20. However, additional ideas have arisen to modify its API; see JDK-8297814. As this change is coming at the very end of JDK 20 development, it's better to remove the new method from JDK 20 and re-add it in JDK 21.
Comments
Changeset: 10356e76 Author: Brian Burkhalter <bpb@openjdk.org> Date: 2022-12-07 18:54:18 +0000 URL: https://git.openjdk.org/jdk/commit/10356e767a44632c5de142d4666bd85d4618bf71
07-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11566 Date: 2022-12-07 17:01:59 +0000
07-12-2022