Affects: 5.2.0.RELEASE
org.springframework.aop.framework.ReflectiveMethodInvocation
will crash suddenly when @Respository
is used on Bean and invocation of method is made on another scheduler. In this case switching to another scheduler is done by custom AOP mechanism:
Link to github project that shows this problem.
Run com.sobejko.marcin.springdata.problem.ReactorAopTestServiceTest#test
Comment From: snicoll
@marcinsobejko sorry it took so long to process this. I've upgraded your sample to a supported version of the framework and I can no longer reproduce the issue.