A new maintenance release from the 1-stable branch was just released, and is available for download:
https://css4j.github.io/#downloads
This release backports a few 3.x improvements to the 1.x branch, although users should upgrade to 2.1 or later as soon as possible (1.x is not formally maintained anymore). When upgrading, please keep in mind that 2 and 3.x releases require Java 8 or higher.
Notably, this release adds SVG 1.1 DTD support to DefaultEntityResolver
, and provides a few DOM fixes. The lack of a SVG DTD was the main difference with 3.0.0's DefaultEntityResolver, so people in need of that DTD can now upgrade to 1.0.9 if they need it.
HEADS UP: In css4-dom4j
, the text content of <style>
elements is updated with the serialization of the contained style sheet, when calling normalize()
on it. Perhaps this should have caused the release to be labeled as
"1.1", hopefully there will be no downstream regressions because of that.