jenkinsci / azure-credentials-plugin

Jenkins Azure Credentials plugin
https://plugins.jenkins.io/azure-credentials/
MIT License
10 stars 26 forks source link

Use faster Base64 decoder from `java.util` instead of apache commons #217

Closed StefanSpieker closed 12 months ago

StefanSpieker commented 12 months ago

Use faster Base64 decoder from java.util instead of decoder from apache commons

Testing done

This should be a drop in replacement. Just ran Unit tests

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main 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 Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue