You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/08/29 10:12:00 UTC

[jira] [Work logged] (AVRO-3579) Java Test : From Junit4 to JUnit5

     [ https://issues.apache.org/jira/browse/AVRO-3579?focusedWorklogId=804308&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-804308 ]

ASF GitHub Bot logged work on AVRO-3579:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Aug/22 10:11
            Start Date: 29/Aug/22 10:11
    Worklog Time Spent: 10m 
      Work Description: 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
   ```




Issue Time Tracking
-------------------

    Worklog Id:     (was: 804308)
    Time Spent: 1h 10m  (was: 1h)

> Java Test : From Junit4 to JUnit5
> ---------------------------------
>
>                 Key: AVRO-3579
>                 URL: https://issues.apache.org/jira/browse/AVRO-3579
>             Project: Apache Avro
>          Issue Type: Improvement
>            Reporter: Christophe Le Saec
>            Assignee: Christophe Le Saec
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Progressively pass from JUnit4 to JUnit5



--
This message was sent by Atlassian Jira
(v8.20.10#820010)