-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See #247 Despite the defaults listed in README.md, certain implementations of ConfigContext result in NullPointerExceptions. Handling unset values in bare `StandardConfigContext`s needs to be done explicitly because null is not a boolean value at runtime. * Resolve #247. Handle potentially-NPE-inducing configuration params that have documented defaults * Use BaseChainedConfigContext.DEFAULT_CONFIG for default values and make DefaultsConfigContext final * Create constants for default config values * Use .getClass().equals() instead of instanceof when detecting a DefaultsConfigContext * Leave DefaultsConfigContext as non-final * Update CHANGELOG.md
- Loading branch information
Showing
5 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters