It's going to be very pedant work for someone who want to help us in
Surefire.

I am looking for some volunteer who will remove the deprecated config param
`forkMode` in favor of `forkCount`. All our ITs should use `forkCount`
since then.

Additionally, the volunteer should deprecate `surefire-junit4` provider.
Instead `surefire-junit47` provider should be selected as default provider
for JUnit4 tests. Again the ITs should be changed and plugin dependencies
should use `surefire-junit4` provider in place where it was not specified.

It's easy to do. When you see the usages of `.forkMode()` method - only 20
in `surefire-its` and 43 usages of `<forkMode>` in
`surefire-its/src/test/resources`.

Successful build must prove that the changes have been applied correctly.
The changes should be in a pull request on GitHub.

Cheers
Tibor

Reply via email to