olamy commented on code in PR #3259:
URL: https://github.com/apache/maven-surefire/pull/3259#discussion_r2786762575


##########
maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java:
##########
@@ -558,6 +558,21 @@ public class IntegrationTestMojo extends 
AbstractSurefireMojo {
     @Parameter(property = "failsafe.excludeJUnit5Engines")
     private String[] excludeJUnit5Engines;
 
+    /**
+     * Warning about deprecated providers and features planed to remove in 
<code>3.6.x</code> plugin version.
+     * <br>
+     *
+     * Set to <code>false</code> to disable the warning if you want to stay on 
the <code>3.5.x</code> plugin version.
+     * <br>
+     *
+     * See the documentation for more details:<br>
+     * <a 
href="https://maven.apache.org/surefire/maven-failsafe-plugin/migration355.html";>Migration
 to 3.5.5 version</a>
+     *
+     * @since 3.5.5
+     */
+    @Parameter(property = "failsafe.providerDeprecationWarning", defaultValue 
= "true")

Review Comment:
   well I would simply emit those warning in 3.6.x when users have upgraded.
   if user do not upgrade there is no much need.
   But if they test an upgrade they will see the warnings.
   upgrade are automatic so users should look at what is happening when they 
upgrade



-- 
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]

Reply via email to