commons-exec
commons-exec copied to clipboard
Apache Commons Exec
CommandLine.toCleanExecutable(final String dirtyExecutable) should throw IllegalArgumentException If dirtyExecutable is null or empty
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0. Commits 1aaf7cb [maven-release-plugin] prepare release maven-checkstyle-plugin-3.2.0 627fa4f [MCHECKSTYLE-417] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl t... cbf3751 [MCHECKSTYLE-418] Deprecate RSS feature and disable...
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.17.0 to 3.18.0. Release notes Sourced from maven-pmd-plugin's releases. 3.18.0 🚀 New features and improvements MPMD-348 - Support Java 19 (#82) @adangel 🐛 Bug Fixes [SECURITY] Fix...
- Replace Anonymous type with lambda - Replace Lambda with method reference
- Add final - Remove Duplicate throws
* Add Final * replace while * Change ccomment to text plain * Remove Redundant String operation * Remove Redundant type cast int * Simplifiable conditional expression * simplify copy...
Add a `Automatic-Module-Name: org.apache.commons.exec` manifest entry - similarly as in `commons-lang3` (https://github.com/apache/commons-lang/blob/master/pom.xml#L739) This eases creation of modules that depend in commons-exec. Right now the following `module-info.java`: ``` module test.module {...
The idea it's migrate all the project to JUnit 5 version https://issues.apache.org/jira/browse/EXEC-114