You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ed...@apache.org on 2023/11/15 21:55:27 UTC

(accumulo) branch main updated (0e8dc7ab84 -> c2c8cfc23c)

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


(accumulo) 01/01: Merge remote-tracking branch 'upstream/2.1'

Posted by ed...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c2c8cfc23c2afeeb80571f8918896aa17dbcf240
Merge: 0e8dc7ab84 b652f1ee9e
Author: Ed Coleman <ed...@apache.org>
AuthorDate: Wed Nov 15 20:31:35 2023 +0000

    Merge remote-tracking branch 'upstream/2.1'

 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(-)