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

merge 2.7.3 #88

Merged
merged 3 commits into from
Sep 4, 2019
Merged

merge 2.7.3 #88

merged 3 commits into from
Sep 4, 2019

Conversation

ningyu1
Copy link
Collaborator

@ningyu1 ningyu1 commented Sep 4, 2019

What is the purpose of the change

  1. Optimize the code structure
  2. Add configuration component 使用jmeter配置扩展做dubbo全局配置模块 #43
  3. Upgrade dubbo2.7.3, support dubbo2.7.x, dubbo2.6.x, dubbo2.5.x
  4. Optimize samples performance report 插件在实际压测时性能结果低 #81,jmeter压测时,施压端存在性能瓶颈 #76
  5. Optimize the view tree 时间格式被转化为"Jun 25, 2019 6:00:00 PM" ,并不是我想要的“yyyy-MM-dd” #78
    5.1. Character encoding of response data: UTF-8
    5.2. Response data json format
    5.3. Response data time format
  6. fix dubbo 2.7.3 Generic bug, Fix use generic invocation via API , lost "version" value [#4784] apache/dubbo#4787
  7. support implicit parameters. 目前是否支持dubbo rpc隐式参数传递呢,如何支持 #85 Feature attachment #85 #87

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a GITHUB_issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run mvn clean install -DskipTests & mvn clean test-compile failsafe:integration-test to make sure unit-test and integration-test pass.

* Update README.md

* migratte dist (#67)

* 1. Optimize the code structure
2. Add configuration component #43
3. Upgrade dubbo2.7.3, support dubbo2.7.x, dubbo2.6.x, dubbo2.5.x
4. Optimize samples performance report #81,#76
5. Optimize the view tree #78
5.1. Character encoding of response data: UTF-8
5.2. Response data json format
5.3. Response data time format

* Optimization dependencies
1. fix dubbo 2.7.3 Generic bug apache/dubbo#4787
2. support implicit parameters. #85
@ningyu1 ningyu1 merged commit fcb7db5 into master Sep 4, 2019
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.

None yet

1 participant