]
Will Burns updated ISPN-11849:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
ParamKeyValueFilterConverterFactory missing from Server Extensions
------------------------------------------------------------------
Key: ISPN-11849
URL:
https://issues.redhat.com/browse/ISPN-11849
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 11.0.0.Dev05
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 11.0.0.CR1
Currently the {{Extensions}} class is missing a lookup for
{{ParamKeyValueFilterConverterFactory}} service implementations, which means that the
{{iteration-filter-converter-factory}} is never available in the server.
The {{HotRodCacheQueries}} tests currently pass with the embedded driver as the services
are on the classpath of the server, however if the tests are executed in CONTAINER mode
they will fail.