Re: [Geotools-devel] Understanding JTS last minute upgrade

2019-02-20 Thread Andrea Aime
That sounds good to me... We can have it sit on master for some time and then backport if there are no issues? Cheers Andrea Il mer 20 feb 2019, 23:19 Jody Garnett ha scritto: > Reviewing release notes: > https://github.com/locationtech/jts/releases/tag/jts-1.16.1 show > HilbertCode and

Re: [Geotools-devel] filter function ECQL round-trip bug

2019-02-20 Thread Emilio Lahr-Vivaz
Thanks, I'm not sure if it should be an expression or not. Making it a function worked for my use case. I'll open up a PR and we can discuss it there. Thanks, Emilio On 2/19/19 1:27 AM, Jody Garnett wrote: It would be a change, one I think is in the spirit of ECQL (making a text

[Geotools-devel] Build failed in Jenkins: geotools-java11 #167

2019-02-20 Thread monitor
See Changes: [Andrea Aime] [GEOT-6249] Stability and filtering improvements -- [...truncated 1.76 MB...] [exec] writing output... [ 53%] docs/welcome [exec]

Re: [Geotools-devel] unable to build/install gt-webservice-22-SNAPSOT on Win10

2019-02-20 Thread Ian Turton
I had some issues before I last updated maven, I'm using 3.6.0 so that may be worth a try Ian On Wed, 20 Feb 2019 at 16:13, Andrea Aime wrote: > A bit of context, the library in question seems to be out of the build, > even the -Dall one, > but at the same time, required by a GeoServer

[Geotools-devel] unable to build/install gt-webservice-22-SNAPSOT on Win10

2019-02-20 Thread Imran Rajjad
Hi, I am trying to build geotools 22 Snapshot, using following command on Windows 10,JDK8, Maven 3.2.5 mvn install -Dall -Pwebservice -DskipTests the build + install fails with below stack [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile

Re: [Geotools-devel] unable to build/install gt-webservice-22-SNAPSOT on Win10

2019-02-20 Thread Andrea Aime
A bit of context, the library in question seems to be out of the build, even the -Dall one, but at the same time, required by a GeoServer module... which seems to be in community though. Rajjad is trying to follow the docs to load GeoServer into Eclipse and ended up with this... but I'm not sure

Re: [Geotools-devel] Understanding JTS last minute upgrade

2019-02-20 Thread Simone Giannecchini
The joy of the last-minute-change-that-is-not-supposed-to-break-anything! Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via di

[Geotools-devel] Jenkins build is back to normal : geotools-java11 #168

2019-02-20 Thread monitor
See ___ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel

Re: [Geotools-devel] unable to build/install gt-webservice-22-SNAPSOT on Win10

2019-02-20 Thread Torben Barsballe
I can reproduce the failure locally. It seems like the module did not get updated during the Java 11 code sprint. Looking at Line 549 of Stage 3 of the planning document ,

Re: [Geotools-devel] Understanding JTS last minute upgrade

2019-02-20 Thread Jody Garnett
Reviewing release notes: https://github.com/locationtech/jts/releases/tag/jts-1.16.1 show HilbertCode and MortonCode (new functionality), improved InteriorPointArea performance/robustness and some bug fixes. While we took on this upgrade to solve a bug reported during our RC testing I I am not

Re: [Geotools-devel] Understanding JTS last minute upgrade

2019-02-20 Thread Ian Turton
This does look like a big change at the last minute. However on a quick review it does look like most of the changes are to tests or are documentation changes. But there are some actual code changes too, so without a longer review I would be against this change just before the release. Ian On