clesaec opened a new pull request, #1777: URL: https://github.com/apache/avro/pull/1777
[AVRO-3579](https://issues.apache.org/jira/browse/AVRO-3579) : migration to JUnit5 using command : ``` mvn org.openrewrite.maven:rewrite-maven-plugin:4.27.0:run \ -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:1.24.0 \ -DactiveRecipes=org.openrewrite.java.testing.junit5.JUnit5BestPractices ``` plus fix bugs generated by it. Some unit test are still in JUnit4, and will be changed in another PR. Some test, like TestSchemaValidation.testSchemaCompatibilityFailures were fixed, this one, currently in JUnit4 run only first step of the for loop (So, most of them are ignored) -- 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org