for those who tried it all but it didn't help, try adding a file to src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
with one line:
mock-maker-subclass
it solved the problem for me, but it doesn't let you mock final methods and classes.