Re: Why not embed Jetty 10 with Active MQ 5.18.x

2024-06-11 Thread Matt Pavlovich
1. ActiveMQ 6.x uses Jetty 11 2. Jetty 11 only supports jakarta.servlet support 3. Jetty 12 supports both javax.servlet and jakarta.servlet. If we decide to upgrade ActiveMQ 5.x to a newer Jetty, it would be Jetty 12. At this point, there is no compelling reason to upgrade ActiveMQ 5.x to Jetty 1

RE: Why not embed Jetty 10 with Active MQ 5.18.x

2024-06-11 Thread Mau, I-Min
e.org Subject: Re: Why not embed Jetty 10 with Active MQ 5.18.x Is there a compelling reason to use Jetty 10 vs. 9 for the ActiveMQ Classic use-case? Justin On Tue, Jun 11, 2024 at 3:59 PM Mau, I-Min wrote: > Hi, > > I am a bit surprised when another colleague pointed out to me that on &

Re: Why not embed Jetty 10 with Active MQ 5.18.x

2024-06-11 Thread Justin Bertram
Is there a compelling reason to use Jetty 10 vs. 9 for the ActiveMQ Classic use-case? Justin On Tue, Jun 11, 2024 at 3:59 PM Mau, I-Min wrote: > Hi, > > I am a bit surprised when another colleague pointed out to me that on > https://activemq.apache.org/components/classic/download/classic-05-18

Why not embed Jetty 10 with Active MQ 5.18.x

2024-06-11 Thread Mau, I-Min
Hi, I am a bit surprised when another colleague pointed out to me that on https://activemq.apache.org/components/classic/download/classic-05-18-04 The Jetty version listed is only 9.4.x This is because for our own software that runs with Java 11, we have been using Jetty 10 without any problems.