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

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


    from 0da43b39f7 Merge branch 'main' into elasticity
     add 1763aa1222 Add json property type with simple validation (#3927)
     add b652f1ee9e rename DataLevel tableId() to metaTableId(), doc updates 
(#3941)
     add c2c8cfc23c Merge remote-tracking branch 'upstream/2.1'
     new 9bac4964c6 Merge branch 'main' into elasticity

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/pom.xml                                       |  4 ++
 .../org/apache/accumulo/core/conf/Property.java    |  4 +-
 .../apache/accumulo/core/conf/PropertyType.java    | 50 ++++++++++++++-
 .../accumulo/core/metadata/schema/Ample.java       |  2 +-
 .../core/metadata/schema/TabletsMetadata.java      | 13 ++++
 .../apache/accumulo/core/conf/PropertyTest.java    | 32 ++++++++++
 .../accumulo/core/conf/PropertyTypeTest.java       | 11 +++-
 .../test/functional/GarbageCollectorIT.java        |  4 +-
 .../apache/accumulo/test/shell/ConfigSetIT.java    | 72 ++++++++++++++++++++++
 .../org/apache/accumulo/test/shell/ShellIT.java    |  2 +-
 10 files changed, 184 insertions(+), 10 deletions(-)
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/shell/ConfigSetIT.java

Reply via email to