Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-07-05 Thread Ben Caradoc-Davies
Merged on master. Thanks, Jody. I tested this locally and can confirm that the exclusion is effective. Kind regards, Ben. On 06/07/18 08:36, Jody Garnett wrote: Here is a PR fix https://github.com/geotools/geotools/pull/1961 Adds the transitive dependency (it was excluding "jts" and should of

Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-07-05 Thread Jody Garnett
Here is a PR fix https://github.com/geotools/geotools/pull/1961 Adds the transitive dependency (it was excluding "jts" and should of been excluding "its-core") -- Jody Garnett On Thu, 5 Jul 2018 at 13:31, Jody Garnett wrote: > Thanks Ben, I have fixed it here > https://repo.boundlessgeo.com/

Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-07-05 Thread Jody Garnett
Thanks Ben, I have fixed it here https://repo.boundlessgeo.com/main/net/sourceforge/hatbox/hatbox/1.0.b10/ I cannot currently reach http://download.osgeo.org/webdav/geotools -- Jody Garnett On Wed, 4 Jul 2018 at 15:55, Ben Caradoc-Davies wrote: > Jody, > > I noticed an incorrect jts-core versi

Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-07-05 Thread Jody Garnett
Thanks, will need to make a new one or put in an exclude on the dependency. Preference is to our in and exclude so we have one point of control. On Wed, Jul 4, 2018 at 3:55 PM Ben Caradoc-Davies wrote: > Jody, > > I noticed an incorrect jts-core version while assembling GeoServer > artifacts: >

Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-07-05 Thread Andrea Aime
Hi, seeing the same popping up here and there (e.g., at the beginning of a GeoServer build, at lest the first time in the day), and also flies by while IntelliJ is downloading dependencies Cheers Andrea On Thu, Jul 5, 2018 at 12:55 AM, Ben Caradoc-Davies wrote: > Jody, > > I noticed an incorre

Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-07-04 Thread Ben Caradoc-Davies
Jody, I noticed an incorrect jts-core version while assembling GeoServer artifacts: [WARNING] The POM for org.locationtech.jts:jts-core:jar:1.15.1-SNAPSHOT is missing, no dependency information available The cause is hatbox-1.0.b10.pom, which contains an incorrect dependency on jts-core 1.

Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-06-29 Thread Jody Garnett
Upgrade completed on master. -- Jody Garnett On Fri, 29 Jun 2018 at 00:55, Jody Garnett wrote: > The Upgrade to JTS 1.15 is in progress > , with > several releases in the chain already made: > > * JTS 1.15.1 released and syncing to

Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-06-29 Thread Jody Garnett
Thanks, the need for a 1.1.x branch makes sense - frustrating having an API change for all the projects, not just this one. Will report back here when change is completed. -- Jody Garnett On Fri, 29 Jun 2018 at 03:49, Andrea Aime wrote: > On Fri, Jun 29, 2018 at 9:55 AM, Jody Garnett > wrote:

Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-06-29 Thread Andrea Aime
On Fri, Jun 29, 2018 at 9:55 AM, Jody Garnett wrote: > The Upgrade to JTS 1.15 is in progress > , with > several releases in the chain already made: > > * JTS 1.15.1 released and syncing to maven central > * java-vector-tile 1.3.1 rel

Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-06-29 Thread Andrea Aime
On Fri, Jun 29, 2018 at 9:55 AM, Jody Garnett wrote: > The next numbered release is jai-ext, if we can ask the jai-ext team merge > #196 and make a > 1.0.24 release. > The PR build failed, could not find JTS 1.15.1 in the repos. I've kicked i