Repository: accumulo
Updated Branches:
refs/heads/master 8fbf2dce0 -> aac619c96
ACCUMULO-2131 while statement used as if statement. Changed the while to an if.
Signed-off-by: Christopher Tubbs
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org
Merge remote-tracking branch 'github/ACCUMULO-3714'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8fbf2dce
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8fbf2dce
Diff: http://git-wip-us.apache.org/repos/as
Repository: accumulo
Updated Branches:
refs/heads/master 8fae3f806 -> 8fbf2dce0
ACCUMULO-3714 Replace PropertyFilter
* Replace internal PropertyFilter with Guava's Predicate.
* Preserve MockConfiguration public API by deprecating PropertyFilter
Project: http://git-wip-us.apache.org/repos/asf
ACCUMULO-3719 Add StrictHostKeyChecking=no to default SSH options
For testing purposes, strict host key verification is probably
overkill. Disable it by default. Users can still override
this on their own if they are concerned about security implications.
Project: http://git-wip-us.apache.org/re
Merge branch '1.6'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8fae3f80
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8fae3f80
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8fae3f80
Branch:
Repository: accumulo
Updated Branches:
refs/heads/1.6 29c82dbbd -> 6605ad415
refs/heads/master 27f3b3088 -> 8fae3f806
ACCUMULO-3719 Add StrictHostKeyChecking=no to default SSH options
For testing purposes, strict host key verification is probably
overkill. Disable it by default. Users can st