Re: [VOTE] Release Apache Tomcat 8.0.33

2016-03-24 Thread Anthony Biacco
On Fri, Mar 18, 2016 at 2:55 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.33 release is now available for voting. > > The main changes since 8.0.32 are: > > - Correct a false positive warning for ThreadLocal related memory > leaks when the key class but not the value class has been l

Re: Tomcat 8.next

2016-02-27 Thread Anthony Biacco
On Thu, Feb 25, 2016 at 11:01 PM, Huxing Zhang wrote: > I'm +1 on backport HTTP/2 support to tomcat 8. > I think this should fit into a). Reasons: > SPDY support has been supported until tomcat 8.0.22, and HTTP/2 is based > on SPDY, > so there should be no problem at Java language level. > > I

Re: jdbc pool jmx enhancements

2016-01-06 Thread Anthony Biacco
On Tue, Jan 5, 2016 at 4:11 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > I'm using tomcat 8.0.30. > > > > Looking through the jmx mbeans i did not see the BorrowedCount or > > CreatedCount attributes as I did when using dbcp2. > > I use these in my monitoring software to grap

jdbc pool jmx enhancements

2015-12-23 Thread Anthony Biacco
I'm testing a move from dbcp2 pooling to tomcat's built in pooling. I'm using tomcat 8.0.30. Looking through the jmx mbeans i did not see the BorrowedCount or CreatedCount attributes as I did when using dbcp2. I use these in my monitoring software to graph DB thread activity. What are the chances