What's Changed
Dom4j version 2.2.0 requires Java 11 or higher. The reason is the migration from JavaEE to JakartaEE, which requires Java 11. Dom4j 2.1.x remains compatible with Java 8.
- Migrate from JavaEE to JakartaEE by @dskilesdf in https://github.com/dom4j/dom4j/pull/186
- Improves multiple threads parsing efficiency by @qingzhongli in https://github.com/dom4j/dom4j/pull/57
- F...