Re: [I] Support Springboot 3.X [rocketmq-spring]

2024-01-15 Thread via GitHub
RongtongJin closed issue #612: Support Springboot 3.X URL: https://github.com/apache/rocketmq-spring/issues/612 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[I] Support Springboot 3.X [rocketmq-spring]

2024-01-11 Thread via GitHub
accjiyun opened a new issue, #612: URL: https://github.com/apache/rocketmq-spring/issues/612 1. Starting from Java 17, the `javax` package name prefix will be changed to `jakarta`. This means that our usage of `@PostConstruct` will not be compatible with both Java 8 and Java 17. Therefore,