You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2020/11/18 19:33:09 UTC

[accumulo] branch main updated (8f688fd -> 6f75eea)

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

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


    from 8f688fd  Fix #1742 Add forEach to ScannerBase (#1765)
     add 6f75eea  1463 remove beanutils (#1786)

No new revisions were added by this update.

Summary of changes:
 assemble/pom.xml                                   |  5 --
 assemble/src/main/assemblies/component.xml         |  1 -
 .../accumulo/core/client/ClientConfiguration.java  | 26 +++++------
 .../accumulo/core/conf/SiteConfiguration.java      | 17 +++----
 .../accumulo/core/conf/SiteConfigurationTest.java  |  3 ++
 core/src/test/resources/accumulo2.properties       |  2 +
 .../minicluster/MiniAccumuloClusterTest.java       | 13 +++---
 pom.xml                                            |  7 ---
 start/pom.xml                                      |  6 ---
 .../start/classloader/AccumuloClassLoader.java     | 12 ++---
 .../java/org/apache/accumulo/test/VolumeIT.java    | 53 +++++++++++-----------
 .../accumulo/test/metrics/MetricsFileTailer.java   | 38 ++++++----------
 test/src/main/resources/log4j2-test.properties     |  3 --
 13 files changed, 79 insertions(+), 107 deletions(-)