Justin Deoliveira wrote:
> Hi all,
> 
> Converting GeoServer to entirely work against the geoapi filter and 
> expression interfaces, I have found a bit of wrinkle. Changing calls from:
> 
> FactoryRegistry.lookupProvider( FunctionExpression.class )
> 
> to :
> 
> FactoryRegistry.lookupProvider( Function.class )
> 
> does not work because all the spi plugins for functions are still in a 
> file called "org.geotools.filter.FunctionExpression". Simply changing 
> the file to be called "org.opengis.filter.expression.Function" will work 
> for me, but will break others still depending on the deprecated interface.
> 
> So I propose having both files around, one a copy of the other. We would 
> in a sense be deprecating the old one, and remove it at the same time we 
> remove the FunctionExpression interface.
> 
> Any thoughts?
> 
> -Justin

Sounds okay...

Cory.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to