You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2022/01/26 21:25:32 UTC

[kudu-CR] [thirdparty] add jwt-cpp to thirdparty build

Alexey Serbin has uploaded a new patch set (#2) to the change originally created by Bankim Bhavsar. ( http://gerrit.cloudera.org:8080/18103 )

Change subject: [thirdparty] add jwt-cpp to thirdparty build
......................................................................

[thirdparty] add jwt-cpp to thirdparty build

This is a header-only library implementing the JWT functionality.

This is the same library used by Impala for its JWT implementation, but
in Kudu we are using a snapshot which is close to 0.6.0-rc2 and contains
an extra changelist [2] to avoid patching jwt-cpp upstream source code.

[1] https://github.com/Thalhammer/jwt-cpp
[2] https://github.com/Thalhammer/jwt-cpp/commit/97c8782605570c45b15183a270b39d16323068e8

Change-Id: Idab887e1e0c44e9ebe6897defec8238c020cccbb
---
M CMakeLists.txt
A cmake_modules/FindJwtCpp.cmake
M thirdparty/build-definitions.sh
M thirdparty/build-thirdparty.sh
M thirdparty/download-thirdparty.sh
M thirdparty/vars.sh
6 files changed, 64 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/03/18103/2
-- 
To view, visit http://gerrit.cloudera.org:8080/18103
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Idab887e1e0c44e9ebe6897defec8238c020cccbb
Gerrit-Change-Number: 18103
Gerrit-PatchSet: 2
Gerrit-Owner: Bankim Bhavsar <ba...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)