Edward Harman
Edward Harman
Workaround: check the version manually, specify it to command.
Workaround: exclude build.gradle from rewrite ```diff diff --git a/build.gradle b/build.gradle index 05f1221..f488ca0 100644 --- a/build.gradle +++ b/build.gradle @@ -39,4 +39,5 @@ clean.dependsOn cleanBin rewrite { activeRecipe("org.openrewrite.java.cleanup.Cleanup") -} \ No newline...
The underlying `jsch` library does support ssh config, but it looks like this plugin doesn't use that.
I still have _ideas_ for making this, but haven't been able to prioritise time to work on it. I've been doing the same as @casid : define a model type...
I've been working on something for this BTW.
My workaround is to use `GenericTypeUtils` as shown in my second test case. ```java @Test public void testMapStringStringWithUtils() { var generic = new GenericType() {}; var derived = Argument.of(generic.getRawType(), GenericTypeUtils.resolveTypeArguments(generic.getType()));...
I have a similar request - it would be nice to override or add an environment with an option. Again there's a problem with the order of initializing the context!...
I wrote the JteViewRenderer, so I'm working on a fix myself. Just thought it would be good to report the bug in case the fix takes a while.
Workaround - don't configure the dynamic setting when it doesn't work!
I came looking to see if there was an issue for this already. +1 for JSpecify support. I'm working on a project which already has JSpecify @NullMarked and @Nullable, so...