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, we should use constructors instead of `@PostConstruct`. 2. Adapt the automatic configuration for `rocketmq-v5-client`. -- 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, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
