configuration-as-code-plugin icon indicating copy to clipboard operation
configuration-as-code-plugin copied to clipboard

Replaced deprecated `StringUtils` methods with suggested ones from `Strings.CS`

Open StefanSpieker opened this issue 3 months ago • 2 comments

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.

StefanSpieker avatar Oct 06 '25 16:10 StefanSpieker

Hmm, it seems I would have to add commons-lang3 to all modules, not sure if that is intended. What do you think?

StefanSpieker avatar Oct 06 '25 20:10 StefanSpieker

Weird aren't you just added it to places commons-lang3 was already used?

timja avatar Oct 06 '25 20:10 timja