Donald Naro created ISPN-12016:
----------------------------------
Summary: Operator Docs: Improve cache store config
Key: ISPN-12016
URL: https://issues.redhat.com/browse/ISPN-12016
Project: Infinispan
Issue Type: Enhancement
Components: Documentation
Reporter: Donald Naro
Assignee: Donald Naro
https://github.com/infinispan/infinispan-operator/issues/160
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/ISPN-12012?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12012:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Force the same Guava version in all transitive dependencies
> -----------------------------------------------------------
>
> Key: ISPN-12012
> URL: https://issues.redhat.com/browse/ISPN-12012
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 11.0.0.Final
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 11.0.1.Final
>
>
> Align and use the same Guava version in all the transitive dependencies.
>
> Use the same version as WF: 25.0-jre
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/ISPN-12015?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12015:
--------------------------------
Steps to Reproduce:
Create a cache manager with the following xml file:
{code:java}
<?xml version="1.0" encoding="UTF-8"?>
<infinispan
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xi="http://www.w3.org/2001/XInclude"
xsi:schemaLocation="urn:infinispan:config:11.0 http://infinispan.org/schemas/infinispan-config-11.0.xsd"
xmlns="urn:infinispan:config:11.0">
<cache-container default-cache="default" statistics="true">
<transport stack="udp" cluster="mycluster" />
<xi:include href="some-other-xml"/>
</cache-container>
</infinispan>
{code}
{code:java}
new DefaultCacheManager("some.xml");
{code}
was:
Create a cache manager with the following xml file:
{code:java}
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is just a very simplistic example configuration file. For more information, please see
https://infinispan.org/docs/stable/ for more configuration details.
-->
<infinispan
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xi="http://www.w3.org/2001/XInclude"
xsi:schemaLocation="urn:infinispan:config:11.0 http://infinispan.org/schemas/infinispan-config-11.0.xsd"
xmlns="urn:infinispan:config:11.0">
<cache-container default-cache="default" statistics="true">
<transport stack="udp" cluster="mycluster" />
<xi:include href="some-other-xml"/>
</cache-container>
</infinispan>
{code}
{code:java}
new DefaultCacheManager("some.xml");
{code}
> NPE if DefaultCacheManager created with InputStream and `xi:include` required
> -----------------------------------------------------------------------------
>
> Key: ISPN-12015
> URL: https://issues.redhat.com/browse/ISPN-12015
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Core
> Affects Versions: 11.0.0.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 11.0.1.Final
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[ https://issues.redhat.com/browse/ISPN-12015?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12015:
--------------------------------
Steps to Reproduce:
Create a cache manager with the following xml file:
{code:java}
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is just a very simplistic example configuration file. For more information, please see
https://infinispan.org/docs/stable/ for more configuration details.
-->
<infinispan
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xi="http://www.w3.org/2001/XInclude"
xsi:schemaLocation="urn:infinispan:config:11.0 http://infinispan.org/schemas/infinispan-config-11.0.xsd"
xmlns="urn:infinispan:config:11.0">
<cache-container default-cache="default" statistics="true">
<transport stack="udp" cluster="mycluster" />
<xi:include href="some-other-xml"/>
</cache-container>
</infinispan>
{code}
{code:java}
new DefaultCacheManager("some.xml");
{code}
was:
Create a cache manager with the following xml file:
{code:java}
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is just a very simplistic example configuration file. For more information, please see
https://infinispan.org/docs/stable/ for more configuration details.
-->
<infinispan
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xi="http://www.w3.org/2001/XInclude"
xsi:schemaLocation="urn:infinispan:config:${infinispan.base.version} http://infinispan.org/schemas/infinispan-config-${infinispan.base.version..."
xmlns="urn:infinispan:config:${infinispan.base.version}">
<cache-container default-cache="default" statistics="true">
<transport stack="udp" cluster="mycluster" />
<xi:include href="some-other-xml"/>
</cache-container>
</infinispan>
{code}
{code:java}
new DefaultCacheManager("some.xml");
{code}
> NPE if DefaultCacheManager created with InputStream and `xi:include` required
> -----------------------------------------------------------------------------
>
> Key: ISPN-12015
> URL: https://issues.redhat.com/browse/ISPN-12015
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Core
> Affects Versions: 11.0.0.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 11.0.1.Final
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)