You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jing/Trang include a depenency on XercesImpl 2.9.1. That's old and contains a bug that causes an index-out-of-bounds exception on (some?) UTF-16 filesystems (like Windows?). AFAICT, a more modern Xerces implementation ships with JDK 9+ so it's probably time to remove that dependency.
If it can't be removed, I assume (but haven't checked) that the bug is fixed in more modern Xerces implementations, such as 2.12.x.
The text was updated successfully, but these errors were encountered:
Jing/Trang include a depenency on XercesImpl 2.9.1. That's old and contains a bug that causes an index-out-of-bounds exception on (some?) UTF-16 filesystems (like Windows?). AFAICT, a more modern Xerces implementation ships with JDK 9+ so it's probably time to remove that dependency.
If it can't be removed, I assume (but haven't checked) that the bug is fixed in more modern Xerces implementations, such as 2.12.x.
The text was updated successfully, but these errors were encountered: