[JBoss JIRA] (ISPN-10810) Add Serializable override methods for the Async methods
by Will Burns (Jira)
Will Burns created ISPN-10810:
---------------------------------
Summary: Add Serializable override methods for the Async methods
Key: ISPN-10810
URL: https://issues.jboss.org/browse/ISPN-10810
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Will Burns
Assignee: Will Burns
Fix For: 10.0.0.Final
We added the Serializable override methods for the sync variants of functional methods. We however missed the async variants, we should add these as well.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10809) Cache with empty persistence configuration not rendered in JSON
by Gustavo Fernandes (Jira)
[ https://issues.jboss.org/browse/ISPN-10809?page=com.atlassian.jira.plugin... ]
Gustavo Fernandes updated ISPN-10809:
-------------------------------------
Status: Open (was: New)
> Cache with empty persistence configuration not rendered in JSON
> ---------------------------------------------------------------
>
> Key: ISPN-10809
> URL: https://issues.jboss.org/browse/ISPN-10809
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.0.0.CR3
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> The following configuration:
> {code:xml}
> <infinispan>
> <cache-container>
> <distributed-cache name="fscache">
> <encoding>
> <key media-type="application/x-protostream"/>
> <value media-type="application/x-protostream"/>
> </encoding>
> <persistence>
> <file-store/>
> </persistence>
> </distributed-cache>
> </cache-container>
> </infinispan>
> {code}
> When obtained via REST, with
> {code}
> GET /rest/v2/caches/{cache}?action=config
> {code}
> Does not include the {{persistence}} element
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10809) Cache with empty persistence configuration not rendered in JSON
by Gustavo Fernandes (Jira)
[ https://issues.jboss.org/browse/ISPN-10809?page=com.atlassian.jira.plugin... ]
Gustavo Fernandes updated ISPN-10809:
-------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/7475
> Cache with empty persistence configuration not rendered in JSON
> ---------------------------------------------------------------
>
> Key: ISPN-10809
> URL: https://issues.jboss.org/browse/ISPN-10809
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.0.0.CR3
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> The following configuration:
> {code:xml}
> <infinispan>
> <cache-container>
> <distributed-cache name="fscache">
> <encoding>
> <key media-type="application/x-protostream"/>
> <value media-type="application/x-protostream"/>
> </encoding>
> <persistence>
> <file-store/>
> </persistence>
> </distributed-cache>
> </cache-container>
> </infinispan>
> {code}
> When obtained via REST, with
> {code}
> GET /rest/v2/caches/{cache}?action=config
> {code}
> Does not include the {{persistence}} element
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10809) Cache with empty persistence configuration not rendered in JSON
by Gustavo Fernandes (Jira)
Gustavo Fernandes created ISPN-10809:
----------------------------------------
Summary: Cache with empty persistence configuration not rendered in JSON
Key: ISPN-10809
URL: https://issues.jboss.org/browse/ISPN-10809
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.0.0.CR3
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 10.0.0.Final
The following configuration:
{code:xml}
<infinispan>
<cache-container>
<distributed-cache name="fscache">
<encoding>
<key media-type="application/x-protostream"/>
<value media-type="application/x-protostream"/>
</encoding>
<persistence>
<file-store/>
</persistence>
</distributed-cache>
</cache-container>
</infinispan>
{code}
When obtained via REST, with
{code}
GET /rest/v2/caches/{cache}?action=config
{code}
Does not include the {{persistence}} element
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months