Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0, 2.1.1
-
None
-
None
Description
Atm, org.xml.sax.helpers.XMLReaderFactory is used inĀ DictionaryEntryPersistor. However, this the use of XMLReaderFactory is deprecated since Java 9, that is:
Deprecated It is recommended to use javax.xml.parsers.SAXParserFactory instead.
Aim(s):
- Switch to SAXParserFactory to obtain instances of XMLReader to modern way.