[
https://issues.redhat.com/browse/ISPN-11849?page=com.atlassian.jira.plugi...
]
Ryan Emerson updated ISPN-11849:
--------------------------------
Steps to Reproduce:
Execute the `ClusteredIT` tests using container mode:
{code:java}
mvn verify -Dorg.infinispan.test.server.driver=CONTAINER -Dit.test=ClusteredIT
{code}
was:
Execute the `ClusteredIT` tests using container mode:
{code:java}
mvn veiryf
-Dorg.infinispan.test.server.container.baseImageName=quay.io/infinispan/server:11.0.0.Dev05-1
-Dorg.infinispan.test.server.driver=CONTAINER -Dit.test=ClusteredIT
{code}
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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)