Skip to content

2.5.0

Latest

Choose a tag to compare

@lrytz lrytz released this 08 Sep 10:23

Notable Changes

  • The Scala 3 artifacts now require JDK 17. This allows using the new lazy val encoding, which silences sun.misc.Unsafe warnings on JDK 24+. #833
  • The Scala 3 artifacts are still built with Scala 3.3 LTS, the same as scala-xml 2.4.0.
  • Scala 2.12 and 2.13 artifacts still support JDK 8.

Other Changes

  • Call reset on the reused XML.parser instance, so parser customizations no longer leak between
    invocations. #742, #789

Full Changelog: v2.4.0...v2.5.0