jenkinsci / last-changes-plugin

https://plugins.jenkins.io/last-changes
https://plugins.jenkins.io/last-changes/
31 stars 31 forks source link

Require Jenkins 2.452.4 or newer #98

Open MarkEWaite opened 2 weeks ago

MarkEWaite commented 2 weeks ago

Require Jenkins 2.452.4 or newer

Use plugin BOM to provide versions of dependencies.

Remove the unnecessary configuration items in the pom. Rely on the parent pom.

Reduce spotbugs effort and threshold to match previous behavior.

Multiple other changes to adapt to Java 11, the most recent parent pom, and the most recent dependencies.

Supersedes pull requests:

Testing done

Automated tests pass. Interactive testing is still needed before this is merged.

Submitter checklist