-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* - Allowed exclusion list of files which should not check/allow values injection * - Rename the exclusions.yml to config.yml * - Remove the extensions from config.yml * Reducing some duplication in Config.java for potential future changes and adding a couple test cases to the CentralizedManagement class * - Added typeCast method to cast environment variables and default value - trim the default value - Added tests for type cast - Added test for exclusion injection - Since the mergeMap is merge the map in place, I deleted the return * merge different with develop * - Added comments * - Change comments * - Supported absolute path for the config file in Config module * - Supported reading configurations from arbitrary directories by overloading method * - Added comments * - Set same property for all test to eliminate conflicts caused by singleton * - use reflection to inject field in ConfigPropertyPathTest * - Improved the boolean casting
- Loading branch information
1 parent
aa2a3a9
commit d13f126
Showing
3 changed files
with
97 additions
and
34 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