JDK-8097347 : [FXML] ProxyBuilder does not support read-only collections
  • Type: Bug
  • Component: javafx
  • Sub-Component: fxml
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-07-22
  • Updated: 2015-11-03
  • Resolved: 2014-07-22
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 8
8u40Fixed
Related Reports
Relates :  
Description
Objects with read-only collection properties cannot be created using proxy builder (i.e. when annotated constructors are present).
Sample attached
Comments
Changeset: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/23c345e7ea20 Unit test: ProxyBuilderTest#testReadOnlyList
22-07-2014