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 2018/02/18 18:22:00 UTC

[jira] [Resolved] (SSHD-798) Improve GitPackCommand code to be more flexible

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

Goldstein Lyor resolved SSHD-798.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.0

> Improve GitPackCommand code to be more flexible
> -----------------------------------------------
>
>                 Key: SSHD-798
>                 URL: https://issues.apache.org/jira/browse/SSHD-798
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 1.7.0
>            Reporter: Goldstein Lyor
>            Assignee: Goldstein Lyor
>            Priority: Major
>              Labels: git, jgit
>             Fix For: 1.8.0
>
>
> # Use an injectable {{ExecutorService}} instead of a local {{Thread}}
> # Use {{FileSystemAware}}-ness instead of
> {code:java}
> RepositoryCache.FileKey key = RepositoryCache.FileKey.lenient(srcGitdir, FS.DETECTED);
> {code}
> # Do not pre-assume knowledge of the root directory - provide some injectable resolver interface that uses the parsed command arguments instead of the constant root directory
> # Make static member _public_



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)