Hi Kevin, Johan,
Please review the following PR, which upgrades sqlite to 3.28.0.
https://github.com/javafxports/openjdk-jfx/pull/505
https://bugs.openjdk.java.net/browse/JDK-8225203
Thanks,
Arun
Hi All,
Please review this fix,
Webrev: http://cr.openjdk.java.net/~arapte/fx/8222457/webrev.00/
JBS: https://bugs.openjdk.java.net/browse/JDK-8222457
Regards,
Ambarish
Hi All,
Please review fix for SwingNode memory leak when SwingNode content has a
drop target therefore, initiating a DnD. FXDnd holds a strong reference
to SwingNode thereby preventing it to be disposed.
Proposed fix is to weakreference the swingnode object in FXDnDInteropN
class.
Bug: https