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

Goldstein Lyor updated SSHD-798:
--------------------------------
    Description: 
# 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_

  was:
# Use an injectable {{ExecutorService}} instead of a local {{Thread}}
# Do not pre-assume knowledge of the root directory - provide some injectable 
resolver interface
# Use {{FileSystemAware}}-ness instead of
{code:java}
RepositoryCache.FileKey key = RepositoryCache.FileKey.lenient(srcGitdir, 
FS.DETECTED);
{code}
# Make static member _public_


> 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
>
> # 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)

Reply via email to