Skip to content

Commit

Permalink
Recipe displayName should not end in a dot
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 24, 2024
1 parent 2c28a35 commit f433514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/spring-boot-24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ recipeList:
# SpringBoot 2.x JUnit 4 to Junit 5 Migration
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot2.SpringBoot2JUnit4to5Migration
displayName: Migrate Spring Boot 2.x projects to JUnit 5 from JUnit 4.
displayName: Migrate Spring Boot 2.x projects to JUnit 5 from JUnit 4
description: >-
This recipe will migrate a Spring Boot application's tests from JUnit 4 to JUnit 5. This spring-specific migration
includes conversion of Spring Test runners to Spring Test extensions and awareness of the composable Spring Test
Expand Down

0 comments on commit f433514

Please sign in to comment.