Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2023-05-26 Thread Romain Manni-Bucau
Hi Richard, TomEE can drop managed package legacy dependency now, was kept while the replacement was in test in 1.x version but makes years it is no more relevant and no more the default (since we switched to tomcat-jdbc). So no big deal if dbcp wants to drop it on TomEE side IMHO. Romain

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2023-05-26 Thread Richard Zowalla
The current TomEE codebase still uses classes from the "managed" package of dbcp2. (Thus, we are shading it for TomEE 9 / 10) We might be able to drop that integration at some point but currently our focus is on getting a EE10 milestone out of the door, so I don't think, that it is a theoretical

Re: [ALL] Eventually, soon, Java 11

2023-05-26 Thread Emmanuel Bourg
Le 23/04/2023 à 19:40, Glavo a écrit : If only for JPMS, we can compile module-info.java separately, which is still compatible with Java 8. If we really need to give up compatibility with Java 8, then I still recommend skipping Java 11 and using Java 17. +1 This should be decided component

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2023-05-26 Thread Emmanuel Bourg
Le 11/05/2023 à 15:56, Richard Zowalla a écrit : Hi, do we have any updates? How can I help to get a dbcp version supporting Jakarta namespace? Emmanuel outlined a possible appraoch. How can we move forward with it? I'm tempted to merge the dual-javax-jakarta branch, but Romain's comment

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2023-05-26 Thread Richard Zowalla
Hey Romain, thanks for the info regarding the historic back story ;) So perhaps time to drop it, i will take that on the TomEE list. Gruß Richard Am Freitag, dem 26.05.2023 um 12:20 +0200 schrieb Romain Manni-Bucau: > Hi Richard, > > TomEE can drop managed package legacy dependency now, was

Re: Volunteer Work

2023-05-26 Thread Gary Gregory
Hi Miguel, How about https://issues.apache.org/jira/browse/VFS-838 ? Gary PS: I'd suggest removing your home address from your email signature. On Fri, May 26, 2023, 18:44 Miguel Munoz wrote: > Gary, > The last time we communicated about this, you were expecting to need help > with BeanUtils

Volunteer Work

2023-05-26 Thread Miguel Munoz
Gary, The last time we communicated about this, you were expecting to need help with BeanUtils 2. Do you still need help with that? If not, what else can I help with? — Miguel Muñoz ——— 4210 Via Arbolada #226Los Angeles, CA 90042 323-225-7285 – The Sun, with all those planets going around it

[IO] Commons IOIO-552 FilenameUtils.concat fails if second argument (fullFilenameToAdd) starts with '~' (tilde)

2023-05-26 Thread Miguel Munoz
Gary D. Gregory, I've offered two suggestions of how to fix Commons IOIO-552. One is add a new method called configStrict(), which treats tildes as part of the file name.The other is to deprecate the class and write a whole new class (FilenameUtils2 ?) that treats the tilde character as just