This is an automated email from the ASF dual-hosted git repository. edcoleman pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 0e8dc7ab84 Merge branch '2.1' add 1763aa1222 Add json property type with simple validation (#3927) add b652f1ee9e rename DataLevel tableId() to metaTableId(), doc updates (#3941) new c2c8cfc23c Merge remote-tracking branch 'upstream/2.1' 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