You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
The root issue is that we don't use kotlin-reflect, so for methods using Coroutines, the return value detected in Object not the real return type because that's how Coroutines are compiled at bytecode level. Our fix is specific to this Spring Data Coroutines use case, but given how popular they are, I think it is worth to have it. I have created #769 to solve the root issue.
As mentioned in this post, the auto-configuration of proxies fail on the
CoroutineSortingRepository
.Please check this project for a reproducer.
The text was updated successfully, but these errors were encountered: