Konrad Windszus
Konrad Windszus
### Affected version 2.1.0 ### Bug description Currently https://github.com/apache/maven-scm/blob/6fc20f710675bd78394633ecaab39a651e89b7cd/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/src/main/java/org/apache/maven/scm/provider/git/jgit/command/JGitUtils.java#L97 uses a Git constructor with an explicitly passed repository. That is by default not closed with the wrapper object (but in...
### New feature, improvement proposal Currently the `org.apache.maven.scm.command.Command` interface does not leverage generics which leads to the fact that its execute methods just returns the generic `ScmResult` instead of the...