configuration-as-code-plugin
configuration-as-code-plugin copied to clipboard
Replaced deprecated `StringUtils` methods with suggested ones from `Strings.CS`
Replaced deprecated StringUtils methods with suggested ones from Strings.CS and removed an unused import while I was here.
Your checklist for this pull request
🚨 Please review the guidelines for contributing to this repository.
- [x] Make sure you are requesting to pull a topic/feature/bugfix branch (right side) and not your master branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [ ] Link to relevant issues in GitHub or in Jenkins JIRA
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Did you provide a test-case? That demonstrates feature works or fixes the issue.
Hmm, it seems I would have to add commons-lang3 to all modules, not sure if that is intended. What do you think?
Weird aren't you just added it to places commons-lang3 was already used?