-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
There are two problems with the builders code
1. it's not possible to call static create method for parametrized builders (RT-24272)
2. binary incompatibility when class hierarchy changes
With 8.0 javac, the builders code won't even compile.
Since there is no easy solution for these issues, the builders should be deprecated in 8.0 and removed in next version.
(see also http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-March/006725.html)
1. it's not possible to call static create method for parametrized builders (
2. binary incompatibility when class hierarchy changes
With 8.0 javac, the builders code won't even compile.
Since there is no easy solution for these issues, the builders should be deprecated in 8.0 and removed in next version.
(see also http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-March/006725.html)
- relates to
-
JDK-8092861 Remove deprecated builders module from JavaFX runtime
-
- Resolved
-
-
JDK-8092527 Builder deprecation should be documented in release notes
-
- Resolved
-
-
JDK-8156811 Ensemble2 AdvanceMedia sample throws NoClassDefFoundError: javafx/scene/control/ButtonBuilder
-
- Closed
-
-
JDK-8103765 Impact of Builders removal on FXML
-
- Resolved
-