The IBM XML implementation is removed in Java 11. This rule flags string literal references to the IBM XML implementation.
Applications using the com.ibm.xml.resolver API should consider moving to the javax.xml.catalog
API which is introduced in Java 11.
Applications using the org.apache.xalan, org.apache.xerces, or org.apache.xml
APIs should download the Apache Xerces, Apache Xalan and Apache XML Commons and use them directly.
For more information, see the Determining application compatibility: XML and Package javax.xml.catalog documentation.