]
Adrian Nistor updated ISPN-9637:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Cleanup dependency injection in Ickle filters and their indexing
providers
--------------------------------------------------------------------------
Key: ISPN-9637
URL:
https://issues.jboss.org/browse/ISPN-9637
Project: Infinispan
Issue Type: Task
Components: Listeners
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Priority: Major
Fix For: 9.4.1.Final
These filters could have a common base class that handles the extraction of query string
and params from the Object[] argument. This was done until now with the helper class
IckleFilterConverterUtils but we can do it a bit more elegantly.