Rafael Winterhalter

Results 521 comments of Rafael Winterhalter

The impression I have from your comment is that there is a plan to deactivate dynamic attach. If users want the easy way out, why is enabling dynamic attach a...

That would not solve the issue as it again requires specifying a file location. For us, the way forward will be recommending the XX option for now. Hopefully, tools like...

It's not trivial to debug the native compilation, but I think that Graal has not added support for calling the matchers reflectively: https://github.com/mockito/mockito/blob/89698baaebdf6954324d5bb252e49da2f7bf860a/src/main/java/org/mockito/internal/invocation/TypeSafeMatching.java#L70 We are using this approach to extract...

I missed this ticket back in the days but adjusted the file now.

No intend to nag, I was just wondering if you have a release date in mind. The current wiremock is incompatible with Spring Boot 3 and due to the Jakarta...

Brilliant. I'll try to set off some time myself for performance testing the diff!

We should probably change the message to something like: *Are you running this code on Android? It cannot work there.* since it is just a suggestion what might be wrong....

In your code, is there another agent active? Those might compete. Otherwise, I have no known issues with OpenJ9 and Byte Buddy.

Not sure about PowerMockito but does it now also attach an agent? Maybe it's also some class path scanning that triggers a form of premature loading.

It should be compatible, but it's not guaranteed as far as I know.