Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring boot 3 java.jms.* to jakarta.jms.* #13

Open
kwonglau opened this issue Jul 14, 2023 · 2 comments
Open

spring boot 3 java.jms.* to jakarta.jms.* #13

kwonglau opened this issue Jul 14, 2023 · 2 comments

Comments

@kwonglau
Copy link

affected classes EventuateActiveMQProducer and MessageConsumerActiveMQImpl.

It is a pain to create 2 more modules just to deal with the import statement and the dependency

org.apache.activemq:activemq-core -> org.apache.activemq:activemq-client-jakarta

also. as mention in eventuate-foundation/eventuate-common#130, all the auto configuration class as to using the new annotation @AutoConfiguration. it is very hard to maintain the compatibility between spring boot 2 and spring boot 3 with one branch.

@cer
Copy link
Contributor

cer commented Jul 26, 2023

To be honest, I've not encountered people using JMS - just Kafka and RabbitMQ. I'm tempted to drop support for it.

@kwongpan
Copy link

That’s good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants