GoogleCloudPlatform / GoogleCloudPlatform/appengine-plugins
Support deploying exploded WAR/JAR for Java11
Open
enhancement
p3
- Dominant language
- Java
- Stars
- 47
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the `artifact` config is waiting for a single JAR/WAR/Binary file to be uploaded, but this constraint has nothing to do with the `gcloud app deploy` command.
The use case: explode WAR file in order to configure static resources with Java11 application.
I'm referring to the approach described in the docs that allows deploying static files for Spring Boot uber-jar app: https://cloud.google.com/appengine/docs/standard/java11/serving-static-files#configuring_your_static_file_handlers
Contributor guide
Assessment
This issue has not been assessed yet.