Releases: vorburger/ch.vorburger.exec
Releases · vorburger/ch.vorburger.exec
exec-3.3.2
What's Changed
- Update dependency org.apache.commons:commons-collections4 to v4.5.0 by @renovate in #262
- Update error-prone.version to v2.38.0 by @vorburger in #265
- Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 by @dependabot in #268
- test: Add Test Coverage for
whoami(OK) andwho am i(NOK; see #269) by @vorburger in #270 - Allow to supress logging (some) STDOUT and/or STDERR entirely by @vorburger in #274
- docs: Link to fleipold/jproc on README by @vorburger in #275
- fix: ManagedProcessException extends IOException instead of Exception by @vorburger in #276
Full Changelog: exec-3.3.1...exec-3.3.2
exec-3.3.1
What's Changed
- Remove Java 11 build from CI by @vorburger in #232
- Add lib-os to README by @vorburger in #248
Chores
- Add SuppressWarnings to MultiCauseIOException to unblock error-prone bump by @vorburger in #231
- Remove upload-artifact from CI by @vorburger in #233
- Add CodeQL Analysis to primary build Job by @vorburger in #234
- Only run CodeQL for pull_request, not push by @vorburger in #235
Dependency Upgrades
- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 by @dependabot in #219
- Bump error-prone.version from 2.28.0 to 2.29.2 by @dependabot in #218
- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot in #217
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #216
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 by @dependabot in #214
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by @dependabot in #215
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 by @dependabot in #230
- Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.2 by @dependabot in #229
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #227
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 by @dependabot in #226
- Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 by @dependabot in #225
- Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.16 by @dependabot in #223
- Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 by @dependabot in #221
- Bump error-prone.version from 2.29.2 to 2.33.0 by @dependabot in #228
- Bump org.codehaus.mojo:license-maven-plugin from 2.4.0 to 2.5.0 by @dependabot in #240
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.11.1 by @dependabot in #242
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 by @dependabot in #239
- Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.20.2 by @dependabot in #243
- Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.1 by @dependabot in #245
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #244
- Bump error prone 2.36.0 (with manual fix) by @vorburger in #246
- Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 by @dependabot in #247
- Bump org.slf4j:slf4j-simple from 2.0.16 to 2.0.17 by @dependabot in #250
- Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 by @dependabot in #253
- Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.3 by @dependabot in #252
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot in #251
- Bump error-prone.version from 2.36.0 to 2.37.0 by @dependabot in #254
- Bump com.puppycrawl.tools:checkstyle from 10.21.3 to 10.22.0 by @dependabot in #255
- Configure Renovate by @renovate in #256
- Update dependency maven-wrapper to v3.3.2 by @renovate in #258
- Update dependency maven to v3.9.9 by @renovate in #257
- Update dependency com.puppycrawl.tools:checkstyle to v10.23.0 by @renovate in #260
New Contributors
Full Changelog: exec-3.3.0...exec-3.3.1
exec-3.3.0
What's Changed
- CompletableFuture patch by @mosesn in #126
- (Re)set minimal Java version to (again) be 8 instead of 11 (fixes #142) by @vorburger in #209
- Update github actions maven.yml to support JDK 11, 17, 21 building, also save artefacts and use caching to speed up builds where pom.xml does not change. by @duttonw in #192
- rm ManagedProcessListenerInternal by @vorburger in #208
- Create SECURITY.md by @vorburger in #206
- Increment project's version from 3.2.1-SNAPSHOT to 3.3.0-SNAPSHOT by @vorburger in #207
- Add Moses Nakamura to in POM by @vorburger in #210
- Suppress annoying missing JavaDoc warnings in the build by @vorburger in #211
Dependency Upgrades
- Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.17.0 by @dependabot in #205
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #204
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #203
- Bump error-prone.version from 2.26.1 to 2.28.0 by @dependabot in #202
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 by @dependabot in #201
- Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 by @dependabot in #200
- Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 by @dependabot in #198
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.4 by @dependabot in #197
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #196
New Contributors
Full Changelog: exec-3.2.0...exec-3.3.0