ch.vorburger.exec
ch.vorburger.exec copied to clipboard
Java library to launch external processes
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.14.2 to 10.16.0. Release notes Sourced from com.puppycrawl.tools:checkstyle's releases. checkstyle-10.16.0 Checkstyle 10.16.0 - https://checkstyle.org/releasenotes.html#Release_10.16.0 New: #14620 - LITERAL_CASE token support in RightCurlyCheck Bug fixes: #14765 - OverloadMethodDeclarationOrder...
Bumps org.slf4j:slf4j-api from 2.0.12 to 2.0.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.4. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.4 Release Notes - Maven GPG Plugin - Version 3.2.4 [MGPG-125] - Fix "bestPractices" (#95) @cstamas 📦 Dependency...
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1. Commits f80596e [maven-release-plugin] prepare release maven-source-plugin-3.3.1 7626998 Bump apache/maven-gh-actions-shared from 3 to 4 83c963c Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18) 40ae495 Bump org.codehaus.plexus:plexus-archiver...
Bumps `error-prone.version` from 2.26.1 to 2.27.0. Updates `com.google.errorprone:error_prone_core` from 2.26.1 to 2.27.0 Release notes Sourced from com.google.errorprone:error_prone_core's releases. Error Prone 2.27.0 New checks: ClassInitializationDeadlock detects class initializers that reference subtypes...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/vorburger/ch.vorburger.exec). ## Open These updates have all been...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [maven](https://maven.apache.org/) | `3.9.9` -> `3.9.10` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
I've had some fun giving some thought to [what a clean "next generation" (v4) generic `exec` Java API might look like](https://github.com/enola-dev/enola/tree/7cac36bf39426ae303b6ec67987854aa3143457a/java/dev/enola/common/exec). Maybe some day I'll move that code here, and...
Maybe I'll "upstream" [an `ExecPATH` utility](https://github.com/enola-dev/enola/blob/a8efaa5b7ba9d5111fcb235baad9815e2b47dbb4/java/dev/enola/chat/ExecPATH.java#L26) into this project one day. Probably after it "matures" more in that "downstream" project (I currently haven't even tested yet if it works on...
Re. #272, in an perfect world for security this library ideally should allow to never capture `exec` output in a `String` at all.