There was an error while loading. Please reload this page.
1 parent d94e10f commit b17c337Copy full SHA for b17c337
1 file changed
rewrite.yaml
@@ -41,6 +41,7 @@ recipeList:
41
- io.grpc.protobuf.ProtoFileDescriptorSupplier
42
- io.grpc.protobuf.ProtoMethodDescriptorSupplier
43
- io.grpc.protobuf.ProtoServiceDescriptorSupplier
44
+ - io.grpc.InternalMetadata
45
# - io.grpc.internal.ClientCallImpl # necessary?
46
47
- org.openrewrite.java.RemoveUnusedImports
@@ -69,4 +70,8 @@ recipeList:
69
70
71
- org.openrewrite.java.ChangeMethodTargetToStatic:
72
methodPattern: java.nio.ByteBuffer wrap(..)
- fullyQualifiedTargetTypeName: com.google.protobuf.gwt.StaticImpls
73
+ fullyQualifiedTargetTypeName: com.google.protobuf.gwt.StaticImpls
74
+
75
+ - com.vertispan.recipes.RemoveField:
76
+ fullyQualifiedClassName: io.grpc.InternalMetadata
77
+ fieldName: US_ASCII
0 commit comments