#15757 closed defect (fixed)
jdom2 library is not included in geotools, but is required by class org.geotools.data.ows.Response
Reported by: | gertjanidema | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin geotools | Version: | tested |
Keywords: | geotools jdom jdom2 | Cc: |
Description
A plug-in I am working on uses WFS data sources. The plug-in depends on the Josm geotools plug-in, with an extension for the gt-wfs-ng module.
Recently the plug-in stopped working with the latest Josm geotools, because the org.jdom2.JDOMException class can't be found. As a work-around we temporarily use an older version of geotools.
Can you make sure the next geotools plugin release contains the jdom2 (2.0.6) library? geotools 19 has switched from jdom to jdom2 all together, but the Josm geotools plug-in still references jdom 1.1.3 in subversion.
Attachments (0)
Change History (5)
comment:1 by , 7 years ago
Milestone: | 18.01 |
---|
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [o34125:34127]. Can you please check?
comment:5 by , 7 years ago
I checked the plug-in and it works without problems.
Thanks a lot.
Gertjan
Yeah sure, but two remarks:
I'll update the plugin once GeoTools 19 is released. Currently it contains a fork of GeoTools compatible with Java 9, as GeoTools developers only recently became involved in brining in compatibility with latest version of Java.