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

alexey pushed a change to branch branch-1.17.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


    from cb2c69ea7 [client] KUDU-3472 C++ client API to import JWT
     new bc8a9364c [client] KUDU-3472 Java client API to import JWT
     new f3e9384ad [client] KUDU-3472 Python client API to import JWT
     new 2d0164f59 [server] remove unused JWT-related flags

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/kudu/client/AsyncKuduClient.java    | 19 ++++++++++++
 .../java/org/apache/kudu/client/KuduClient.java    | 17 +++++++++++
 .../org/apache/kudu/client/SecurityContext.java    | 14 ++++++---
 .../org/apache/kudu/test/TestMiniKuduCluster.java  | 35 +++++++---------------
 python/kudu/__init__.py                            |  7 +++--
 python/kudu/client.pyx                             |  5 +++-
 python/kudu/libkudu_client.pxd                     |  2 ++
 python/kudu/tests/common.py                        | 27 ++++++++++++++++-
 python/kudu/tests/test_client.py                   | 14 +++++++++
 src/kudu/mini-cluster/external_mini_cluster.cc     |  1 -
 src/kudu/server/server_base.cc                     | 18 -----------
 11 files changed, 108 insertions(+), 51 deletions(-)

Reply via email to