[
https://issues.apache.org/jira/browse/SSHD-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved SSHD-413.
----------------------------------
Resolution: Fixed
Fix Version/s: (was: 0.14.0)
1.0.0
Assignee: Guillaume Nodet
https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commitdiff;h=2f3228a75d7db30ed1655f88302c431e3d740bfb
> org.apache.sshd.common.Closeable should extend java.io.Closeable
> ----------------------------------------------------------------
>
> Key: SSHD-413
> URL: https://issues.apache.org/jira/browse/SSHD-413
> Project: MINA SSHD
> Issue Type: Improvement
> Reporter: Goldstein Lyor
> Assignee: Guillaume Nodet
> Fix For: 1.0.0
>
> Attachments:
> 0020-SSHD-413-org.apache.sshd.common.Closeable-should-ext.patch
>
>
> The _java.io.Closeable_ is the most widely used interface for I/O related
> objects, and we should implement as well wherever applicable (e.g.,
> client/server session(s)). Furthermore, as of JDK 7+ it is now very useful to
> use it in _try-with-resource_ blocks - makes the code cleaner and easier to
> read.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)