Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-06-12 Thread Ben Caradoc-Davies
Merged on master. Kind regards, Ben. On 07/06/17 04:56, Andrea Aime wrote: Hi, I have no particular object, but not going to take responsibility for it. Merge as you see fit (and handle whatever side effect). Cheers Andrea On Tue, Jun 6, 2017 at 6:54 PM, Dave Blasby wrote: Hi, I was hopin

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-06-06 Thread Andrea Aime
Hi, I have no particular object, but not going to take responsibility for it. Merge as you see fit (and handle whatever side effect). Cheers Andrea On Tue, Jun 6, 2017 at 6:54 PM, Dave Blasby wrote: > Hi, > > I was hoping we could merge Ben's PR, which updates the driver version. > > https://gi

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-06-06 Thread Dave Blasby
Hi, I was hoping we could merge Ben's PR, which updates the driver version. https://github.com/geotools/geotools/pull/1605 Thanks, Dave On Wed, May 31, 2017 at 4:08 AM, Ben Caradoc-Davies wrote: > CentOS 6 has 8.4.20: > http://mirror.centos.org/centos/6/os/x86_64/Packages/postgre > sql-8.4.20

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-31 Thread Ben Caradoc-Davies
CentOS 6 has 8.4.20: http://mirror.centos.org/centos/6/os/x86_64/Packages/postgresql-8.4.20-7.el6.x86_64.rpm CentOS 5 has 8.1.23, but CentOS 5 is past end of life: http://vault.centos.org/5.11/os/x86_64/CentOS/postgresql-8.1.23-10.el5_10.x86_64.rpm Kind regards, Ben. On 31/05/17 20:17, Ian Tur

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-31 Thread Ian Turton
Looks like Centos go back to 8.0 but recommend 9.2 ( https://yum.postgresql.org/) so probably ok. Ian On 31 May 2017 at 09:12, Andrea Aime wrote: > Hi, > I don't know about CentOS, but though I'd look for the oldest supported > Ubuntu server, 12.04 [1], it seems it it was shipping with 8.4, > s

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-31 Thread Andrea Aime
Hi, I don't know about CentOS, but though I'd look for the oldest supported Ubuntu server, 12.04 [1], it seems it it was shipping with 8.4, so good from this side Cheers Andrea [1] Still supported only for paying customers but also provided as the default choice on Azure On Wed, May 31, 2017 at

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-31 Thread Ian Turton
On 30 May 2017 at 23:29, Ben Caradoc-Davies wrote: > Thanks, Dave. That is a good point. I think 8.2 came out in 2006 or so. > Last release for 8.1 was in 2010. > > Developers, are we happy to drop support for PostgreSQL below 8.2? > In general I'd say yes, may be best to check what Centos is sh

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-30 Thread Ben Caradoc-Davies
Thanks, Dave. That is a good point. I think 8.2 came out in 2006 or so. Last release for 8.1 was in 2010. Developers, are we happy to drop support for PostgreSQL below 8.2? Kind regards, Ben. On 31/05/17 05:43, Dave Blasby wrote: Hi, Ben, Thanks for putting the PR together and making sure ev

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-30 Thread Dave Blasby
Hi, Ben, Thanks for putting the PR together and making sure everything was tested (esp online tests). WRT postgresql version support, I found this in the release notes for 42.0.0; - Support for PostgreSQL versions below 8.2 was dropped Thanks, Dave On Mon, May 29, 2017 at 8:31 PM, Ben Car

Re: [Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-29 Thread Ben Caradoc-Davies
Dave, with this upgrade, a full GeoTools build with online jdbc-postgis tests, GeoServer build, community module compilation, and app-schema online tests against postgis all pass. I also confirmed that the correct jar is included in the assembled war and zip files. Jira issue: https://osgeo-

[Geotools-devel] upgrade postgresql JDBC driver to 42.1.1 (full binary xfer)

2017-05-29 Thread Dave Blasby
Hi, For GeoGig, we noticed that the latest Postgresql JDBC driver (42.1.1) now allows full-binary data transfer. This is better than 25% less bandwidth than Base64 encoding! I'd like to update the pom.xml from 9.4.1211 to 42.1.1. NOTE: PostGIS could be upgraded to use this as its a big win for