Andreas Turban
Andreas Turban
@marcphilipp I have created the PR #3431, which would add the `PreInterruptCallback` as sketched in your comment.
#1729 would fix this issue by changing the Mock-Class generated by `ByteBuddyMockFactory` to add the `@Internal` annotation to the intercepted `getProperty(String)` method, which would then be used by Groovy 3&4...
I have opened the PR #1762 to try to fix this issue, with my expectation of the API. So the override of interactions will only work, if both do not...
@leonard84 Can you have a look at the PR, if this is enough documentation for the feature? I am also not sure if the location of the docu is a...
@leonard84 @kriegaex I have created a first draft PR #1746 on how such a `MockFactory` can look like.
How about we would integrate Mockito as optional dependency as we do it with byte-buddy or cglib. And use the API of Mockito `org.mockito.plugins.MockMaker` with a custom `org.mockito.invocation.MockHandler` to implement...
What does the `global: true` currently do?
@flyingclamking So I guess the issue is, that you are creating the `new Person()` before the `GroovySpy(Person, global: true)` and that an instance inherits its MetaClass during construction. This means...
@Vampire You can close the `@Nullable` and `Throwable` discussions, if you like. I am not allowed to resolve/close any of these discussions.
#1729 would fix this issue.