Re: [Geotools-devel] removing xerces dependency

2012-11-02 Thread Ben Caradoc-Davies
Justin, I ported AppSchemaValidator to use EntityResolver2, required for relative schema locations: https://github.com/jdeolive/geotools/pull/1 Note that xmlcodegen still fails to build (I commented it out for testing). With noxmldeps GeoTools, there is a unit test failure in GeoServer (app-sc

Re: [Geotools-devel] feature collection cleanup -> 9.0-M0-SNAPSHOT

2012-11-02 Thread Jody Garnett
On Thursday, 1 November 2012 at 8:38 PM, Jody Garnett wrote: > I have deployed 9.0-M0-SNAPSHOT as preview for anyone wanting to try this out > locally. > > It will also help work on the GeoServer and uDig migration branches, indeed > it may allow me to do a pull request for uDig early. - pull r

Re: [Geotools-devel] removing xerces dependency

2012-11-02 Thread Justin Deoliveira
Nice. Thanks Ben! On Fri, Nov 2, 2012 at 1:43 AM, Ben Caradoc-Davies < ben.caradoc-dav...@csiro.au> wrote: > Justin, > > I ported AppSchemaValidator to use EntityResolver2, required for relative > schema locations: > https://github.com/jdeolive/**geotools/pull/1

Re: [Geotools-devel] feature collection cleanup -> 9.0-M0-SNAPSHOT

2012-11-02 Thread Justin Deoliveira
I took an initial run at updating GeoServer for the new api... for the most part it is straight forward but there seems to be one tricky bit when it comes to some feature collection wrappers that are used for security. MIght not be a problem but need to understand what they are being used for, and

Re: [Geotools-devel] feature collection cleanup -> 9.0-M0-SNAPSHOT

2012-11-02 Thread Jody Garnett
Thanks Justin! If it helps there is a BaseFeatureCollection that just requires a features() method, which is great for wrappers that formally supplied an iteration() method. I am on IRC on and off this weekend if needed - trying to release a milestone release (not even sure where to start with th

[Geotools-devel] Can I ask for caution on master

2012-11-02 Thread Jody Garnett
Justin has advised me to ask for a code freeze ( rather than delay patches ) while the feature collection cleanup patch is applied. Instead can I ask that we exercise caution on any patches using feature collection. There are a few difficult sections ( especially GML parsing ) that I would ask eve

[Geotools-devel] [jira] (GEOT-4302) WMS 1.3.0 GetFeatureInfo

2012-11-02 Thread Jody Garnett (JIRA)
Jody Garn