You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Graalvm RESTHeart allows for hot reloading of Javascript files in the plugins folder. However this works fine with all OS except for MacOS 15 Sequoia. Tested successfully with Linux, Windows 10 and MacOS 12.
To Reproduce
Steps to reproduce the behavior:
build with mvn clean package
copy the examples javascript plugins cp -r examples/js-plugin core/target/plugins
start RESTHeart with Graalvm java -jar core/target/restheart.jar -s
edit one of the javascript files in core/target/plugins/js-plugin
Nothing happens, file is not reloaded
Expected behavior
The javascript plugin should be reloaded and related logs must appear
Additional context
Tested with RESTHeart 8.1.1, 8.1.6 and building from master branch commit 1f46adb42.
The file watching mechanism is implemented in class org.restheart.utils.DirectoryWatcher
The text was updated successfully, but these errors were encountered:
When using Graalvm RESTHeart allows for hot reloading of Javascript files in the plugins folder. However this works fine with all OS except for MacOS 15 Sequoia. Tested successfully with Linux, Windows 10 and MacOS 12.
To Reproduce
Steps to reproduce the behavior:
mvn clean package
cp -r examples/js-plugin core/target/plugins
java -jar core/target/restheart.jar -s
core/target/plugins/js-plugin
Expected behavior
The javascript plugin should be reloaded and related logs must appear
Additional context
Tested with RESTHeart 8.1.1, 8.1.6 and building from master branch commit
1f46adb42
.The file watching mechanism is implemented in class
org.restheart.utils.DirectoryWatcher
The text was updated successfully, but these errors were encountered: