-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42140/
-----------------------------------------------------------
(Updated Jan. 14, 2016, 11:38 a.m.)
Review request for mesos, Benjamin Bannier, Ben Mahler, Jan Schlicht, and Till
Toenshoff.
Summary (updated)
-----------------
Removed deprecated constructor of http::Unauthorized in Mesos.
Bugs: MESOS-3933 and MESOS-4305
https://issues.apache.org/jira/browse/MESOS-3933
https://issues.apache.org/jira/browse/MESOS-4305
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 Mesos codebase.
This change also allows to use initializer lists on the
`process::http::Unauthorized(const std::vector<std::string>&)` constructor
since there is no longer an ambiguity.
Diffs
-----
src/tests/http_authentication_tests.cpp
3d6da53b8d6b4f0d3e5631a1855983583c0ae7dc
src/tests/master_quota_tests.cpp 776a168254af6fa8a5d87d4580b35d83f2d5909a
src/tests/persistent_volume_endpoints_tests.cpp
f0cce190abc90f0fae84d6c3db20e8215c2d8132
src/tests/reservation_endpoints_tests.cpp
b8edd6fafedd4c2221a8d19c1ebc71254071a8c7
src/tests/teardown_tests.cpp 97cc89ba168aefff8512f6d1a25c4f7ddf180bae
Diff: https://reviews.apache.org/r/42140/diff/
Testing
-------
make check
Thanks,
Alexander Rojas