Skip to content

Commit

Permalink
Move and rename declarative recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jan 5, 2025
1 parent 608536b commit 66dc402
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 30 deletions.
13 changes: 13 additions & 0 deletions src/main/resources/META-INF/rewrite/lombok.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,16 @@ recipeList:
oldFullyQualifiedTypeName: lombok.experimental.val
newFullyQualifiedTypeName: lombok.val
- org.openrewrite.java.migrate.lombok.LombokValToFinalVar

---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.migrate.lombok.log.UseLombokLogAnnotations
displayName: Use Lombok logger annotations instead of explicit fields
description: >-
Applies all recipes that replace logger declarations with class level annotations.
recipeList:
- org.openrewrite.java.migrate.lombok.log.UseCommonsLog
- org.openrewrite.java.migrate.lombok.log.UseJBossLog
- org.openrewrite.java.migrate.lombok.log.UseLog
- org.openrewrite.java.migrate.lombok.log.UseLog4j2
- org.openrewrite.java.migrate.lombok.log.UseSlf4j
30 changes: 0 additions & 30 deletions src/main/resources/META-INF/rewrite/use-lombok-log-catchall.yml

This file was deleted.

0 comments on commit 66dc402

Please sign in to comment.