Today I came across the following issue while using Mockito.
This issue is not yet fixed in Mockito so I was looking for another framework with which I can mock and test my classes. As far as I have seen you are using byte buddy as well so I was wondering if you already included the aforementioned fix in one of your versions or have a completely different approach with which I can avoid the issue alltogether.
If a fix or a different solution were available I would consider switching to Powermock.
Thanks already!