Re: artemis-cdi-client uses javax APIs

2025-01-21 Thread Christian Ortlepp
Hey, just checking in again if you can provide some feedback on this - would be much appreciated. Best, Christian On 13.01.25 09:58, Christian Ortlepp wrote: External Message - Please be cautious when opening links or attachments We seem to be using only the org.apache.artemis.client.cd

Re: artemis-cdi-client uses javax APIs

2025-01-13 Thread Christian Ortlepp
We seem to be using only the org.apache.artemis.client.cdi.configuration.ArtemisClientConfiguration interface in order to register a custom configuration (according to the comments in our code this prevents artemis from using an embedded broker instead of our external one). We are not using any

Re: artemis-cdi-client uses javax APIs

2025-01-08 Thread Justin Bertram
> Am I missing something or is there no jakarta alternative for artemis-cdi-client yet? You're not missing anything. There is currently no Jakarta alternative for the artemis-cdi-client module. > If so, is there something planned in this regard... There is nothing currently planned as far as I'm

artemis-cdi-client uses javax APIs

2025-01-02 Thread Christian Ortlepp
Hi, I am currently trying to migrate a project which uses artemis-jms-client, artemis-jms-server, artemis-jdbc-store and artemis-cdi-client from javax to jakarta. While there are jakarta replacements for the client and server and the jdbc-store dependency doesn't seem to use javax/jakarta, ar