[Geoserver-devel] Build failed in Jenkins: geoserver-master #5112

2017-10-02 Thread monitor
See Changes: [github] Trivial docs fix for geopackage community module -- [...truncated 197518 lines...] [INFO] --- maven-source-plugin:2.2.1:test-jar-no-fork (attach-sources) @

[Geoserver-devel] Build failed in Jenkins: geoserver-master #5111

2017-10-02 Thread monitor
See -- [...truncated 197506 lines...] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gs-importer-rest --- [INFO] Building jar:

[Geoserver-devel] Build failed in Jenkins: geoserver-master #5110

2017-10-02 Thread monitor
See -- [...truncated 197512 lines...] Oct 02, 2017 9:29:33 PM org.geoserver.platform.GeoServerExtensions checkContext WARNING: Extension lookup 'GeoServerResourceLoader', but

[Geoserver-devel] Reminder: GeoTools / GeoServer meeting at 19:30 UTC on Tuesday

2017-10-02 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 19:30 UTC on Tuesday: https://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+/+GeoServer+Meeting=2017=10=3=19=30=0=1 -- Ben Caradoc-Davies Director Transient Software Limited New Zealand

[Geoserver-devel] Build failed in Jenkins: geoserver-master #5109

2017-10-02 Thread monitor
See -- [...truncated 197536 lines...] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ gs-importer-web --- [INFO] Building jar:

[Geoserver-devel] GeoServer 2.12-RC1 Release retrospective

2017-10-02 Thread Torben Barsballe
Hello All, This latest release has been fraught with peril (as is usual for RC1 releases). Now that it is complete, there are a few things I wanted to bring up: *Migration to build.geoserver.org * Over the past few months, we have been gradually migrating to

Re: [Geoserver-devel] WMS and ushort data

2017-10-02 Thread Simone Giannecchini
Dear Jimmy, things are slightly more difficult than this I believe. Going by memory, we cannot simply remove the Switch check on 16bits, we might need also to do some review at the WMS encoders in GeoServer to make sure the proper data type is chose for the proper format as most of them won't

Re: [Geoserver-devel] postgresql 42.1.1 jar now a managed dependency

2017-10-02 Thread Erik Merkle
Ben, Thanks for letting me know. I'll get the POM for the GeoGig module cleaned up shortly. Erik Merkle On Mon, Oct 2, 2017 at 7:16 AM, Nuno Oliveira < nuno.olive...@geo-solutions.it> wrote: > I see, thanks for the clarification. >

Re: [Geoserver-devel] Some headache with a old (14+ years) decision in rendering subsystem

2017-10-02 Thread Nuno Oliveira
I guess we could recode it this way: public static boolean isWithInScale(final Rule r,final double scaleDenominator) { return (scaleDenominator == -1) || ((r.getMinScaleDenominator() < scaleDenominator) && Math.abs(r.getMinScaleDenominator() -

Re: [Geoserver-devel] Some headache with a old (14+ years) decision in rendering subsystem

2017-10-02 Thread Andrea Aime
Hi Nuno, say it was recoded the way you suggest, what would heppen if the are two rules using a max scale and min scale of 1000, and someone asked exactly for a map at scale 1000? It seems to me both rules would trigger anyways, which is not what we want... or do I need a coffee? :) Cheers Andrea

Re: [Geoserver-devel] Some headache with a old (14+ years) decision in rendering subsystem

2017-10-02 Thread Nuno Oliveira
Hi Andrea, I have a spend a couple of minutes looking at this expression: (((r.getMinScaleDenominator() - BufferedImageLegendGraphicBuilder.TOLERANCE) <= scaleDenominator) && ((r.getMaxScaleDenominator() + BufferedImageLegendGraphicBuilder.TOLERANCE) > scaleDenominator)); In my point

Re: [Geoserver-devel] postgresql 42.1.1 jar now a managed dependency

2017-10-02 Thread Nuno Oliveira
I see, thanks for the clarification. I will try to take a look at that this week. On 10/02/2017 12:34 PM, Ben Caradoc-Davies wrote: On 02/10/17 22:24, Nuno Oliveira wrote: On 10/01/2017 01:26 AM, Ben Caradoc-Davies wrote: I also saw stale dependencies in activemqBroker if anyone cares enough

Re: [Geoserver-devel] postgresql 42.1.1 jar now a managed dependency

2017-10-02 Thread Ben Caradoc-Davies
On 02/10/17 22:24, Nuno Oliveira wrote: On 10/01/2017 01:26 AM, Ben Caradoc-Davies wrote: I also saw stale dependencies in activemqBroker if anyone cares enough to fix them. Thanks for the check, but I don't understand what you mean by stall dependencies ? you mean dependencies versions that

[Geoserver-devel] WMS and ushort data

2017-10-02 Thread Envall, Jimmy C
Dear community, This issue refers to a fix proposed by Ville Karppinen at Finnish Meterological Institute (FMI) regarding a patch to Geotools. The fix would enable Geoserver to serve raw raster data with 16 bit data trough WMS without it being rescaled to 8 bit. This would allow the user to

Re: [Geoserver-devel] postgresql 42.1.1 jar now a managed dependency

2017-10-02 Thread Nuno Oliveira
Hi Ben, On 10/01/2017 01:26 AM, Ben Caradoc-Davies wrote: Erik, I have added the postgresql 42.1.1 jar as a managed dependency in GeoServer, to match GeoTools and upgrade to fix a test failure in gs-sec-jdbc. You might like to update the geogig pom to use it. This is currently hard-coded to