Re: [Geotools-devel] Release starting

2014-05-19 Thread Justin Deoliveira
I just added some quick notes to the site readme for updating the website for releases. https://github.com/geoserver/geoserver.github.io#releases Probably something we can eventually automate. On Mon, May 19, 2014 at 8:59 PM, Jody Garnett wrote: > Release announce draft is up, I got stuck

Re: [Geotools-devel] Release starting

2014-05-19 Thread Jody Garnett
Release announce draft is up, I got stuck as our Jira change log is not working out, closed pull requests cit a bunch 11.x back ports, and Jira bugs without marking the bug resolved. So fret quoting Jira in github, please close bugs when pull request is accepted. On Monday, May 19, 2014, Jody Gar

Re: [Geotools-devel] Semantics of features aggregation and pagination

2014-05-19 Thread Andrea Aime
On Mon, May 19, 2014 at 5:16 PM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi, > recently we tried to implement a WPS process to do paginated extraction of > sorted unique attribute values from features. > > The approach was to apply a UniqueVisitor to a Query object with

[Geotools-devel] Semantics of features aggregation and pagination

2014-05-19 Thread Mauro Bartolomeoli
Hi, recently we tried to implement a WPS process to do paginated extraction of sorted unique attribute values from features. The approach was to apply a UniqueVisitor to a Query object with sortBy and limits applied. The problem with this approach is that the current semantic for such implementati

Re: [Geotools-devel] wfs-ng improvements

2014-05-19 Thread Jody Garnett
> There is also a reference to gt-wfs sneaking in from geoscript land - so I >> suggest you ask for testing from that project as well: >> >> [INFO] +- org.geoscript:geoscript-groovy:jar:1.4-SNAPSHOT:compile >> [INFO] | +- org.geotools:gt-wfs:jar:12-SNAPSHOT:compile >> >> -- >> > > Not familiar wit

Re: [Geotools-devel] wfs-ng improvements

2014-05-19 Thread Mauro Bartolomeoli
Hi everybody, > >org.mockito >mockito-all >test > > > Just a note: I had to remove mockito-all on other modules, replacing it with mockito-core. Mockito-all includes also some external libraries, such as hamcrest, in a version that is not compatible with the on

Re: [Geotools-devel] wfs-ng improvements

2014-05-19 Thread Niels Charlier
On 17/05/14 01:46, Jody Garnett wrote: > When adding gt-wfs-ng (and removing gt-wfs) I get the following > dependencies: > > [INFO] +- org.geotools:gt-wfs-ng:jar:12-SNAPSHOT:compile > [INFO] | \- xpp3:xpp3:jar:1.1.3.4.O:compile > > Is there anything else besides xpp3 that I need? This is all non