plexus-utils
plexus-utils copied to clipboard
Plexus Utils
In order to fix blocking command line execution with leveraging system input stream the same fix applied to https://github.com/apache/maven-shared-utils/pull/140/files (https://issues.apache.org/jira/browse/MSHARED-1072) should be done for plexus-utils as well.
Tracking issue for: - [ ] https://github.com/codehaus-plexus/plexus-utils/security/code-scanning/2
This would be a minimal change to move the API of `Scanner` to the `Path` API This could be some kind of minimal change that could be merged as base...
Tracking issue for: - [ ] https://github.com/codehaus-plexus/plexus-utils/security/code-scanning/1
Hi, since java9/java10 versions were done the BaseIOUtils is inconsistent depending the version of java it runs on cause the buffer size is different. This task is about reverting and...
Hi, I did a quick check of `FileUtils::getFileAndDirectoryNames` Signature: ``` public static List getFileAndDirectoryNames( File directory, String includes, String excludes, boolean includeBasedir, boolean isCaseSensitive, boolean getFiles, boolean getDirectories ) throws...
software environment : Windows 10 system language : Chinese problem desciption : when I use "org.codehaus.plexus.util.cli.CommandLineUtils" to execute system command which is right in Windows console,I get lots of messy...
Currently this uses java File API, I wonder if it would be suitable to start a new major release and migrate to the Java Path API? This has several advantages:...
@olamy what do you think?
This PR is an update of old previous staling PR #41 ---- cf. #17 (comments from May 2018): Revert the usage of `cmd.exe` (on Windows), because prevents the destroy/kill launched...