3.4.1
·
42 commits
to refs/heads/master
since this release
Release Notes
🚀 New features and improvements
- [MNG-7729] - deprecate questionable IsEmpty/IsNotEmpty methods (#136) @elharo
- [MSHARED-1014] - Make Commandline.addSystemEnvironment public and deprecated (#138) @slawekjaranowski
- Deprecate newXmlWriter (#131) @elharo
- [MSHARED-1172] - Deprecate redundant isEmptyString method (#123) @elharo
- [MSHARED-1169] - deprecate join methods now available in Java 8 String class (#127) @elharo
- [MSHARED-1122] - FileUtils: avoid getCanonicalPath() (#114) @jukzi
- [MSHARED-1079] - add build() method and document toString() method (#96) @kwin
- [MSHARED-1014] - Optionally inherit system environment variables by Commandline (#94) @slawekjaranowski
- [MSHARED-983] - Drop plexus container default (#87) @cstamas
🐛 Bug Fixes
- [MSHARED-953] - don't trim (#124) @elharo
- [MSHARED-1072] - fix blocking in StreamFeeder (#113) @slawekjaranowski
- [MSHARED-1109] - Ignore MessageUtilsTest methods on unsupported platforms (#106) @kwin
- [MSHARED-1107] - Make copyFile succeed with source file having (#105) @kwin
- [MSHARED-985] - XmlWriterUtil platform independent and consistent (#91) @elharo
📦 Dependency updates
- Bump maven-resources-plugin from 3.1.0 to 3.3.1 (#137) @dependabot
- [MSHARED-1196] - Bump maven-shared-components from 37 to 39 (#134) @elharo
- [MSHARED-1197] - Bump plexus-utils from 3.5.0 to 3.5.1 (#132) @dependabot
- Bump apache/maven-gh-actions-shared from 2 to 3 (#130) @dependabot
- Bump plexus-utils from 3.4.2 to 3.5.0 (#120) @dependabot
- Bump commons-text from 1.3 to 1.10.0 (#119) @dependabot
- Bump maven-shared-components from 36 to 37 (#108) @dependabot
👻 Maintenance
- suggest java.nio.Files.walkFileTree as replacement for DirectoryScanner (#133) @elharo
- [MSHARED-1243] - Refresh download page (#139) @slawekjaranowski
- Bump maven-resources-plugin from 3.1.0 to 3.3.1 (#137) @dependabot
- remove debugging output that should not appear in a passing test (#135) @elharo
- [MSHARED-1116] - Drop findbugs-maven-plugin from configuration (#112) @slawekjaranowski
- [MSHARED-1113] - Downgrade m-resource-p to 3.1.0 (#109) @slawekjaranowski
- Cleanup unneeded dependencies (#98) @slawekjaranowski
- Fix typo in DirectoryScanner.java (#97) @wilx
- (doc) Throw more descriptive NPEx (#95) @pzygielo
- fix double typo (#92) @elharo
- cleanup YAGNI code and throw accurate exceptions (#90) @elharo
- remove two unused non-public exception classes (#89) @elharo
- avoid reusing fixtures (#86) @elharo