Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use DefaultMQAdminExt from admintools, instead of implementing a new one #159

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

DotLauan
Copy link

@DotLauan DotLauan commented Apr 10, 2023

What is the purpose of the change

  1. Remove MQAdminExtImpl and MQAdminInstance, use a dynamic proxy to the DefaultMQAdminExt instance, instead of making aspect to a new MQAdminExt implements;
  2. Update junit from 4.x to 5.x

刘靛 added 8 commits March 15, 2023 19:46
去除上诉类相关的单元测试。
升级Spring boot为2.7.5,更新Controller rest接口申明为 PostMapping GetMapping实现。
tool的默认实现,修改切面注入为动态代理实现。去除相应的单元测试。
…the DefaultMQAdminExt instance, instead of making aspect to a new MQAdminExt implements;

2. Update junit from 4.x to 5.x
@DotLauan DotLauan changed the title Use admintools Use DefaultMQAdminExt from admintools, instead of implementing a new one Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant