File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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- ---
You can’t perform that action at this time.
0 commit comments