Skip to content

Commit

Permalink
Replaced deprecated <graalvm-reflection-json> with new <java-callback…
Browse files Browse the repository at this point in the history
…s> in webfx.xml
  • Loading branch information
salmonb committed Jun 19, 2024
1 parent e9695ee commit a1f7ae6
Showing 1 changed file with 13 additions and 24 deletions.
37 changes: 13 additions & 24 deletions webfx-kit/webfx-kit-javafxgraphics-openjfx/webfx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,18 @@
<plugin-module>webfx-kit-cssprotocol-openjfx-plugin</plugin-module>
</dependencies>

<graalvm-reflection-json>
<![CDATA[
[
{
"name" : "dev.webfx.kit.launcher.spi.impl.openjfx.JavaFxWebFxKitLauncherProvider$FxKitWrapperApplication",
"methods" : [
{ "name" : "<init>", "parameterTypes" : [] }
]
},
{
"name" : "dev.webfx.kit.mapper.peers.javafxcontrols.openjfx.skin.FxControlPeerSkin",
"methods" : [
{ "name" : "<init>", "parameterTypes" : ["javafx.scene.control.Control"] }
]
},
{
"name" : "javafx.scene.control.TableColumnBase",
"methods" : [
{ "name" : "<init>", "parameterTypes" : [] }
]
}
]
]]>
</graalvm-reflection-json>
<java-callbacks>
<callback-class name="dev.webfx.kit.launcher.spi.impl.openjfx.JavaFxWebFxKitLauncherProvider$FxKitWrapperApplication">
<callback-constructor/>
</callback-class>
<callback-class name="dev.webfx.kit.mapper.peers.javafxcontrols.openjfx.skin.FxControlPeerSkin">
<callback-constructor>
<callback-argument class="javafx.scene.control.Control"/>
</callback-constructor>
</callback-class>
<callback-class name="javafx.scene.control.TableColumnBase">
<callback-constructor/>
</callback-class>
</java-callbacks>

</project>

0 comments on commit a1f7ae6

Please sign in to comment.