JDK-8091203 : FXML should support usage of @FXML annotation even in unsigned contexts
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: fxml
  • Affected Version: fx2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2011-07-08
  • Updated: 2021-05-20
  • Resolved: 2021-05-20
Related Reports
Blocks :  
Description
We should support using the @FXML annotation even for applications which are unsigned.
Comments
This bug is about running FXML applications in a sandboxed environment, with a custom security manager. The security manager is being deprecated for removal in JEP 411, JDK-8264713. As a result, we don't plan to fix this bug, so I am closing it.
20-05-2021

Affected tests: FxmlTests/test/fxmltests/functional/staticPropertyLoadTest/rootMethodEventHandler test/fxmltests/functional/staticPropertyLoadTest.java#rootMethodEventHandler FxmlTests/test/fxmltests/functional/staticPropertyLoadTest/slotSpecificSignatureMethod
14-02-2012