[Geoserver-devel] [JIRA] (GEOS-9943) Remove dependency on jdom, use standard XML APIs

Gabriel Roldan created an issue

GeoServer / TaskGEOS-9943

Remove dependency on jdom, use standard XML APIs

Issue Type:

TaskTask

Assignee:

Gabriel Roldan

Created:

01/Mar/21 7:34 AM

Priority:

MediumMedium

Reporter:

Gabriel Roldan

JDOM latest version is from 2012.
JDOM-2 latest version is from 2015.

Nothing they provide can’t be done without standard XML APIs.

Direct dependency declarations:

grep jdom -Rl --include=pom.xml
modules/plugin/coverage-multidim/netcdf/pom.xml
modules/extension/app-schema/app-schema/pom.xml

Direct usages:

grep jdom -Rl --include=*.java
modules/plugin/coverage-multidim/netcdf/src/main/java/org/geotools/coverage/io/netcdf/tools/CreateIndexer.java
modules/extension/app-schema/app-schema/src/main/java/org/geotools/data/complex/xml/XmlResponse.java
modules/extension/app-schema/app-schema/src/main/java/org/geotools/data/complex/xml/XmlXpathFilterData.java
modules/extension/app-schema/app-schema/src/main/java/org/geotools/appschema/util/XmlXpathUtilites.java

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100154-sha1:46557f1)

Atlassian logo