This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch release/2.22.3 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/release/2.22.3 by this push: new 4a12d2a66 JavaDoc since 3.0.0-M6 and 2.22.3 4a12d2a66 is described below commit 4a12d2a661c06c594023569d8e6702932c9f56d5 Author: tibordigana <tibordig...@apache.org> AuthorDate: Sat Apr 9 08:50:33 2022 +0200 JavaDoc since 3.0.0-M6 and 2.22.3 --- .../java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java | 4 ++-- .../main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java | 4 ++-- .../org/apache/maven/surefire/testng/conf/TestNG740Configurator.java | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java b/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java index 1ddc8eec5..8a75ed2f4 100644 --- a/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java +++ b/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java @@ -323,7 +323,7 @@ public class IntegrationTestMojo * %regex[.*IT.*|.*Not.*] * </code></pre> * <br> - * Since 2.22.3, method filtering support is provided in the inclusions file as well, example: + * Since 3.0.0-M6 and 2.22.3, method filtering support is provided in the inclusions file as well, example: * <pre><code> * pkg.SomeIT#testMethod * </code></pre> @@ -343,7 +343,7 @@ public class IntegrationTestMojo * %regex[.*IT.*|.*Not.*] * </code></pre> * <br> - * Since 2.22.3, method filtering support is provided in the exclusions file as well, example: + * Since 3.0.0-M6 and 2.22.3, method filtering support is provided in the exclusions file as well, example: * <pre><code> * pkg.SomeIT#testMethod * </code></pre> diff --git a/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java b/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java index bef35e2c4..2246b4356 100644 --- a/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java +++ b/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java @@ -303,7 +303,7 @@ public class SurefirePlugin * %regex[.*Test.*|.*Not.*] * </code></pre> * <br> - * Since 2.22.3, method filtering support is provided in the inclusions file as well, example: + * Since 3.0.0-M6 and 2.22.3, method filtering support is provided in the inclusions file as well, example: * <pre><code> * pkg.SomeTest#testMethod * </code></pre> @@ -322,7 +322,7 @@ public class SurefirePlugin * %regex[.*Test.*|.*Not.*] * </code></pre> * - * Since 2.22.3, method filtering support is provided in the exclusions file as well, example: + * Since 3.0.0-M6 and 2.22.3, method filtering support is provided in the exclusions file as well, example: * <pre><code> * pkg.SomeTest#testMethod * </code></pre> diff --git a/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNG740Configurator.java b/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNG740Configurator.java index b2b7aa71b..fc02b881b 100644 --- a/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNG740Configurator.java +++ b/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/conf/TestNG740Configurator.java @@ -34,6 +34,7 @@ import static org.apache.maven.surefire.booter.ProviderParameterNames.THREADCOUN * Uses reflection since ParallelMode enum doesn't exist in supported * TestNG 5.x versions. * + * @since 3.0.0-M6 * @since 2.22.3 */ public class TestNG740Configurator extends TestNG60Configurator