Skip to content

3.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 07:44
· 1 commit to 3.x since this release

A UTF-8 file with no BOM whose XML declaration names ISO-8859-1 now parses, instead of failing as an incompatible encoding. The fix has been on the 4.x line since 2023; Maven 3.9 ships plexus-xml 3.x, so this line carried the bug until now.

The artifact also carries Automatic-Module-Name: org.codehaus.plexus.util.xml, the same name the 4.x line uses, so a downstream that swaps lines keeps requiring the same module.

Requires Java 8 and works under Maven 3 and Maven 4.

🚀 New features and improvements

🐛 Bug Fixes

  • Backport the UTF-8-without-BOM and ISO-8859-1 parsing fix to 3.x (#91) @slachiewicz

👻 Maintenance

  • [3.x] Set the next development version to 3.1.0-SNAPSHOT (#98) @slachiewicz

🔧 Build

📦 Dependency updates