jackson-datatype-jts icon indicating copy to clipboard operation
jackson-datatype-jts copied to clipboard

Upgrade to org.locationtech.jts

Open ChristophKaser opened this issue 6 years ago • 4 comments

The library com.vividsolutions.jts was moved to org.locationtech.jts. The new maven dependency looks like this:

<dependency>
    <groupId>org.locationtech.jts</groupId>
    <artifactId>jts</artifactId>
    <version>1.15.0</version>
</dependency>

Unfortunately, due to fact that the package name was changed, it is not a drop-in replacement and requires code changes to jackson-datatype-jts. This in turn would be a non-backwards-compatible change to jackson-datatype-jts, which might require a new major version?

If desired, I could provide a PR for these changes.

ChristophKaser avatar Nov 22 '17 10:11 ChristophKaser

any news on this PR? Quite interesting to update jackson-datatype-jts, as other projects have started to accomplish such tasks (Hibernate ORM with 5.3).

russellhoff avatar Oct 31 '18 17:10 russellhoff

@akbertram when will be this PR merged ? I need to use the location tech jts.

sumitnair avatar Jan 03 '19 15:01 sumitnair

Yep +1 here.

ptahchiev avatar Jan 25 '20 13:01 ptahchiev

Hey man, if you are not planning to support this repository, can you please add someone of us as admin to update to locationtech?

ptahchiev avatar Jan 25 '20 13:01 ptahchiev