Releases Β· codehaus-plexus/plexus-utils (original) (raw)
3.6.1
π₯ Breaking changes
π New features and improvements
- Do not exclude ".gitignore" and ".cvsignore" by default (#326) (#327) @kwin
- [3.x] Add Automatic-Module-Name manifest entry (#324) @cstamas
π Bug Fixes
- Fix Zip Slip vulnerability in archive extraction (#296) (#304) @slachiewicz
π» Maintenance
- Remove obsolete and time consuming Java 7 issue #51 regression test (#328) @slachiewicz
- [3.x] Add license to POM (#325) @cstamas
- Move to Site 2.0 descriptor (#306) @slachiewicz
- JUnit Jupiter best practices & tests cleanups (#303) @slachiewicz
π¦ Dependency updates
- Bump org.codehaus.plexus:plexus from 24 to 25 (#310) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 23 to 24 (#298) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 22 to 23 (#293) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 21 to 22 (#290) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 20 to 21 (#287) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 19 to 20 (#286) @dependabot[bot]
- Bump jmhVersion from 1.36 to 1.37 (#285) @dependabot[bot]
4.0.3
π New features and improvements
- Add Automatic-Module-Name manifest entry (#314) @gnodet
- V4 changes to make external usage easier (#278) @Claudenw
π Bug Fixes
- Fix Zip Slip vulnerability in archive extraction (#296) @copilot-swe-agent[bot]
π» Maintenance
- Move to Site 2.0 descriptor (#305) @slachiewicz
- JUnit Jupiter best practices & code cleanups (#302) @slachiewicz
- Replace
FileUtils.fileExists(String)with JDK provided API (#301) @slachiewicz - Declare license info in POM (#291) @Goooler
- Cleanup tests (#283) @slachiewicz
π¦ Dependency updates
- Bump release-drafter/release-drafter from 6 to 7 (#313) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 24 to 25 (#309) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 23 to 24 (#297) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 22 to 23 (#292) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 21 to 22 (#289) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 20 to 21 (#288) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 19 to 20 (#284) @dependabot[bot]
- Bump org.codehaus.plexus:plexus from 18 to 19 (#274) @dependabot[bot]
3.6.0
4.0.2
π Bug Fixes
π¦ Dependency updates
- Bump org.codehaus.plexus:plexus from 17 to 18 (#271) @dependabot
- Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (#270) @dependabot
4.0.1
4.0.0
- Starting with version 4, XML classes (in org.codehaus.plexus.util.xml and org.codehaus.plexus.util.xml.pull) have been extracted to a separate plexus-xml 4: if you need them, just use this new artifact as outlined in https://codehaus-plexus.github.io/plexus-xml/dependency-info.html.
- Fix false difference detected with CachingOutputStream/CachingWriter when streams are flushed (#252) @gnodet
π¦ Dependency updates
π» Maintenance
- Switch to junit 5 (#245) @gnodet
- Remove unused/unmaintained jira export (#247) @gnodet
- Switch build ci workflow to master branch (#250) @slachiewicz
- Bump maven-resources-plugin from 2.7 to 3.3.1 (#209) @dependabot
- Fix SCM information (#254) @gnodet
- Fix non contiguous imports (#255) @gnodet
3.5.1
π New features and improvements
π 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
- Bump codehaus-plexus/.github from 0.0.1 to 0.0.4 (#237) @dependabot
- Bump actions/checkout from 3.2.0 to 3.3.0 (#231) @dependabot
- Bump actions/checkout from 3.1.0 to 3.2.0 (#227) @dependabot
- Bump jmh-generator-annprocess from 1.35 to 1.36 (#222) @dependabot
- Bump jmh-core from 1.35 to 1.36 (#223) @dependabot
- Bump actions/checkout from 3.0.2 to 3.1.0 (#220) @dependabot
3.5.0
- 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
- Bump plexus from 8 to 10 (#207) @dependabot
- Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 (#205) @dependabot
3.4.2
π New features and improvements
- Provides a CachingOuptutStream and a CachingWriter (#184) @gnodet
- Use (already) precalculated value (#186) @pzygielo
- use github shared actions (#171) @olamy
π Bug Fixes
- MXParser fixes (#185) @gnodet
- Fix last modified time not being updated on linux (#203) @gnodet
- Fix regression and deprecate: FileUtils.fileAppend should create file⦠(#200) @slachiewicz
- Fix some testing XML files checkout with incorrect eol (#198) @belingueres
- Fixed regressions: #163 and #194 (#195) @belingueres
- Don't ignore valid SCM files (#174) @michael-o
π¦ Dependency updates
- Bump github/codeql-action from 1 to 2 (#202) @dependabot
- Bump actions/checkout from 3.0.1 to 3.0.2 (#199) @dependabot
- Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (#188) @dependabot
- Bump jmh-generator-annprocess from 1.34 to 1.35 (#189) @dependabot
- Bump jmh-core from 1.34 to 1.35 (#190) @dependabot
- Bump actions/checkout from 2.4.0 to 3.0.1 (#197) @dependabot
- Bump jmh-generator-annprocess from 1.33 to 1.34 (#175) @dependabot
- Bump jmh-core from 1.33 to 1.34 (#176) @dependabot
- Bump release-drafter/release-drafter from 5.15.0 to 5.18.1 (#183) @dependabot
- Bump actions/checkout from 2.3.4 to 2.4.0 (#173) @dependabot
- Bump actions/setup-java from 2.3.0 to 2.3.1 (#170) @dependabot
3.4.1
π Bug Fixes
- Fixes #163: Regression: encoding error when parsing a ISO-8859-1 xml (#164) @belingueres
π¦ Dependency updates
- Bump actions/setup-java from 2.2.0 to 2.3.0 (#168) @dependabot
- Bump jmh-generator-annprocess from 1.32 to 1.33 (#166) @dependabot
- Bump jmh-core from 1.32 to 1.33 (#165) @dependabot
- Bump actions/setup-java from 2.1.0 to 2.2.0 (#167) @dependabot
- Bump junit from 4.13.1 to 4.13.2 (#162) @dependabot
- Bump actions/setup-java from 1 to 2.1.0 (#157) @dependabot
- Bump jmh-generator-annprocess from 1.29 to 1.32 (#159) @dependabot
- Bump jmh-core from 1.29 to 1.32 (#160) @dependabot
- Bump actions/cache from 2.1.5 to 2.1.6 (#161) @dependabot
- Bump actions/checkout from 2 to 2.3.4 (#154) @dependabot