Bryan Turner
Bryan Turner
**Is your feature request related to a problem? Please describe.** When building an implementation for `SigningKeyResolver`, the Javadocs for the interface provide no hints as to how an implementation should...
- Updated AsyncProcessor to look at the Bitbucket Server verson and choose between using the shared ExecutorService (5.9+) or creating its own ExecutorService (previous versions) - Bitbucket Server 5.9 includes...
Context: In the README for this project, there are a couple handler examples that both follow the same pattern: * Assign a local (to the handler) `process` field with the...
Bitbucket Server 7.0 has shipped with NuProcess enabled by default, and the system uses it for the majority of the `git` processes it runs. Predominantly the system uses `NuProcessBuilder.run`, but...
In `NuProcessBuilder` there's an [`else` branch](https://github.com/brettwooldridge/NuProcess/blob/master/src/main/java/com/zaxxer/nuprocess/NuProcessBuilder.java#L78-L80) that handles "sunos" by using a `SolProcessFactory`. However, I don't see any such process factory in the codebase. Is that dead code? Or does...