Tomcat integration improvements

2019-06-18 Thread Rémy Maucherat
Hi, I have made some improvements and refactorings to the Tomcat OWB integration. The code is available here: https://github.com/rmaucher/tomcat-owb The changes are roughly: - I expected this would be a Tomcat external module (like JDBC pool), so the code was changed to have the Tomcat code

Re: Tomcat integration improvements

2019-06-19 Thread Rémy Maucherat
On Wed, Jun 19, 2019 at 11:37 AM Romain Manni-Bucau wrote: > Le mer. 19 juin 2019 à 11:16, Rémy Maucherat a écrit : > > > On Tue, Jun 18, 2019 at 10:26 PM Romain Manni-Bucau < > rmannibu...@gmail.com > > > > > wrote: > > > > > +1 to merge (

Re: [jira] [Created] (OWB-1291) Updated Tomcat integration

2019-06-20 Thread Rémy Maucherat
On Thu, Jun 20, 2019 at 6:54 AM Romain Manni-Bucau wrote: > Hello everyone, > > > Should we replace tomcat7 module by just a tomcat module? (Importing > tests). > Also wonder if we shouldnt build a tomcat distro presetup at the same time. > Well, it's probably not too much effort to keep the

Re: Tomcat integration improvements

2019-06-19 Thread Rémy Maucherat
llow avoiding reinventing server.xml when using embedded (as SSL configuration in particular became more complex it's not a very good plan). I did not add any new fancier embedded API, and Mark seems to be happy enough with the current one as well. Rémy Le mar. 18 juin 2019 à 22:07, Rémy Maucherat a écrit :

Re: [meecrowave] move to tomcat 10?

2020-02-05 Thread Rémy Maucherat
On Wed, Feb 5, 2020 at 9:24 PM Romain Manni-Bucau wrote: > Hi all > > Tomcat is voting on tomcat 10M1, wonder if we want to do a 1.3 based on > tomcat 10. > Big change is javax to jakarta renaming. > > Wdyt? > At the moment, Tomcat 10.0.0.x is only for jakarta migration and longer term

Re: [meecrowave] move to tomcat 10?

2020-02-06 Thread Rémy Maucherat
gt; > Le mer. 5 févr. 2020 à 22:30, Rémy Maucherat a écrit : > > > On Wed, Feb 5, 2020 at 9:24 PM Romain Manni-Bucau > > > wrote: > > > > > Hi all > > > > > > Tomcat is voting on tomcat 10M1, wonder if we want to do a 1.3 based on > > &

Re: Remove of Useless Maven Projects

2020-07-01 Thread Rémy Maucherat
On Tue, Jun 30, 2020 at 10:35 AM Gurkan Erdogdu wrote: > Sorry but not understand why both Tomcat and OWB doing the same think with > nearly same classes > > @Remy > Just wonder why did you introduce such a module in tomcat modules? Do you > have any specific purpose? > The idea is to provide a

Re: Remove of Useless Maven Projects

2020-06-29 Thread Rémy Maucherat
On Mon, Jun 29, 2020 at 1:54 PM Romain Manni-Bucau wrote: > +1 to drop jms module, never saw any usage of it > -0.5 for tomcat7, rational being that if we want to do it, we should (at > the same time) 1. ensure tomcat module is at least 1-1 (not the case I > think) + released properly and not

Re: Tomcat 7.x EOL

2022-06-03 Thread Rémy Maucherat
On Tue, May 24, 2022 at 2:10 PM Romain Manni-Bucau wrote: > > Hi, > > Since Tomcat enhanced InstanceManager I guess we can upgrade and decrease a > lot the hacks/reflection we used by the past. > Only open point on my side is: is it worth having a tomcat integration? I > know very few users of