Re: [google-appengine] Handling API versioning issue

2017-08-02 Thread 'Eric So' via Google App Engine
Thanks. Take a look at it now. Eric So > On Aug 2, 2017, at 10:47 AM, 'George (Cloud Platform Support)' via Google App > Engine wrote: > > Hi Eric, > > For related versioning information you may consider checking the "Cloud > Endpoints API versioning features" sub-chapter of the "API life c

[google-appengine] Re: Handling API versioning issue

2017-08-01 Thread 'Eric So' via Google App Engine
Sorry that this reply thread does not show up in my inbox. I will open a bug / issue to track this. And I found out from one developer that the application needs to setup different classes for different versions. We need to deploy the whole application with different versions in one jar or war

[google-appengine] Handling API versioning issue

2017-07-27 Thread 'Eric So' via Google App Engine
Hi All, I just followed the instruction from our external documentation page, https://cloud.google.com/endpoints/docs/frameworks/java/handling-api-versioning. I have an API application deployed with application version = 1 with api version v1.0 two months ago. Today, I am trying to deploy a new