Problem
With the removal of module hot-loading and the module loading servlet, the current developer experience for module's targeting 8.3 is poor.
The feedback time between making changes/compiling, manually uploading, and manually restarting the gateway is very long.
Suggestion
The new 8.3 REST API allows for loading modules and restarting the Gateway.
I suggest that the gradle-module-plugin be updated with a new 8.3 specific Deploy task to:
- Upload a module.
- Restart the Gateway.
This would bring things back to feature parity with the 8.1 developer experience.
Problem
With the removal of module hot-loading and the module loading servlet, the current developer experience for module's targeting
8.3is poor.The feedback time between making changes/compiling, manually uploading, and manually restarting the gateway is very long.
Suggestion
The new
8.3REST API allows for loading modules and restarting the Gateway.I suggest that the
gradle-module-pluginbe updated with a new8.3specificDeploytask to:This would bring things back to feature parity with the
8.1developer experience.