Changes for MXParser

Release History

Version Date Description 1.2.3 2025-10-12 Maintenance version 1.2.2 2021-08-19 Maintenance version 1.2.1 2021-03-12 Fix for JDK 1.4 compatibility 1.2.0 2021-01-08 Initial version after fork

Release 1.2.3 – 2025-10-12

Type Changes By Fix Fix entity parser cache. Fixes 7. joehni Add Add KEYS file with public keys to verify signed artifacts. joehni

Release 1.2.2 – 2021-08-19

Type Changes By Fix Handle XML declaration according specification of XmlPullParser. joehni Fix Fix handling of Processing Instruction. joehni

Release 1.2.1 – 2021-03-12

Type Changes By Fix Make MXParser really Java 1.4 compatible again. joehni

Release 1.2.0 – 2021-01-08

Type Changes By Update Make MXParser Java 1.4 compatible again. joehni Fix Fix parser position calculation. joehni Fix Fix CDATA parser after processing double closing square brackets. joehni Update Support XMl in processing instructions. joehni Fix Fix endless loops. joehni Add Add automatic module name. joehni Update Deploy site to GitHub Pages. joehni Add Add unit tests from Plexus. joehni Update Incorporate changes of Plexus fork of MXParser. joehni Add Add Maven project. joehni Update Register parser as XmlPullParser service. joehni Add Fork MXParser of Xpp3. joehni