slawekjaranowski commented on pull request #399: URL: https://github.com/apache/maven-surefire/pull/399#issuecomment-998923351
Make providers to be greedy it is not easy, we have many corrner cases. The most of projects (99%) not need support for multiple providers and one provider it is ok, or must be configured manually if want to use multiple framework. We shouldn't complicate code for detecting and executing provaiders only for a few cases - it is complicated enough now. This change don't change current behavior, with empty `multipleFrameworks` nothing change but add possibility to detecting wrong test configuration. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
