You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2015/06/08 13:31:00 UTC

[jira] [Resolved] (SSHD-483) Move classes from org.apache.sshd to their rightful location - common, client or server

     [ https://issues.apache.org/jira/browse/SSHD-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Goldstein Lyor resolved SSHD-483.
---------------------------------
    Resolution: Fixed

> Move classes from org.apache.sshd to their rightful location - common, client or server
> ---------------------------------------------------------------------------------------
>
>                 Key: SSHD-483
>                 URL: https://issues.apache.org/jira/browse/SSHD-483
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 0.14.0, 1.0.0
>            Reporter: Goldstein Lyor
>            Assignee: Goldstein Lyor
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> E.g., _SshServer+Builder_ to _org.apache.sshd.server_, _SshClient+Builder_ to _org.apache.sshd.client_, _SshBuilder_ to _org.apache.sshd.common_, etc..,
> This relocation will obviously cause compilation problems with previous code once version 1.0.0 is released, but IMO they are relatively simple to solve (e.g., in _Eclipse_ one simply goes where the errors are reported, presses CTRL+SHIFT+O and presto everything is fixed). My original drive for the re-location is the preference of having each class reside in a package that somehow indicates its role. Also, since 1.0.0 will be the first “real” release, I feel we have chance to make the correct decisions that will serve as the basis for the future – e.g., in version 1.0.1 or 1.1.0 I would be more reluctant to make such incompatible re-locations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)