Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ recipeList:
- org.openrewrite.java.ChangePackage:
oldPackageName: org.apache.commons.math
newPackageName: org.apache.commons.math3
recursive: true
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ recipeList:
- org.openrewrite.java.ChangePackage:
oldPackageName: org.apache.hc.core5.http.io.entity.mime
newPackageName: org.apache.hc.client5.http.entity.mime
recursive: true
- org.openrewrite.java.ChangePackage:
oldPackageName: org.apache.hc.client5.http.entity.mime.content
newPackageName: org.apache.hc.client5.http.entity.mime
Expand Down
Loading