Return-Path: X-Original-To: apmail-mesos-reviews-archive@minotaur.apache.org Delivered-To: apmail-mesos-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7640A1821E for ; Mon, 11 Jan 2016 15:01:20 +0000 (UTC) Received: (qmail 30831 invoked by uid 500); 11 Jan 2016 15:01:20 -0000 Delivered-To: apmail-mesos-reviews-archive@mesos.apache.org Received: (qmail 30805 invoked by uid 500); 11 Jan 2016 15:01:20 -0000 Mailing-List: contact reviews-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@mesos.apache.org Delivered-To: mailing list reviews@mesos.apache.org Received: (qmail 30758 invoked by uid 99); 11 Jan 2016 15:01:20 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2016 15:01:20 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 77CB9280489; Mon, 11 Jan 2016 15:01:19 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============9189770089644527354==" MIME-Version: 1.0 Subject: Review Request 42144: Removed deprecated constructor of http::Unauthorized in libprocess. From: "Alexander Rojas" To: "Till Toenshoff" , "Ben Mahler" , "Benjamin Bannier" Cc: "Alexander Rojas" , "mesos" Date: Mon, 11 Jan 2016 15:01:19 -0000 Message-ID: <20160111150119.26793.27703@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Alexander Rojas" X-ReviewGroup: mesos X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/42144/ X-Sender: "Alexander Rojas" Reply-To: "Alexander Rojas" X-ReviewRequest-Repository: mesos --===============9189770089644527354== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42144/ ----------------------------------------------------------- Review request for mesos, Benjamin Bannier, Ben Mahler, and Till Toenshoff. Repository: mesos Description ------- The constructor of `process::http::Unauthorized(const std::string&)` is marked as deprecated. This patch fully removes the constructor and cleans up its usage in the libprocess codebase. This change also allows to use initializer lists on the `process::http::Unauthorized(const std::vector&)` constructor since there is no longer an ambiguity. Diffs ----- 3rdparty/libprocess/include/process/http.hpp ed708fe4b0006782a19f9c61603f152e32a02e8e 3rdparty/libprocess/src/authenticator.cpp 7371a62ecb2b3a42cb5ff5fb78bc4bcdb22875c4 3rdparty/libprocess/src/tests/http_tests.cpp e5999d8b49937a17033482c21536edb5c10420e6 Diff: https://reviews.apache.org/r/42144/diff/ Testing ------- make check Thanks, Alexander Rojas --===============9189770089644527354==--