Dude this is not a support form, it is a wiki page.
I have collected some PRs on github and made another beta release at the request of the geotools community. https://github.com/jodygarnett/hatbox/releases/tag/1.0.b11 I was sure to add a readme, license, etc to the repository pointing back here.
We have noticed one issue with JTS 1.15.0 (to do with the new copy method which we recommend instead of clone). I am checking if hatbox uses geometry clone, ... it does not. Updating to JTS 1.15.1. Peter are you any closer to issuing a release?
We have noticed one issue with JTS 1.15.0 (to do with the new copy method which we recommend instead of clone). I am checking if hatbox uses geometry clone, ... Peter are you any closer to issuing a release?
Here is a diff to ugprade to JTS 15.0, also available as a github repo (https://github.com/jodygarnett/hatbox)
Here is a diff to ugprade to JTS 15.0, also available as a github repo (https://github.com/jodygarnett/hatbox)
Here is a diff to ugprade to JTS 15.0, also available as a github repo.
Here is a diff to ugprade to JTS 15.0
Thanks Peter, we appricate the support. For modularized release ... if it helps: 1) adding a couple entries to your manifest.mf is all that is needed for the vast majority of projects. The advantage is this approach works allowing you to build with Java 8 and be used on both Java 8 and Java 10 projects. We did this for JTS here: https://github.com/locationtech/jts/pull/274 2) I have not seen any consistent approach to publishing both java 8 and java 10 onward jars... some use an artifact naming convention:...
jts 1.15 upgrade