trino-gateway
trino-gateway copied to clipboard
The contents in `gateway-ha/src/main/resources/static` don't get updated during the build process.
The contents in gateway-ha/src/main/resources/static
don't get updated during the build process.
This affects users who run io.trino.gateway.ha.HaGatewayLauncher
directly from IDE.
Users who runs java -jar gateway-ha-{{VERSION}}-jar-with-dependencies.jar ...
won't be affected, because the build process copy the UI resources into the JAR.
Related to #337