JDK-8229472 : Deprecate for removal JavaBeanXxxPropertyBuilders constructors
  • Type: Bug
  • Component: javafx
  • Sub-Component: base
  • Affected Version: openjfx13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-08-13
  • Updated: 2020-09-03
  • Resolved: 2019-11-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
openjfx14Fixed
Related Reports
Blocks :  
CSR :  
Relates :  
Relates :  
Description
The JavaBeanXxxPropertyBuilders classes have public constructors by mistake. A comment was added in JavaFX 13 advising not to use them. They, and the ReadOnlyJavaBeanXxxPropertyBuilders, are scheduled for deprecation for-removal in JavaFX 14 and removal in JavaFX 15.
Comments
Changeset: 8bea7b7 Author: Nir Lisker Date: 2019-11-20 06:53:00 +0000 URL: https://git.openjdk.java.net/jfx/commit/8bea7b71 8229472: Deprecate for removal JavaBeanXxxPropertyBuilders constructors Reviewed-by: kcr, arapte
20-11-2019