Skip to content

Releases: codehaus-plexus/plexus-utils

4.0.1

13 Apr 09:24
plexus-utils-4.0.1
31ef818
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

4.0.0

22 May 15:19
Compare
Choose a tag to compare

📦 Dependency updates

👻 Maintenance

3.5.1

02 Mar 01:29
Compare
Choose a tag to compare

🚀 New features and improvements

  • Reading and writing files using Java NIO (#232) @mkarg

🐛 Bug Fixes

  • Partial revert of "Support combine.self='remove'" to fix MNG-7709 (#241) @gnodet
  • Fix reading comments with UTF chars (fixes #238) (#240) @gnodet

📦 Dependency updates

3.5.0

23 Oct 09:05
Compare
Choose a tag to compare
  • Don't throw IOException when none is required (#206) (#221) @michael-o
  • Always preserve dominant node value (even if empty) (#217) @kwin
  • Don't overwrite blank (but non-empty) dominant values during mergeXpp3Dom (#213) @kwin
  • Deprecate isEmpty(String) and isNotEmpty(String) in favour of same named (#218) @kwin
  • isEmpty(String) must not return false for whitespace-only values (#219) @kwin
  • Get rid maven-plugin-testing-harness from dependency (#208) @slawekjaranowski

📦 Dependency updates

3.4.2

17 May 21:04
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

3.4.1

27 Aug 00:15
Compare
Choose a tag to compare

🐛 Bug Fixes

📦 Dependency updates

3.4.0

30 Jul 00:47
Compare
Choose a tag to compare

🚀 New features and improvements

  • Multi-Release-Jar with initial support for JDK 9 and JDK 10 NIO API (#120) @mkarg
  • Using NIO 8 to allow better offloading / performance (#111) @mkarg
  • NIO-7: Potential performance gains using offloading (#91) @mkarg
  • Various small speed improvements (#106) @gnodet
  • Add removeAttribute method to Xpp3Dom (#94) @olamy
  • Add public String[] getRawCommandline() to avoid OS dependency code in unit tests (#68) @zosrothko

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance