cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

Transformers are still broken in 2.0.7 #91

Open urmuzov opened 7 years ago

urmuzov commented 7 years ago

Hi, @tangiel

This is follow up to issue #86

New example related to Transformers of generic classes backend2.zip

Try to switch between:

<endpoints.framework.version>2.0.0-beta.8</endpoints.framework.version>

and

<endpoints.framework.version>2.0.7</endpoints.framework.version>

Looks like the it works on 2.0.7 if you do one of the following:

none of which works for us. Or switch back to 2.0.0-beta.8.

urmuzov commented 7 years ago

@tangiel @bradfriedman Guys, any updates?