Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.7
-
Component/s: o.c.common.util
-
Labels:None
Description
JDom 2.x is the current development path of JDom.
While there is expressed interest in eliminating JDom from JSword, it is woven throughout the JSword code and that should be undertaken as a separate effort.
JDom 2.0 is noticeably faster.
This is a simple change:
Globally replace org.jdom.xxx with org.jdom2.xxx.
Change 3 deprecations and 3 unnecessary casts.
Change the build files to use the new jar rather than the old one.