You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/08/29 10:11:08 UTC

[GitHub] [avro] timtebeek commented on pull request #1777: AVRO-3579: Migrate to JUnit 5

timtebeek commented on PR #1777:
URL: https://github.com/apache/avro/pull/1777#issuecomment-1230081035

   You might also want to consider running this [additional recipe to strip `test` prefix](https://docs.openrewrite.org/reference/recipes/java/testing/cleanup/removetestprefix) from test method names.
   ```
   mvn org.openrewrite.maven:rewrite-maven-plugin:4.32.0:run \
     -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:1.26.1 \
     -DactiveRecipes=org.openrewrite.java.testing.cleanup.RemoveTestPrefix
   ```


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

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