jenkinsci / plugin-pom

Parent POM for Jenkins Plugins
https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial
MIT License
67 stars 75 forks source link

Replace `hamcrest-core` with `hamcrest` #762

Closed NotMyFault closed 1 year ago

NotMyFault commented 1 year ago

hamcrest-core is deprecated since 2019, in favor of hamcrest where the logic lives on since then. Consumers are advised to replace hamcrest-x with hamcrest, if not already done.

basil commented 1 year ago

Why have PRs not been filed to adapt plugins to this breaking change?

NotMyFault commented 1 year ago

Why have PRs not been filed to adapt plugins to this breaking change?

Still on my todo list! I just didn't get to it yet, looking forward to it this week.

timja commented 1 year ago

Caused https://github.com/jenkinsci/plugin-pom/pull/785