jenkinsci / jenkinsci/credentials-plugin
[JENKINS-57518] Remove XMLUtils from the plugin when it is unrestricted in core
- Dominant language
- Java
- Stars
- 134
- Forks
- 258
- Avg merge
- 48m
- Merged PRs (30d)
- 1
Description
We removed the dependency to XMLUtils on core from the credentials plugin because it becomes restricted for external use.
There is a PR where XMLUtils is again unrestricted: https://github.com/jenkinsci/jenkins/pull/4032
Once this PR is merged and released, we can remove the new util package and restore the dependencies with the core again.
---
Originally reported by
mramonleon, imported from: Remove XMLUtils from the plugin when it is unrestricted in core
Raw content of original issue
We removed the dependency to XMLUtils on core from the credentials plugin because it becomes restricted for external use.
There is a PR where XMLUtils is again unrestricted: https://github.com/jenkinsci/jenkins/pull/4032
Once this PR is merged and released, we can remove the new util package and restore the dependencies with the core again.
Contributor guide
Assessment
This issue has not been assessed yet.