-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probe to check whether the libraries are deprecated or not in the plugin. #470
Comments
Sounds like a cool idea to have as a probe, but to be up-to-date I would say maybe JUnit 5 instead of 4 even? Maybe a good idea to do some research on what this probe ideally should cover, as I suspect there is a lot more. |
The probes are non judgemental. The probes (one for each) should be to get the versions of known libraries. However, there is no recommendation to use JUnit 5 over JUnit 4 in the community. |
I agree with @alecharp It is good to have a probe for each to get the version of known libraries. Regarding the migration of the version from Upgrade JUnit 3 tests to JUnit 4 and Replace joda-time with Java 11 time it is mentioned in the Contribute to Open Source guidelines by Jenkins |
Description
These are the need of changes required as per plugin modernisation
The text was updated successfully, but these errors were encountered: