[JBoss JIRA] (ISPN-11820) Hot Rod URI
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11820:
--------------------------------------
Summary: Hot Rod URI
Key: ISPN-11820
URL: https://issues.redhat.com/browse/ISPN-11820
Project: Infinispan
Issue Type: Feature Request
Components: Hot Rod
Affects Versions: 11.0.0.Dev05
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 11.0.0.CR1, 11.0.0.Final
Creating a RemoteCacheManager can be unnecessarily complex for simple scenarios, requiring either a ConfigurationBuilder or a hotrod-client.properties file.
We should support a URI format as follows:
{noformat}
hotrod[s]://[user[:password]@]host[:port][,host2[:port]][?property=value[&property2=value2]]
{noformat}
and the constructor to go with it RemoteCacheManager(URI)
as well as infinispan.client.hotrod.url in hotrod-client.properties
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (ISPN-11819) Prevent wrong server state when running tests with ContainerInfinispanServerDriver
by Diego Lovison (Jira)
Diego Lovison created ISPN-11819:
------------------------------------
Summary: Prevent wrong server state when running tests with ContainerInfinispanServerDriver
Key: ISPN-11819
URL: https://issues.redhat.com/browse/ISPN-11819
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 10.1.8.Final, 11.0.0.Dev05
Reporter: Diego Lovison
Once you built the server, you can try to start it and it will create files under the data directory.
Later, you decided to run some tests and it will take ages to find out that the tests are broken because there are files under the data directory.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months