[JBoss JIRA] (ISPN-8460) Administration console - create user friendly configuration validation errors
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8460?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-8460:
--------------------------------------
Attachment: Screen Shot 2017-11-01 at 6.08.57 AM.png
> Administration console - create user friendly configuration validation errors
> -----------------------------------------------------------------------------
>
> Key: ISPN-8460
> URL: https://issues.jboss.org/browse/ISPN-8460
> Project: Infinispan
> Issue Type: Enhancement
> Components: Console
> Affects Versions: 9.1.1.Final, 9.2.0.Alpha2
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.2.0.Final
>
> Attachments: Screen Shot 2017-11-01 at 6.08.57 AM.png
>
>
> While in ISPN-7262 we have ensured that all configurations are indeed checked for validity before being saved we have not provided user-friendly error descriptions. Current errors in place, although informational and correct, look scary and verbose.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 2 months
[JBoss JIRA] (ISPN-8460) Administration console - create user friendly configuration validation errors
by Vladimir Blagojevic (JIRA)
Vladimir Blagojevic created ISPN-8460:
-----------------------------------------
Summary: Administration console - create user friendly configuration validation errors
Key: ISPN-8460
URL: https://issues.jboss.org/browse/ISPN-8460
Project: Infinispan
Issue Type: Enhancement
Components: Console
Affects Versions: 9.2.0.Alpha2, 9.1.1.Final
Reporter: Vladimir Blagojevic
Assignee: Vladimir Blagojevic
Fix For: 9.2.0.Final
While in ISPN-7262 we have ensured that all configurations are indeed checked for validity before being saved we have not provided user-friendly error descriptions. Current errors in place, although informational and correct, look scary and verbose.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 2 months
[JBoss JIRA] (ISPN-5728) Implement all the default methods in Java 8's Map interface
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-5728?page=com.atlassian.jira.plugin.... ]
Dan Berindei commented on ISPN-5728:
------------------------------------
We also need to add warnings about modifying values in-place, at least the interface level (Cache/RemoteCache/BasicCache), but maybe at the method level as well. See https://developer.jboss.org/message/977554
Instead, I think we can remove the paragraph about {{containsValue()}} not being supported and just mention it with the other expensive operations.
> Implement all the default methods in Java 8's Map interface
> -----------------------------------------------------------
>
> Key: ISPN-5728
> URL: https://issues.jboss.org/browse/ISPN-5728
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core
> Affects Versions: 8.0.0.Final
> Reporter: Dan Berindei
> Assignee: Katia Aresti
>
> Java 8 added many new methods to the {{Map}} interface. Some of them were already present in {{ConcurrentMap}}, but others are new: {{getOrDefault()}}, {{forEach()}}, {{replaceAll()}}, {{computeIfAbsent()}}, {{computeIfPresent()}}, {{compute()}}, {{merge()}}.
> We should try to write Infinispan-specific implementations wherever that would improve correctness and/or performance.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 2 months