Re: Release of Apache Taglibs

2015-01-26 Thread Jeremy Boynes
On Jan 8, 2015, at 9:26 PM, Jeremy Boynes wrote: > > On Jan 8, 2015, at 1:42 PM, Konstantin Kolinko wrote: >> >> 2015-01-08 9:42 GMT+03:00 Jeremy Boynes : >>> I made a couple of minor improvements to Apache Taglibs last year related >>> to XML parsing and to how we load libraries (it now uses

Re: Release of Apache Taglibs

2015-01-08 Thread Jeremy Boynes
On Jan 8, 2015, at 1:42 PM, Konstantin Kolinko wrote: > > 2015-01-08 9:42 GMT+03:00 Jeremy Boynes : >> I made a couple of minor improvements to Apache Taglibs last year related to >> XML parsing and to how we load libraries (it now uses the TCCL which means >> the jars can be shared between web

Re: Release of Apache Taglibs

2015-01-08 Thread Konstantin Kolinko
2015-01-08 9:42 GMT+03:00 Jeremy Boynes : > I made a couple of minor improvements to Apache Taglibs last year related to > XML parsing and to how we load libraries (it now uses the TCCL which means > the jars can be shared between webapps as well as be included in a webapp as > before). I would

Re: Release of Apache Taglibs

2015-01-07 Thread Mark Thomas
On 08/01/2015 06:42, Jeremy Boynes wrote: > I made a couple of minor improvements to Apache Taglibs last year related to > XML parsing and to how we load libraries (it now uses the TCCL which means > the jars can be shared between webapps as well as be included in a webapp as > before). I would

Release of Apache Taglibs

2015-01-07 Thread Jeremy Boynes
I made a couple of minor improvements to Apache Taglibs last year related to XML parsing and to how we load libraries (it now uses the TCCL which means the jars can be shared between webapps as well as be included in a webapp as before). I would like to perform a minor release (1.2.2) to include