You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ct...@apache.org on 2022/05/06 16:40:14 UTC

[thrift] branch master updated (53ec08228 -> 6c002b61e)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from 53ec08228 THRIFT-5568: enforce consistent Java formatting (#2581)
     add 6c002b61e THRIFT-5571: add metadata map building to kotlin generator (#2584)

No new revisions were added by this update.

Summary of changes:
 .../cpp/src/thrift/generate/t_kotlin_generator.cc  | 101 +++++++++++++++++++++
 configure.ac                                       |   4 +-
 lib/kotlin/Makefile.am                             |   2 +-
 .../{cross-test-client => }/build.gradle.kts       |  22 ++---
 lib/kotlin/cross-test-client/build.gradle.kts      |   6 +-
 .../kotlin/org/apache/thrift/test/TestClient.kt    |  76 ++++++++--------
 lib/kotlin/cross-test-server/build.gradle.kts      |   6 +-
 .../kotlin/org/apache/thrift/test/TestServer.kt    |  13 +--
 lib/kotlin/settings.gradle.kts                     |   6 ++
 .../test/kotlin/org/apache/thrift/MetaDataTest.kt} |  24 ++++-
 .../src/test/resources/AnnotationTest.thrift       |   7 ++
 11 files changed, 196 insertions(+), 71 deletions(-)
 copy lib/kotlin/{cross-test-client => }/build.gradle.kts (78%)
 copy lib/kotlin/{settings.gradle.kts => src/test/kotlin/org/apache/thrift/MetaDataTest.kt} (54%)
 create mode 100644 lib/kotlin/src/test/resources/AnnotationTest.thrift