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/09 02:52:33 UTC

[thrift] branch master updated (891c52152 -> 5fdfd0cae)

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 891c52152 THRIFT-5543: add type parameter to java lib field metadata (#2552)
     add 5fdfd0cae THRIFT-5580: refactor kotlin cross tests (#2600)

No new revisions were added by this update.

Summary of changes:
 lib/kotlin/README.md                               |   16 +-
 lib/kotlin/build.gradle.kts                        |    2 -
 lib/kotlin/cross-test-client/build.gradle.kts      |    6 +-
 .../kotlin/org/apache/thrift/test/TestClient.kt    | 1596 ++++++++------------
 lib/kotlin/cross-test-server/build.gradle.kts      |    6 +-
 .../kotlin/org/apache/thrift/test/TestHandler.kt   |   10 +-
 .../kotlin/org/apache/thrift/test/TestServer.kt    |  354 ++---
 lib/kotlin/gradle.properties                       |    1 +
 test/known_failures_Linux.json                     |    4 +
 test/tests.json                                    |    4 +-
 10 files changed, 838 insertions(+), 1161 deletions(-)