----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42140/#review113756 -----------------------------------------------------------
Looks like there are still some users left in `src/tests/reservation_endpoints_tests.cpp`, `3rdparty/libprocess/src/tests/http_tests.cpp`, and `src/test/persistent_volume_endpoints_tests.cpp`. Can the deprecated constructor also be removed? I guess users could always create an iniatlizer list of strings. - Benjamin Bannier On Jan. 11, 2016, 2:47 p.m., Alexander Rojas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42140/ > ----------------------------------------------------------- > > (Updated Jan. 11, 2016, 2:47 p.m.) > > > Review request for mesos, Benjamin Bannier, Jan Schlicht, and Till Toenshoff. > > > 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::Unauthorize(const std::string)` is marked > as deprecated. As such, this patch removes the last few instances of its used > in the codebase. > > > Diffs > ----- > > src/tests/persistent_volume_endpoints_tests.cpp > f0cce190abc90f0fae84d6c3db20e8215c2d8132 > src/tests/teardown_tests.cpp 97cc89ba168aefff8512f6d1a25c4f7ddf180bae > > Diff: https://reviews.apache.org/r/42140/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Alexander Rojas > >
