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

jensg pushed a change to branch uuid-datatype
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from 0619be489 FIX misc license headers
     add 3ee561d84 THRIFT-5587 add uuid support for java and kotlin Client: 
java, kt Patch: Jiayu Liu

No new revisions were added by this update.

Summary of changes:
 .../cpp/src/thrift/generate/t_java_generator.cc    | 41 ++++++++++----
 .../cpp/src/thrift/generate/t_kotlin_generator.cc  |  8 +++
 lib/java/gradle.properties                         |  6 ++
 .../java/org/apache/thrift/test/TestClient.java    | 10 ++++
 .../apache/thrift/protocol/TBinaryProtocol.java    | 64 +++++++++++++++++++++-
 .../apache/thrift/protocol/TCompactProtocol.java   | 44 +++++++++++----
 .../org/apache/thrift/protocol/TJSONProtocol.java  | 21 ++++++-
 .../apache/thrift/protocol/TProtocolDecorator.java | 11 ++++
 .../org/apache/thrift/protocol/TProtocolUtil.java  |  4 ++
 .../org/apache/thrift/protocol/TReadProtocol.java  |  3 +
 .../thrift/protocol/TSimpleJSONProtocol.java       | 11 ++++
 .../java/org/apache/thrift/protocol/TType.java     |  1 +
 .../org/apache/thrift/protocol/TWriteProtocol.java |  3 +
 .../test/java/org/apache/thrift/TestStruct.java    |  5 +-
 .../apache/thrift/protocol/ProtocolTestBase.java   | 32 +++++++++++
 .../org/apache/thrift/server/ServerTestBase.java   | 12 ++++
 lib/java/src/test/resources/JavaTypes.thrift       |  4 ++
 .../kotlin/org/apache/thrift/test/TestHandler.kt   |  7 +++
 18 files changed, 261 insertions(+), 26 deletions(-)

Reply via email to