]
Pedro Ruivo updated ISPN-6610:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Interceptors should avoid forkInvocationSync
--------------------------------------------
Key: ISPN-6610
URL:
https://issues.jboss.org/browse/ISPN-6610
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 9.0.0.Alpha1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.0.0.Alpha3
{{BaseSequentialInvocationContext.forkInvocationSync()}} is useful for backwards
compatibility, but it doesn't allow asynchronous execution. Interceptors should return
early and use {{BaseSequentialInvocationContext.onReturn()}} instead.