[google-appengine] issue of migration from Java8 to Java 11 for app engine standard model

2019-11-19 Thread Han Ju Kim
Hi I'm trying to migrate existing app engine standard model (JDK8) to Java11 according to the guide at Google cloud https://cloud.google.com/appengine/docs/standard/java11/java-differences There is no issue on compile, but we I try to run on local development server it generates this error.

[google-appengine] App Engine Standard Java 11 migration from 8

2019-11-19 Thread Han Ju Kim
Hi I'm trying to migrate existing app engine standard model (JDK8) to Java11 according to the guide at Google cloud https://cloud.google.com/appengine/docs/standard/java11/java-differences There is no issue on compile, but we I try to run on local development server it generates this error.

[google-appengine] Django Channels Support in Google App Engine

2019-11-19 Thread Ranjan Barat
Hello All, Please help us in understanding if we have support for Django Channels & WebSockets support in Google App Engine, if not, then whats best available solution -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Privacy concerns with Natural Language API and Speech-To-Text

2019-11-19 Thread Carl Carlson
If we're using Natural Language API and send a text for sentiment or entity analysis, e.g. "This is my personal email", would this text be saved anywhere? If we're sending request to Speech-To-Text API with audio stream, would this stream or transcribed text be saved anywhere? -- You received

[google-appengine] Re: Google App Engine Search stopped working

2019-11-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Liu, The error may have various origins. You should try including the app engine dependency in your pom.xml. This discussion group is oriented more towards general opinions, trends, and issues of general nature touching App Engine. For coding in Java, and software architecture, as

[google-appengine] Google App Engine Search stopped working

2019-11-19 Thread Liu Adoo
I have followed https://cloud.google.com/appengine/docs/standard/java/search/ to set up search for my data with App Engine. It has been working fine until 2 days ago when I made a change which I am 100% sure has nothing to do with this issue and deployed my code again. Then search stopped