This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch single-node-props in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 34da29703f Merge branch 'main' into single-node-props add e223e7997a Run shfmt and shellcheck on scripts (#2677) add 7af40badbe Rename some confusing GC methods (#2686) add 4d5ec236ea Remove json prettyPrint from RootGcCandidates (#2681) new 69cb4a2e5f Merge branch 'main' into single-node-props 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: .github/workflows/scripts.yaml | 58 ++++++ assemble/bin/accumulo | 21 ++- assemble/bin/accumulo-cluster | 53 +++--- assemble/bin/accumulo-service | 51 ++--- assemble/bin/accumulo-util | 72 +++---- assemble/build.sh | 209 +++++++++++++-------- assemble/conf/accumulo-env.sh | 29 ++- assemble/src/main/scripts/create-jshell.sh | 19 +- contrib/ci/find-unapproved-chars.sh | 4 +- contrib/ci/find-unapproved-junit.sh | 5 +- .../ci/install-shfmt.sh | 12 +- contrib/ci/it-matrix.sh | 3 +- .../ci/run-shellcheck.sh | 10 +- .../accumulo.properties => contrib/ci/run-shfmt.sh | 8 +- core/src/main/scripts/generate-thrift.sh | 50 ++--- .../accumulo/server/metadata/RootGcCandidates.java | 2 +- server/base/src/main/scripts/generate-protobuf.sh | 17 +- .../main/java/org/apache/accumulo/gc/GCRun.java | 3 +- .../accumulo/gc/GarbageCollectionAlgorithm.java | 14 +- .../accumulo/gc/GarbageCollectionEnvironment.java | 5 +- .../apache/accumulo/gc/GarbageCollectionTest.java | 2 +- start/src/test/shell/makeHelloWorldJars.sh | 18 +- start/src/test/shell/makeTestJars.sh | 19 +- test/src/main/scripts/generate-thrift.sh | 2 +- test/src/test/scripts/run-test.sh | 21 +-- 25 files changed, 422 insertions(+), 285 deletions(-) create mode 100644 .github/workflows/scripts.yaml copy test/src/main/scripts/generate-thrift.sh => contrib/ci/install-shfmt.sh (69%) copy server/base/src/test/resources/accumulo.properties => contrib/ci/run-shellcheck.sh (83%) mode change 100644 => 100755 copy server/gc/src/test/resources/accumulo.properties => contrib/ci/run-shfmt.sh (87%) mode change 100644 => 100755