Repository: accumulo
Updated Branches:
refs/heads/1.6.2-rc4 [created] 0649982c2
[maven-release-plugin] prepare release 1.6.2
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0649982c
Tree: http://git-wip-us.apache.org
Repository: accumulo
Updated Branches:
refs/heads/1.6 5b48c5ad6 -> dc471efee
ACCUMULO-3432 Updating CHANGES for 1.6.2-RC4
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dc471efe
Tree: http://git-wip-us.apache.org/re
Repository: accumulo
Updated Branches:
refs/heads/master a2d272c6f -> 6cbe886e3
ACCUMULO-1844 Add tests for start classes
Ensure the expected classes are available to start's Main class, with the
expected keywords, and that there are still corresponding main methods in case
somebody executes t
ACCUMULO-3514 Use auto-service for start
Use @AutoService annotations and Java's ServiceLoader mechanism to discover
classes which are executable by Accumulo's "start" jar with a keyword.
This replaces manual intervention whenever we add a new option to the
bin/accumulo script and also auto-popul