sparkyspider
sparkyspider

Reputation: 13519

Hot Reloading on GraalVM

I've recently upgraded from OpenJDK 8 to GraalVM 20.1.0 (OpenJDK 11.0.7). Does anyone have any ideas how to implement hot class reloading (or at least web asset redeployment).

Is that it? Surely not...

Upvotes: 0

Views: 793

Answers (1)

sal792
sal792

Reputation: 36

JRebel does support GraalVM, you can see the press release here: https://www.jrebel.com/blog/jrebel-2020-2-adds-support-java-14

If you are struggling with setting up JRebel with your GraalVM you should email them at [email protected] and they can help you out.

Upvotes: 2

Related Questions