eclipse-efx / efxclipse-rt

Eclipse Public License 1.0
28 stars 29 forks source link

Java 11 support: AdapterFactoryCellFactory: javafx.controls/javafx.scene.control.cell must be opened for reflection #425

Closed christian-baumann closed 3 years ago

christian-baumann commented 3 years ago

Currently the reflection access is done via org.eclipse.fx.core.ReflectionUtil. As org.eclipse.fx.core is a common bundle and it does not make sense to an AddOpens header there, the reflection access must be moved to org.eclipse.fx.emf.edit.ui where also the AddOpens header is added.