[JBoss JIRA] (ISPN-6812) JavaDoc still has references to NotifyingFuture
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6812?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-6812:
-------------------------------------
Assignee: Tristan Tarrant
> JavaDoc still has references to NotifyingFuture
> -----------------------------------------------
>
> Key: ISPN-6812
> URL: https://issues.jboss.org/browse/ISPN-6812
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.0.0.Alpha2
> Reporter: Alan Field
> Assignee: Tristan Tarrant
>
> The following classes still refer to {{NotifyingFuture}} in the JavaDoc, even though the code has been changed to use {{CompletableFuture}} :
> {{AsyncCache.java}} (5 matches)
> {{DistributedExecutionCompletionService.java}} (5 matches)
> {{Cache.java}} (6 matches)
> It also looks like the {{FutureAssertion.java}} class is no longer needed?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (ISPN-6816) Remove unnecessary packages from Embedded Uber Jar
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-6816:
-----------------------------------------
Summary: Remove unnecessary packages from Embedded Uber Jar
Key: ISPN-6816
URL: https://issues.jboss.org/browse/ISPN-6816
Project: Infinispan
Issue Type: Bug
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Priority: Critical
Things to be removed for sure:
* jboss modules
Things to be checked if can be removed:
* log4j (impl for sure, api - needs to be checked if JBoss Logging won't crash)
* protostream (probably hotrod client needs it)
* protobuf (probably hotrod client needs it)
Things that need to stay:
* hotrod client (remote cache store scenario)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (ISPN-6647) DecoratedCache.putForExternalRead method with Metadata ignores Metadata
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6647?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6647:
----------------------------------
Fix Version/s: 9.0.0.Alpha3
8.2.3.Final
> DecoratedCache.putForExternalRead method with Metadata ignores Metadata
> -----------------------------------------------------------------------
>
> Key: ISPN-6647
> URL: https://issues.jboss.org/browse/ISPN-6647
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core
> Affects Versions: 8.2.2.Final
> Reporter: Karl von Randow
> Assignee: Karl von Randow
> Priority: Minor
> Fix For: 9.0.0.Alpha3, 8.2.3.Final
>
>
> The implementation of the {{putForExternalRead}} method ignores the {{Metadata}} parameter, instead of passing it on to the {{putForExternalRead}} method in the cache implementation. This is no doubt because the cache implementation previously didn't support {{Metadata}} for {{putForExternalRead}}.
> I will prepare a PR and attach it to this ticket shortly. It was a gargantuan effort to patch this up, as you'll see!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (ISPN-5209) Ability change cache settings on the fly
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-5209?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec updated ISPN-5209:
--------------------------------------
Fix Version/s: 8.2.2.Final
> Ability change cache settings on the fly
> ----------------------------------------
>
> Key: ISPN-5209
> URL: https://issues.jboss.org/browse/ISPN-5209
> Project: Infinispan
> Issue Type: Feature Request
> Components: Configuration
> Reporter: Viraj N
> Assignee: Sebastian Łaskawiec
> Priority: Minor
> Fix For: 8.2.2.Final
>
>
> In current Infinispan there is no way to change the configuration after cache is created. It is better if Infinispan allows to change the configuration even after cache is created. This way settings can be changed without restarting application.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months