Releases: FlowArg/FlowMultitools
Releases · FlowArg/FlowMultitools
v1.4.5
v1.4.4
- Bunch of logger optimizations
- Update commons-compress to 1.26.2
- Remove useless
BufferedStreamcreation when computing SHA1/MD5 hashes
Full Changelog: v1.4.3...v1.4.4
Fix compressFiles method
- Fix
compressFilesmethod not compressing all files
Full Changelog: v1.4.2...v1.4.3
1.4.2
Full Changelog: v1.4.1...v1.4.2
A fresh air for the project
- Updated commons-compress to avoid some vulnerabilities
- Gradle 8.7
- Optimize logger
- Zipper optimisations part 1
Full Changelog: v1.4.0...v1.4.1
The big cleanup
- Updated commons-compress to avoid some vulnerabilities
- Fixed some warns
- Removed all deprecated methods
- Added a JUnit 5 test
- Gradle 7.2
Fixed stream leak causing bugs on windows systems
- Fixed stream leak causing bugs on windows systems
Fixed FileUtils#deleteDirectory
- Fixed
FileUtils#deleteDirectory
Fixes and some changes
- Fixed some potential resource leaks
- Gradle 7.1
- Internal changes on
Platform FileUtils.list(Path)now return aList<Path>instead of aStream<Path>- Removed deprecated getters in
ILogger - Cleaned up
Logger - Optimizations in
ZipUtils
Moved to Java NIO
- Deprecated most of the calls to Java IO.
- Added equivalent methods using Java NIO.
- Removed Plexus Archiver dependency
- Added commons-compress dependency
- Gradle 7.0.2
- Indentation fixes
- Added many JavaDoc.