Affected version
2.1.0
Bug description
Currently
|
return new Git(new RepositoryBuilder() |
uses a Git constructor with an explicitly passed repository. That is by default not closed with the wrapper object (but in fact should be). Otherwise the returned
Git object cannot be used with try with resource.