jdeolive / geodb

Spatial database bindings for Java.
MIT License
67 stars 25 forks source link

Upgraded to JTS 1.15.0 #28

Closed jnh5y closed 6 years ago

jnh5y commented 6 years ago

git grep -l com.vividsolutions | grep pom.xml | xargs sed -i "s/com.vividsolutions/org.locationtech.jts/g" git grep -l com.vividsolutions | xargs sed -i "s/com.vividsolutions/org.locationtech/g"

Signed-off-by: Jim Hughes jnh5y@ccri.com

jnh5y commented 6 years ago

Jody and I are still testing these PRs. They may not be ready to merge yet.

jodygarnett commented 6 years ago

Building master did not work ...

[INFO] GeoDB 0-SNAPSHOT ................................... SUCCESS [  0.548 s]
[INFO] GeoDB Core ......................................... SUCCESS [  0.024 s]
[INFO] GeoDB App 0-SNAPSHOT ............................... FAILURE [  0.007 s]

The GeoDB App fails as net.sourceforge:henplus:jar:0.9.8 is not available?

This branch builds with dependencies - but skips the app:

[INFO] org.opengeo:geodb:jar:0-SNAPSHOT
[INFO] +- com.h2database:h2:jar:1.1.118:compile
[INFO] +- org.locationtech.jts:jts-core:jar:1.15.0:compile
[INFO] +- net.sourceforge.hatbox:hatbox:jar:1.0.b10:compile
[INFO] \- junit:junit:jar:4.7:test

Okay HenPlus moved here https://github.com/neurolabs/henplus, with no sign of release but has had recent (within a year) development so it is not dead.

jodygarnett commented 6 years ago

This is ready to go! @jdeolive can you merge this and I will publish jar to repo.boundlessgeo.com a geodb-0.9

(Although your credentials should still work as a community member)

jdeolive commented 6 years ago

THanks guys!

jodygarnett commented 6 years ago

Nice, so can you push up a tag for 0.9? Not sure I can do a PR for a tag... unless you add me as a contributor.