refactor(boba-tea-shop): remove deprecated a2a dependency and update doc#404
Conversation
Change-Id: I1bbc90c97f7c97e277955ba60a0c6119a75d23c9
There was a problem hiding this comment.
Pull request overview
This PR performs a cleanup refactoring by removing deprecated a2a extension dependencies and updating documentation to reflect the current framework implementation. The changes ensure the dependency declarations align with actual usage and keep documentation accurate.
- Removes unused a2a extension dependencies (
agentscope-extensions-a2a-serverandagentscope-extensions-a2a-client) - Updates documentation to replace "Spring AI Alibaba" with "MCP Spring Webflux" in the tech stack tables
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| agentscope-examples/boba-tea-shop/pom.xml | Removes two unused a2a extension dependencies from dependency management section |
| agentscope-examples/boba-tea-shop/README.md | Updates tech stack table to reflect MCP Spring Webflux instead of Spring AI Alibaba |
| agentscope-examples/boba-tea-shop/README_zh.md | Updates Chinese tech stack table to match the English version changes |
The review is complete. The changes are clean and appropriate:
-
Dependency Removal: The removed dependencies (
agentscope-extensions-a2a-serverandagentscope-extensions-a2a-client) are verified to be unused in any of the module pom.xml files, making their removal safe and correct. -
Documentation Updates: Both English and Chinese README files have been updated consistently to replace "Spring AI Alibaba" with "MCP Spring Webflux" in the backend tech stack tables, which accurately reflects the current implementation.
-
Alignment: The changes properly align with the PR title and description, completing the cleanup of deprecated dependencies and ensuring documentation accuracy.
No issues were identified in this refactoring pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
AgentScope-Java Version
1.0.5
Description
refactor(boba-tea-shop): remove deprecated a2a dependency and update doc
Checklist
Please check the following items before code is ready to be reviewed.
mvn spotless:applymvn test)