ACCUMULO-4611 Deprecate public API with commons config

* Update apilyzer to version capable of analyzing API for thrown
  exceptions
* Add allows for unrelated exception throwing
* Remove exception for allowing commons-config classes in the API
* Deprecate commons-configuration methods inherited from Configuration
  super class
* Deprecate and replace public API methods which exposed
  commons-configuration types directly
* Omit deprecating methods still in use
* Log loaded files when ClientConfiguration.loadDefault() is used
* Add new methods to ClientConfiguration to set properties by String key
  and to check if ClientConfiguration has configured SASL
2 files changed
tree: 87b1db49a514b23e5e5c2a1d4a036a60860d6e52
  1. examples/
  2. src/
  3. .gitignore
  4. pom.xml
  5. proxy.properties
  6. README