RockteMQ-AI commented on issue #681:
URL: 
https://github.com/apache/rocketmq-spring/issues/681#issuecomment-5223767448

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Needs Info**
   
   JDK 17 + Spring Boot 3.2.9 + rocketmq-spring-boot-starter 2.3.1 causes a 
startup error with `UnsatisfiedDependencyException` on 
`routeDefinitionRoute...`.
   
   This is likely a **compatibility issue**: `rocketmq-spring-boot-starter` 
2.3.x does not officially support Spring Boot 3.x / JDK 17. Spring Boot 3 
requires Jakarta EE namespace (`jakarta.*` instead of `javax.*`), and starter 
2.3.x still uses the older namespace.
   
   **Recommended actions:**
   1. Use `rocketmq-spring-boot-starter` 3.0.0+ for Spring Boot 3 compatibility
   2. Or downgrade to Spring Boot 2.7.x with starter 2.3.x
   
   If you're already on starter 3.0.0+, please share the full stack trace and 
dependency tree (`mvn dependency:tree`).
   
   ---
   *Automated evaluation by RockteMQ-AI*
   


-- 
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]

Reply via email to