ch.vorburger.exec
ch.vorburger.exec copied to clipboard
Java library to launch external processes
Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0. [](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...
The following commit introduces the usage of AtomicReference.compareAndExchange, which is not introduced until Java 9 https://github.com/vorburger/ch.vorburger.exec/commit/2c1c76d9c244c97c9f957d45ff857c92f33ca502#diff-a4593f7471e706655a68330d9002e94cdba9af21bfba0c0788d570f125609855R70 https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/atomic/AtomicReference.html#compareAndExchange(V,V)
On master ``` [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] /Users/moses/projects/ch.vorburger.exec/src/main/java/ch/vorburger/exec/MultiCauseIOException.java:[41,33] non-transient instance field of a serializable class declared with a non-serializable type [INFO] 1 warning [INFO] -------------------------------------------------------------...
Given that this project is starting to get PR contributions, it would IMHO be good to enforce a good format. I'm already working on a PR with Checkstyle - which...
As a follow-up to the work in #108, and purely for "logging cosmetics" (without further functional/concurrency changes), it would be nice if e.g. when used for https://docs.enola.dev/use/execmd/ it would not...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.2. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.2 JiRA link Release Notes - Maven GPG Plugin - Version 3.2.2 What's Changed [MGPG-113] SignAndDeployFileMojo results in...
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.14.2 to 10.15.0. Release notes Sourced from com.puppycrawl.tools:checkstyle's releases. checkstyle-10.15.0 Checkstyle 10.15.0 - https://checkstyle.org/releasenotes.html#Release_10.15.0 Breaking backward compatibility: #14615 - fix ordering of AST under STRING_TEMPLATE_BEGIN and remove...
The build failures due to a bunch of new `@Deprecated` in the commons-exec upgrade from 1.3 to 1.4.0 in #179, which I would like to adopt in order to fix...
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.1. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.1 🐛 Bug Fixes [MJAR-307] - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (#83) @slawekjaranowski 📦 Dependency...
Bumps org.slf4j:slf4j-simple 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...