This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a change to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from cbb9efdece Merge branch 'main' into elasticity
add 9bd6a8d403 Make isPropertySet work for fixed properties (#4752)
add f54a2b214a Fix CredentialProviderToken serialization (#4580)
new 62cd737399 Merge branch '2.1'
new 9990e2bb75 Merge branch 'main' into elasticity
new 8460c6409d Fix spotbugs error for unused member
The 3 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:
.../security/tokens/CredentialProviderToken.java | 26 ++++++++-
.../core/client/security/tokens/PasswordToken.java | 1 +
.../accumulo/core/conf/AccumuloConfiguration.java | 4 +-
.../org/apache/accumulo/core/conf/Property.java | 6 +-
.../org/apache/accumulo/core/util/CreateToken.java | 2 +-
.../tokens/CredentialProviderTokenTest.java | 65 ++++++++++++++++-----
core/src/test/resources/passwords.jceks | Bin 963 -> 967 bytes
.../server/conf/RuntimeFixedProperties.java | 13 +++++
.../accumulo/server/conf/SystemConfiguration.java | 5 +-
.../AccumuloConfigurationIsPropertySetTest.java | 28 +++++++--
.../server/conf/SystemConfigurationTest.java | 5 +-
.../org/apache/accumulo/compactor/Compactor.java | 2 -
.../org/apache/accumulo/tserver/ScanServer.java | 2 +-
.../accumulo/test/ScanServerMetadataEntriesIT.java | 2 +-
14 files changed, 130 insertions(+), 31 deletions(-)