Tibor17 commented on pull request #169: URL: https://github.com/apache/maven-surefire/pull/169#issuecomment-1069739881
@aslakhellesoy It should be taken very carefully because there is another similar requirement with run order in #348. It would be nice if you would agree with @winglam on the interface of `RunOrder`. You both have some requirements. I also have some requirements, after long time, we have implemented [extensions](https://maven.apache.org/surefire/maven-surefire-plugin/examples/junit-platform.html#Surefire_Extensions_and_Reports_Configuration_for_.40DisplayName) which gives the user an opportunity to select the implementation in the POM instead of SPI. The SPI is fine it is is one in the JRA, but if you have many implementations you can select it in the POM without using SPI mechanism. Of course this requires more changes including more work in the surefire serialization. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org