GoogleCloudPlatform / functions-framework-java

FaaS (Function as a service) framework for writing portable Java functions
Apache License 2.0
130 stars 63 forks source link

Add support for auto-reload in run goal of function-maven-plugin #261

Open PierrickVoulet opened 6 months ago

PierrickVoulet commented 6 months ago

Jetty's maven plugin exposes a scan parameter for that purpose for example.

The main benefit would be developer efficiency on local environment. Also worth noting that Python supports a debug mode that auto-reloads.