| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Maintaining a custom implementation started to be quite complex, and error prone. The initial use of this class
was to run simple commands, getting stdout synchronously.
But when used for more complex commands, it started to show its limits:
* dead lock when not consumming stdout/stderr buffers
* poor management of exceptions
Using commons-exec will also allow us to set timeout if needed.
|
| |
|
|
|
| |
Co-authored-by: jonas-wielage-sonarsource <jonas-wielage-sonarsource@users.noreply.github.com>
|
|
|
|
| |
This reverts commit aa4c47f4bb5fe2a641e06252953395f4029f4945.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
was deployed with web context
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
groupId (#12873)
|
|
|
|
| |
Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: rudy-regazzoni-sonarsource <rudy-regazzoni-sonarsource@users.noreply.github.com>
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: petertrr <petertrr@users.noreply.github.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|