[
https://issues.apache.org/jira/browse/DIRMINA-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trustin Lee resolved DIRMINA-291.
---------------------------------
Resolution: Won't Fix
It seems like there's no demand for resolution of this issue at all. Let me
mark it as 'Won't Fix'.
> Split IoServices into unconfigurable and configurable ones.
> -----------------------------------------------------------
>
> Key: DIRMINA-291
> URL: https://issues.apache.org/jira/browse/DIRMINA-291
> Project: MINA
> Issue Type: Improvement
> Components: Core
> Reporter: Trustin Lee
>
> Properties of an IoService provides setter methods by default. These setters
> sometimes gives a side effect because the properties can be changed by
> unwanted party. Springframework shows a very good solution to this issue;
> Spring team provided two interfaces; one interface with read only properties
> and the other interface which extends the former and provides setter methods
> for the properties. We can separate the concern very clearly by doing this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.