Hey JB- Yes, a 5.18.0 sounds good.
I’ll PR this jakarta client up and we can start JIRA triage. Thanks, -Matt > On Jan 20, 2023, at 11:17 PM, Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > > Hi Matt, > > Thanks for that. I think we should include client-jakarta artifact (in > addition of the regular one) in ActiveMQ for 5.18.x release. As we are > close to 5.18.x release, it would be great. > > WDYT ? > > Regards > JB > > On Fri, Jan 20, 2023 at 6:53 PM Matt Pavlovich <mattr...@gmail.com> wrote: >> >> Hi Jiří- >> >> I just released a transitional Jakarta client for ActiveMQ 5.x to Maven >> Central and it should be available in a few minutes. >> >> I’ll work to bring this over into the Apache ActiveMQ OSS project releases >> going forward, but this should help get you going. This is purely a >> repackaging based off the 5.18.0-SNAPSHOT build. >> >> This has only been tested with the most basic send+receive function. >> <dependency> >> <groupId>io.hyte.activemq</groupId> >> <artifactId>activemq-client-jakarta</artifactId> >> <version>5.18.0.hyte-1</version> >> </dependency> >> url: https://github.com/hyteio/activemq-client-jakarta >> >> Thanks, >> Matt Pavlovich >> >>> On Jan 19, 2023, at 4:53 AM, Jiří Kakrda <jiri.kak...@unicorn.com> wrote: >>> >>> Hi, >>> >>> ActiveMQ will probably add the Jakarta namespace support in 5.19.x: >>> https://lists.apache.org/thread/mqpyr9t2cngoyqxkw8rwmx7zy7jln745 >>> >>> Is there any preliminary estimate when this version will be released? We >>> would like to update our project to use Spring Boot 3.0 before the support >>> for Spring Boot 2.7.x ends in November. >>> >>> Kind regards, >>> Jiří >>