Re: Updating Apache Commons DBCP 2.10.0

2023-09-28 Thread Niall Pemberton
On Thu, 28 Sep 2023 at 14:47, Niall Pemberton wrote: > On Tue, 26 Sep 2023 at 21:00, Phil Steitz wrote: > >> On Tue, Sep 26, 2023 at 4:50 AM Gary Gregory >> wrote: >> >> > (Let's stop high jacking the announcement thread.) >> > >> >> Agreed. Sorry about that. >> >> > >> > In the future, FYI, I

Re: Updating Apache Commons DBCP 2.10.0

2023-09-28 Thread Niall Pemberton
On Tue, 26 Sep 2023 at 21:00, Phil Steitz wrote: > On Tue, Sep 26, 2023 at 4:50 AM Gary Gregory > wrote: > > > (Let's stop high jacking the announcement thread.) > > > > Agreed. Sorry about that. > > > > > In the future, FYI, I plan on supporting both Java and Jakarta by > splitting > > DBCP in

Re: Updating Apache Commons DBCP 2.10.0

2023-09-27 Thread Greg Huber
Phil, As Gary suggested,  I ran the maven install with the changes below using java 8, compiled correctly, and now has the correct dependency  (jakarta.transaction-api-2.0.1.jar).  Tested OK in my app. (btw the commons parent on 2.10.0 is already at 60). Recap, I replaced jakarta.t

Re: Updating Apache Commons DBCP 2.10.0

2023-09-26 Thread Gary Gregory
The build works on Java 8 because the moditect plug-in is only invoked on Java 11 and up. Gary On Tue, Sep 26, 2023, 4:00 PM Phil Steitz wrote: > On Tue, Sep 26, 2023 at 4:50 AM Gary Gregory > wrote: > > > (Let's stop high jacking the announcement thread.) > > > > Agreed. Sorry about that. >

Re: Updating Apache Commons DBCP 2.10.0

2023-09-26 Thread Phil Steitz
On Tue, Sep 26, 2023 at 4:50 AM Gary Gregory wrote: > (Let's stop high jacking the announcement thread.) > Agreed. Sorry about that. > > In the future, FYI, I plan on supporting both Java and Jakarta by splitting > DBCP into a multi-module Maven project. I'm not sure exactly when but it's > on

Updating Apache Commons DBCP 2.10.0

2023-09-26 Thread Gary Gregory
(Let's stop high jacking the announcement thread.) In the future, FYI, I plan on supporting both Java and Jakarta by splitting DBCP into a multi-module Maven project. I'm not sure exactly when but it's on my to do list. Gary On Tue, Sep 26, 2023, 5:00 AM Greg Huber wrote: > If I am understan