KostyaSha / github-integration-plugin

Jenkins GitHub Integration Plugin
https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Integration+Plugin
MIT License
97 stars 84 forks source link

Plugin depends on deprecated jquery plugin #377

Closed vwbusguy closed 1 year ago

vwbusguy commented 1 year ago

The Javascript GUI jQuery plugin has been deprecated, along with other Javascript GUI plugins, generating a notice in Jenkins. Unfortunately, this plugin depends on it, so the deprecated plugin can't be removed without impacting the GitHub Integration plugin. It looks like if jQuery is still required it can be externalized instead of requiring the now-deprecated plugin.

image

KostyaSha commented 1 year ago

Duplicates https://github.com/KostyaSha/github-integration-plugin/pull/376

vwbusguy commented 1 year ago

Thanks for the very quick turnaround on this! I installed the update posted today and was able to remove the old deprecated dependency. Many thanks!