]
Dan Berindei updated ISPN-7872:
-------------------------------
Summary: Emit checkstyle warning when interceptor does not handle functional commands
(was: Emit warning when interceptor does not handle functional commands)
Emit checkstyle warning when interceptor does not handle functional
commands
----------------------------------------------------------------------------
Key: ISPN-7872
URL:
https://issues.jboss.org/browse/ISPN-7872
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 9.0.1.Final
Reporter: Radim Vansa
Assignee: Radim Vansa
Fix For: 9.1.0.Final
Functional commands are omitted in too many interceptors - last time I've noticed
that for partition handling. At worst these should be handled with
`UnsupportedOperationException`.