Deprecate DefaultEntityResolver.resolveEntity(String)
for removal
#1
Milestone
DefaultEntityResolver.resolveEntity(String)
for removal
#1
Currently, the little-used
DefaultEntityResolver.resolveEntity(String)
method uses theDocumentTypeDeclaration
class, which carries an external dependency tojclf-text
.Removing that method would make
DefaultEntityResolver
a bit lighter, and free from external dependencies. Somehow, the method already had a comment that it was "deprecated" but did not have any@Deprecated
annotation.The plan is:
If you could be impacted by the removal of the method, please post a comment here.
The text was updated successfully, but these errors were encountered: