Skip to content

Commit 1936b5c

Browse files
author
bhavanapidapa
committed
Updated few changes in yml file
1 parent df39941 commit 1936b5c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/main/resources/META-INF/rewrite/java-version-11.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -291,20 +291,3 @@ recipeList:
291291
- org.openrewrite.java.ChangeMethodName:
292292
methodPattern: java.nio.file.Path get(..)
293293
newMethodName: of
294-
---
295-
type: specs.openrewrite.org/v1beta/recipe
296-
name: org.openrewrite.java.migrate.MethodExceptionReplacerRecipe
297-
displayName: Replace `javax.security.auth.Policy` with `java.security.Policy`
298-
description: The `javax.security.auth.Policy` class is not available from Java SE 11 onwards.
299-
tags:
300-
- java11
301-
recipeList:
302-
- org.openrewrite.java.migrate.MethodExceptionReplacerRecipe:
303-
methodToExceptionMapping:
304-
"java.nio.channels.DatagramChannel send(java.nio.ByteBuffer, java.net.SocketAddress)":
305-
"java.lang.IllegalArgumentException": "java.nio.channels.AlreadyConnectedException"
306-
- org.openrewrite.java.migrate.MethodExceptionReplacerRecipe:
307-
methodToExceptionMapping:
308-
"java.lang.Class getAnnotation(java.lang.Class)":
309-
"java.lang.ArrayStoreException": "java.lang.TypeNotPresentException"
310-
---

0 commit comments

Comments
 (0)