You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/06/03 20:47:12 UTC

[accumulo] branch 2.0 updated (07f196d -> d7a407a)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a change to branch 2.0
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 07f196d  Clean up and refactor metrics for maintainability (#1175)
     add d7a407a  Update to commons-configuration2.5 (#1176)

No new revisions were added by this update.

Summary of changes:
 assemble/pom.xml                                   | 25 ++++++++---
 assemble/src/main/assemblies/component.xml         |  5 ++-
 core/pom.xml                                       |  8 ++--
 .../accumulo/core/client/ClientConfiguration.java  | 36 ++++++++--------
 .../org/apache/accumulo/core/conf/Property.java    |  4 +-
 .../accumulo/core/conf/SiteConfiguration.java      | 21 +++++-----
 .../core/file/blockfile/cache/impl/ClassSize.java  |  5 +--
 minicluster/pom.xml                                |  8 ++--
 .../accumulo/cluster/RemoteShellOptions.java       |  5 +--
 .../minicluster/MiniAccumuloClusterTest.java       | 10 +++--
 pom.xml                                            | 22 +++++++---
 start/pom.xml                                      | 14 +++++--
 .../start/classloader/AccumuloClassLoader.java     | 12 +++---
 test/pom.xml                                       |  8 ++--
 .../conf/AccumuloClusterPropertyConfiguration.java | 13 +++---
 .../accumulo/test/RewriteTabletDirectoriesIT.java  | 14 ++++---
 .../java/org/apache/accumulo/test/VolumeIT.java    | 49 +++++++++++++---------
 17 files changed, 152 insertions(+), 107 deletions(-)