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

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Confirmed**
   
   `annotations-api` dependency conflict causing Spring Boot startup failure is 
a valid bug. The `annotations-api` JAR can conflict with servlet API classes 
provided by the container, causing classloading issues.
   
   **Root Cause:** Transitive dependency on `annotations-api` that conflicts 
with the servlet container's provided classes.
   **Impact:** Spring Boot application fails to start — blocks usage entirely.
   **Severity:** High — prevents application startup.
   
   **Suggested fix:** Exclude `annotations-api` from the dependency tree via 
`<exclusions>` in the relevant `pom.xml`.
   
   ---
   *Automated evaluation by github-manager*


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