EdColeman opened a new pull request, #3927: URL: https://github.com/apache/accumulo/pull/3927
Adds a JSON PropertyType and minimal validation that verifies the property value can be parsed into a JSON object. This was inspired by issue #3909, but does not directly address it. 1. Some current properties defer validation until use and this PR does not address that. (That could be done in a follow-on PR) 2. Some configurations require multiple, independent properties be set for a valid configuration, This PR does not attempt to perform that validation - that responsibility is deferred to the implementations that use those properties. This implementation was to provide a minimal check, that follow on PRs could extend / leverage to introduce additional property validation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
