Skip to content

1.3.7

Compare
Choose a tag to compare
@elharo elharo released this 04 Apr 13:26
· 26 commits to master since this release
eefd834

Purely internal changes:

  • Remove direct dependency on xml-apis:xml-apis artifact since these classes are now available in the core runtime.
  • Eliminate usage of com.sun classes to make XOM compatible with JDK 16.
  • Replace remaining usages of StringBuffer with StringBuilder to slightly improve performance.