Steven Schlansker
Steven Schlansker
We have the same issue, also with a mocked interface default method, after updating to jdk 21.
/remove-lifecycle stale
We are still affected by this. What will it take to get some attention here? Serviceability is very important for having Kubernetes be a usable platform. I would be happy...
No, I got stuck there for now. I will take another look at some point.
Hi @Eng-Fouad , sorry I did not look any more yet. I did try the suggested junit configuration tweaks but still ran into the NoSuchMethodError above, and didn't really have...
I rebased the branch and adopted the latest version of the native plugin. Let's see how the build does.
Ok, the good news is the newer Graal and plugin versions seem to make development a lot easier.
Now I am stuck on getting `Mockito` to work. ``` JUnit Jupiter:TestArgumentsRegistry:testWaffleLong() MethodSource [className = 'org.jdbi.v3.core.argument.TestArgumentsRegistry', methodName = 'testWaffleLong', methodParameterTypes = ''] => org.graalvm.nativeimage.MissingReflectionRegistrationError: The program tried to reflectively access...
So, by enabling the agent experimental predefined classes, the proxy starts working. However then I run into: ``` ======================================================================================================================== GraalVM Native Image: Generating 'native-tests' (executable)... ======================================================================================================================== [1/8] Initializing... (0.0s @...
I filed: https://github.com/mockito/mockito/issues/3183