You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/11/10 20:18:06 UTC

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #393: [SUREFIRE-1954] move inner class ProviderList to upper level

slawekjaranowski commented on a change in pull request #393:
URL: https://github.com/apache/maven-surefire/pull/393#discussion_r746954542



##########
File path: maven-surefire-common/src/main/java/org/apache/maven/surefire/providerapi/ConfigurableProviderInfo.java
##########
@@ -1,4 +1,4 @@
-package org.apache.maven.plugin.surefire;
+package org.apache.maven.surefire.providerapi;

Review comment:
       I put all classes responsible for providers detecting in one package.
   
   Before we have:
   `org.apache.maven.plugin.surefire.booterclient.ProviderDetector` 
   which use 
   `org.apache.maven.surefire.providerapi.ServiceLoader` 
   and `ProviderDetector` was used only by `AbstractSurefireMojo` so one responsibility was in many package.




-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org