jenkinsci / plasticscm-plugin

A plugin for Jenkins to be able to use Plastic SCM
MIT License
15 stars 31 forks source link

Code cleanup after upgrade #80

Closed mig42 closed 3 weeks ago

mig42 commented 3 weeks ago

After upgrading the minimum Jenkins version to 2.440.3 and the Java version to 17, there are a few warnings popping up. We're also using deprecated code and outdated java statements that would benefit from an upgrade.

There are also four security alerts fixed in this PR:

Testing done

I tested the plugin manually in the official docker container. The CmTool, its custom installer and the two VCS implementations (mergebot and regular) worked as expected, for pipelines and freestyle projects.

Submitter checklist