Releases: codehaus-plexus/plexus-xml
Releases · codehaus-plexus/plexus-xml
4.0.4
🐛 Bug Fixes
- Allow nulls for write elements in MXSerializer (#29) @garydgregory
- Remove special chars from xml output (#28) @slawekjaranowski
📦 Dependency updates
- Bump org.codehaus.plexus:plexus from 17 to 18 (#39) @dependabot
- Bump org.codehaus.plexus:plexus from 16 to 17 (#35) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (#37) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#34) @dependabot
3.0.1
🐛 Bug Fixes
- Allow nulls for write elements in MXSerializer (#41) @slawekjaranowski
- Remove special chars from xml output (#32) @slawekjaranowski
📦 Dependency updates
- Bump org.codehaus.plexus:plexus from 17 to 18 (#40) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#33) @dependabot
- Bump parent to 17 and updates (#30) @slawekjaranowski
👻 Maintenance
- Switch to Junit 5 (#31) @slawekjaranowski
- Switch to shared gh actions setup from master branch (#25) @slachiewicz
🔧 Build
- Deploy snapshots for 3.x branch (#38) @slawekjaranowski
4.0.3
3.0.0
4.0.2
What's Changed
- Cleanup after parent pom upgrade by @slachiewicz in #22
- Upgrade to 4.0.0-alpha-7 and exclude dependency to sisu (fixes #17) by @gnodet in #23
New Contributors
- @slachiewicz made their first contribution in #22
Full Changelog: plexus-xml-4.0.1...plexus-xml-4.0.2
4.0.1
4.0.0
- Use spotless (#8) @gnodet
- Fix site generation (#15) @gnodet
- Switch build ci workflow to master branch (#14) @gnodet
- Fix SCM urls (#13) @gnodet
- MXParser tokenization fails when PI is before first tag (fixes #7) (#12) @gnodet
- Deprecate Xpp3DomUtils (fixes #6) (#9) @gnodet
- Use a ArrayDeque (#5) @gnodet
- Upgrade plugins and clean build warnings (#4) @gnodet
- Switch to junit 5 (#2) @gnodet
- Fix parsing an UTF-8 file without BOM and ISO-8859-1 encoding (#1) @gnodet