google-chat-samples
google-chat-samples copied to clipboard
Update java samples to new app engine tools
Java samples are all using the deprecated app engine SDK and will stop working in early 2020 and are already hard to use/deploy due to outdated instructions.
https://cloud.google.com/appengine/docs/standard/java/sdk-gcloud-migration
Also suggest migrating to use Spring Boot instead of standard servlets given relative popularity (Spring Boot used by > 50% of java developers)