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

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


    from ede002a3e IMPALA-11931: enhance ExecutorBlacklist::IsBlacklisted to 
avoid null pointer exception
     new a77e4aaaf IMPALA-11922 Verify JWKS URL server TLS certificate by 
default.
     new f54b3c375 IMPALA-11713: Switch to C++17

The 2 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:
 be/CMakeLists.txt                                  |  14 +-
 be/src/exec/file-metadata-utils.cc                 |   4 +-
 be/src/gutil/endian.h                              |   2 +-
 be/src/kudu/util/curl_util.cc                      |  22 +-
 be/src/kudu/util/curl_util.h                       |  10 +
 be/src/rpc/authentication.cc                       |  12 +
 be/src/runtime/krpc-data-stream-mgr.h              |   2 +-
 be/src/service/impala-server.cc                    |   7 +-
 be/src/service/impala-server.h                     |   2 +-
 be/src/udf_samples/CMakeLists.txt                  |   2 +-
 be/src/util/jwt-util-internal.h                    |  14 +-
 be/src/util/jwt-util-test.cc                       |  46 ++--
 be/src/util/jwt-util.cc                            |  28 ++-
 be/src/util/jwt-util.h                             |   7 +-
 fe/pom.xml                                         |  12 +
 .../apache/impala/customcluster/JwtHttpTest.java   | 193 +++++++++++++--
 .../org/apache/impala/testutil/X509CertChain.java  | 266 +++++++++++++++++++++
 17 files changed, 571 insertions(+), 72 deletions(-)
 create mode 100644 
fe/src/test/java/org/apache/impala/testutil/X509CertChain.java

Reply via email to