Bump netty-all from 4.0.35.Final to 4.1.42.Final

Bumps [netty-all](https://github.com/netty/netty) from 4.0.35.Final to 4.1.42.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.0.35.Final...netty-4.1.42.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 0ede4ed7035f6a94a40fae8ea90d728fbe81ed5b
  1. .mvn/
  2. api/
  3. consumer-test/
  4. provider-test/
  5. .gitignore
  6. mvnw
  7. mvnw.cmd
  8. pom.xml
  9. README.md
README.md

简介

此工程定位为dubbo特性的测试工程,可以基于当前内容任意增加模块、文件等用于测试已有的dubbo功能。期望最终所有dubbo特性的使用方式在这个工程都有代码示例,甚至能够一键执行集成测试并统计执行结果。
Github issue中有疑问、有争议的点,大家也可以通过做示例Pull Request等方便实例交流。

使用方法

打包

请参考spring boot打包运行方法

访问入口

http://localhost:8080/xxx

期待

从集成测试层面,如何组织用例、自动化测试、自动化统计测试结果等是这个工程欠缺的,期待熟悉的同学提代码、思路或建议。