wilgaboury / jsignal

Declarative GUI Library for Java Desktop Applications
https://jsignal.org
MIT License
2 stars 1 forks source link

Support Hotswap Via Espresso #12

Closed wilgaboury closed 5 months ago

wilgaboury commented 5 months ago

Oracle seems to be heavily invested in the future of GraalVM, so the https://github.com/oracle/graal/tree/master/espresso Java implementation looks to be a promising way of offering hotswap capabilities once it has support for newer Java versions, currently it only supports java 8 and 11. Also the hotswap plugin API that it offers looks cleaner than that of Hotswap Agent.