You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Bill Farner <wf...@apache.org> on 2016/01/02 00:12:12 UTC

Re: Review Request 41834: Simplify thrift service metadata.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41834/#review112414
-----------------------------------------------------------

Ship it!


Nice!  I knew we would find a way to put that feature to good use :-)

- Bill Farner


On Dec. 31, 2015, 12:38 p.m., John Sirois wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41834/
> -----------------------------------------------------------
> 
> (Updated Dec. 31, 2015, 12:38 p.m.)
> 
> 
> Review request for Aurora and Bill Farner.
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This leverages java.lang.reflect.Parameter.getName as enabled by turning
> on emission of parameter names in the debug info for aurora classfiles.
> 
> The IDEA project config is also fixed up to do the same.
> 
>  build.gradle                                                         |  9 +++++++++
>  buildSrc/src/main/groovy/org/apache/aurora/build/ThriftPlugin.groovy |  2 ++
>  src/main/java/org/apache/aurora/scheduler/http/api/ApiBeta.java      | 26 ++++++++++++--------------
>  src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py   | 40 ++++++++++------------------------------
>  4 files changed, 33 insertions(+), 44 deletions(-)
> 
> 
> Diffs
> -----
> 
>   build.gradle 5ff10d90fa8f748b066faf1c4ec385b22dd883b4 
>   buildSrc/src/main/groovy/org/apache/aurora/build/ThriftPlugin.groovy 44cb723728fd4ca54961856202e15ae093fa1ca4 
>   src/main/java/org/apache/aurora/scheduler/http/api/ApiBeta.java b889f9354228833ffd486c951957161d5da737c2 
>   src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py 49cfa9fbaa5a8aeba973df142d8f29f6e37564b6 
> 
> Diff: https://reviews.apache.org/r/41834/diff/
> 
> 
> Testing
> -------
> 
> Locally green `./build-support/jenkins/build.sh` as well as a green run
> of `ApiBetaTest` from within IDEA using `./gradlew idea` to gen a new
> project.
> 
> 
> Thanks,
> 
> John Sirois
> 
>