[infinispan-issues] [JBoss JIRA] (ISPN-2210) Rework configuration builders for stores and loaders
Tristan Tarrant (JIRA)
jira-events at lists.jboss.org
Mon Aug 20 09:27:14 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant updated ISPN-2210:
----------------------------------
Description:
Currently the configuration API for adding stores and loaders has the following problems:
- does not differentiate between stores and loaders, which means that users can set nonsense attributes on loaders (like locking and async stores)
- uses abstract classes instead of interfaces
- is not flexible enough to support custom configuration builders for stores and loaders outside core
- erroneously refers to the AsyncStore as AsyncLoader
was:
Currently the configuration API for adding stores and loaders has the following problems:
- does not differentiate between stores and loaders, which means that users can set nonsense attributes on loaders (like locking and async stores)
- uses abstract classes instead of interfaces
- is not flexible enough to support custom configuration builders for stores and loaders outside core
> Rework configuration builders for stores and loaders
> ----------------------------------------------------
>
> Key: ISPN-2210
> URL: https://issues.jboss.org/browse/ISPN-2210
> Project: Infinispan
> Issue Type: Enhancement
> Components: Loaders and Stores
> Affects Versions: 5.2.0.ALPHA2
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 5.2.0.FINAL
>
>
> Currently the configuration API for adding stores and loaders has the following problems:
> - does not differentiate between stores and loaders, which means that users can set nonsense attributes on loaders (like locking and async stores)
> - uses abstract classes instead of interfaces
> - is not flexible enough to support custom configuration builders for stores and loaders outside core
> - erroneously refers to the AsyncStore as AsyncLoader
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list