Skip to content

Commit

Permalink
Drop MyRecipe
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jun 20, 2024
1 parent c064761 commit 1cf2917
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/main/resources/CHANGELOG-2024-06-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This changelog only shows what recipes have been added, removed, or changed. Ope
* [io.quarkus.updates.camel.customRecipes.MoveGetterToPluginHelper](https://docs.openrewrite.org/recipes/io/quarkus/updates/camel/customrecipes/movegettertopluginhelper): Move getter from context to PluginHelper
* [io.quarkus.updates.core.quarkus39.GraalSDK](https://docs.openrewrite.org/recipes/io/quarkus/updates/core/quarkus39/graalsdk):
* [io.quarkus.updates.core.quarkus39.SyncHibernateJpaModelgenVersionWithBOM](https://docs.openrewrite.org/recipes/io/quarkus/updates/core/quarkus39/synchibernatejpamodelgenversionwithbom):
* [org.openrewrite.MyRecipe](https://docs.openrewrite.org/recipes/myrecipe):
* [org.openrewrite.java.logging.jul.LoggerLevelArgumentToMethodRecipes](https://docs.openrewrite.org/recipes/java/logging/jul/loggerlevelargumenttomethodrecipes): Replace calls to `Logger.log(Level, String)` with the corresponding method calls.
* [org.openrewrite.java.logging.jul.LoggerLevelArgumentToMethodRecipes$LogLevelConfigSupplierToMethodRecipe](https://docs.openrewrite.org/recipes/java/logging/jul/loggerlevelargumenttomethodrecipesusdloglevelconfigsuppliertomethodrecipe): Replace calls to `java.util.logging.Logger.log(Level.CONFIG, Supplier<String>)` with `Logger.config(Supplier<String>)`.
* [org.openrewrite.java.logging.jul.LoggerLevelArgumentToMethodRecipes$LogLevelConfigToMethodRecipe](https://docs.openrewrite.org/recipes/java/logging/jul/loggerlevelargumenttomethodrecipesusdloglevelconfigtomethodrecipe): Replace calls to `java.util.logging.Logger.log(Level.CONFIG, String)` with `Logger.config(String)`.
Expand Down
7 changes: 0 additions & 7 deletions src/main/resources/recipeDescriptors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1006,13 +1006,6 @@ rewrite-core:
options: []
isImperative: true
artifactId: "rewrite-core"
org.openrewrite.MyRecipe:
name: "org.openrewrite.MyRecipe"
description: ""
docLink: "https://docs.openrewrite.org/recipes/myrecipe"
options: []
isImperative: true
artifactId: "rewrite-core"
org.openrewrite.RenameFile:
name: "org.openrewrite.RenameFile"
description: "Rename a file while keeping it in the same directory."
Expand Down

0 comments on commit 1cf2917

Please sign in to comment.