Re: DBCP2 in Tomcat

2018-08-09 Thread Mark Thomas
the actual code? Generally, I keep an eye on DBCP2/Pool2 and pick up the changes from master after I see an issue fixed I think might affect Tomcat users. DBCP2 has recently added support for later JDBC versions so we may need to be careful exactly which branch we pull from going forwards. I'd made

Re: DBCP2 in Tomcat

2018-08-07 Thread Mark Thomas
es a version, or could I pick the actual code? >> >> Generally, I keep an eye on DBCP2/Pool2 and pick up the changes from >> master after I see an issue fixed I think might affect Tomcat users. >> >> DBCP2 has recently added support for later JDBC versions so we may need

Re: DBCP2 in Tomcat

2018-08-07 Thread jean-frederic clere
an eye on DBCP2/Pool2 and pick up the changes from > master after I see an issue fixed I think might affect Tomcat users. > > DBCP2 has recently added support for later JDBC versions so we may need > to be careful exactly which branch we pull from going forwards. I'd made > a mental note t

Re: DBCP2 in Tomcat

2018-08-07 Thread Mark Thomas
ssue fixed I think might affect Tomcat users. DBCP2 has recently added support for later JDBC versions so we may need to be careful exactly which branch we pull from going forwards. I'd made a mental note to figure out what we needed to do but hadn't got around

DBCP2 in Tomcat

2018-08-07 Thread jean-frederic clere
Hi, I just want to ask what is the process, we pick all changes after commons-dbcp releases a version, or could I pick the actual code? -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

Re: DBCP2 in Tomcat

2018-03-30 Thread Rémy Maucherat
5 PM, Christopher Schultz < > >>> ch...@christopherschultz.net> wrote: > >>>> On 3/29/18 8:42 AM, Rémy Maucherat wrote: > >>>>> On Thu, Mar 29, 2018 at 2:33 PM, Christopher Schultz < > >>>>> ch...@christopherschultz.net> wrote: > >>>

Re: DBCP2 in Tomcat

2018-03-29 Thread Mark Thomas
M, Rémy Maucherat wrote: >>>>> On Thu, Mar 29, 2018 at 2:33 PM, Christopher Schultz < >>>>> ch...@christopherschultz.net> wrote: >>>>>> On 3/28/18 2:25 PM, Rémy Maucherat wrote: >>>>>>> Hi, >>>>>>> >

Re: DBCP2 in Tomcat

2018-03-29 Thread Mark Thomas
r 29, 2018 at 2:33 PM, Christopher Schultz < >>>> ch...@christopherschultz.net> wrote: >>>>> On 3/28/18 2:25 PM, Rémy Maucherat wrote: >>>>>> Hi, >>>>>> >>>>>> In Tomcat, DBCP2 is missing the XA portion (all contained

Re: DBCP2 in Tomcat

2018-03-29 Thread Christopher Schultz
Schultz < >>> ch...@christopherschultz.net> wrote: >>> >>>> Rémy, >>>> >>>> On 3/28/18 2:25 PM, Rémy Maucherat wrote: >>>>> Hi, >>>>> >>>>> In Tomcat, DBCP2 is missing the XA portion (all

Re: DBCP2 in Tomcat

2018-03-29 Thread Rémy Maucherat
gt;> Rémy, > >> > >> On 3/28/18 2:25 PM, Rémy Maucherat wrote: > >>> Hi, > >>> > >>> In Tomcat, DBCP2 is missing the XA portion (all contained in a single > >>> "managed" package). So at work I now got some people asking

Re: DBCP2 in Tomcat

2018-03-29 Thread Christopher Schultz
Rémy, On 3/29/18 8:42 AM, Rémy Maucherat wrote: > On Thu, Mar 29, 2018 at 2:33 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> Rémy, >> >> On 3/28/18 2:25 PM, Rémy Maucherat wrote: >>> Hi, >>> >>> In Tomcat

Re: DBCP2 in Tomcat

2018-03-29 Thread Rémy Maucherat
On Thu, Mar 29, 2018 at 2:33 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Rémy, > > On 3/28/18 2:25 PM, Rémy Maucherat wrote: > > Hi, > > > > In Tomcat, DBCP2 is missing the XA portion (all contained in a single > > "managed"

Re: DBCP2 in Tomcat

2018-03-29 Thread Christopher Schultz
Rémy, On 3/28/18 2:25 PM, Rémy Maucherat wrote: > Hi, > > In Tomcat, DBCP2 is missing the XA portion (all contained in a single > "managed" package). So at work I now got some people asking about that > removal, and that's always a bit annoying as they have to go to a

DBCP2 in Tomcat

2018-03-28 Thread Rémy Maucherat
Hi, In Tomcat, DBCP2 is missing the XA portion (all contained in a single "managed" package). So at work I now got some people asking about that removal, and that's always a bit annoying as they have to go to a separate vanilla DBCP2 to get the functionality. Annoying sometimes. S

svn commit: r1724845 - in /tomcat/trunk/java/org/apache: juli/ naming/ naming/factory/ tomcat/dbcp/dbcp2/ tomcat/dbcp/dbcp2/cpdsadapter/ tomcat/dbcp/dbcp2/datasources/

2016-01-15 Thread remm
/apache/naming/SelectorContext.java tomcat/trunk/java/org/apache/naming/ServiceRef.java tomcat/trunk/java/org/apache/naming/factory/FactoryBase.java tomcat/trunk/java/org/apache/naming/factory/SendMailFactory.java tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/BasicDataSource.java