Re: [Geotools-devel] Any plans to upgrade to JSR 385 (Units of Measure 2.0)?

2020-04-29 Thread Jody Garnett
Now is a great time to make the change! We have just released a new major release so master is available for breaking changes. Experience last time shows that some coordination is needed, but I am happy to help with that. Additional comments inline: On Wed, 29 Apr 2020 at 14:50, Daniel Cruver wr

Re: [Geotools-devel] Any plans to upgrade to JSR 385 (Units of Measure 2.0)?

2020-04-29 Thread Daniel Cruver
Jody/GeoTools Community, I would just like to help GeoTools upgrade to JSR 385 ( https://www.jcp.org/en/jsr/detail?id=385 ) (from JSR 363). Unfortunately this upgraded API is not backwards compatible so some modifications need to be made. GeoTools upgrading to the newer API would allow projects

Re: [Geotools-devel] New filter functions for arrays

2020-04-29 Thread Mauro Bartolomeoli
Hi Jody, > >- Compare FilterFunction_strConcat > > > (fixed) >vs ConcatenateFunction > >

Re: [Geotools-devel] New filter functions for arrays

2020-04-29 Thread Jody Garnett
Functions can have optional parameters, or indeed a variable number of parameters. - Compare FilterFunction_strConcat (fixed) vs ConcatenateFun