jenkinsci / jira-plugin

Jenkins jira plugin
https://plugins.jenkins.io/jira
MIT License
168 stars 282 forks source link

Implement dynamic linking of Joda Time #579

Closed basil closed 11 months ago

basil commented 11 months ago

Stop bundling an unnecessary copy of Joda Time; instead, implement dynamic linking by depending on @jonesbusy's new Joda Time library plugin. This, in turn, results in updating the baseline (to use the newest BOM release where the Joda Time library plugin is present), but this bump is in accordance with the official recommendations.

basil commented 7 months ago

Thanks! Looking forward to the release of this PR so that we can complete the migration to the Joda Time library plugin.