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


##########
maven-surefire-plugin/src/site/markdown/migration355.md.vm:
##########
@@ -0,0 +1,72 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+Migration to 3.5.5 version
+==========================
+
+In the `3.6.x` version of ${thisPlugin} plugin, the removal of providers for 
`JUnit 3, 4` and `TestNG` is planned,
+so these providers are deprecated in the `3.5.5` version.
+
+If you want to stay on the `3.5.x` version, you can continue to use the `JUnit 
3, 4` and `TestNG` providers without any changes,
+but you should be aware that these providers will be removed in the `3.6.x` 
version.
+
+In the `3.5.5` version of ${thisPlugin} plugin, a warning message will be 
emitted if you are using the `JUnit 3, 4` or `TestNG` providers.
+You can suppress this warning by setting the parameter 
`providerDeprecationWarning` to `false`.
+
+You should consider migrating your tests to `JUnit 5`, but if you want to 
continue using `JUnit 3, 4` or `TestNG`,
+Preparing for next version you can try the instructions below.

Review Comment:
   I have rewrite this sentence



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