JDK-8270838 : Remove deprecated protected access members from DateTimeStringConverter
  • Type: Bug
  • Component: javafx
  • Sub-Component: base
  • Affected Version: openjfx18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-07-16
  • Updated: 2021-07-20
  • Resolved: 2021-07-20
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.
Other
openjfx18Fixed
Related Reports
Blocks :  
Blocks :  
CSR :  
Description
A few undocumented protected fields and one protected method in DateTimeStringConverter were deprecated for removal in JavaFX 17 by JDK-8260475. They can now be removed from the API by making them private or package-scope as needed.

Comments
Changeset: b46f227b Author: Nir Lisker <nlisker@openjdk.org> Date: 2021-07-20 16:19:54 +0000 URL: https://git.openjdk.java.net/jfx/commit/b46f227bd11e2b925096e559cbe3e9da4f6c3541
20-07-2021

Because this removes public API, and needs a CSR, I'd prefer it be done first in its own fix.
16-07-2021

Can I fix this as part of JDK-8250802 since it removes these fields anyway, or do you want a separate dedicated fix?
16-07-2021