Releases: apache/dubbo-spi-extensions
Releases · apache/dubbo-spi-extensions
api-docs 2.7.8.3
API Docs v2.7.8.3
Feature/Enhancement
- fix: when the global group/version is set by the provider, dubbo admin cannot get the interface list #22
- fix: do not get dubbo ProviderConfig config when ServiceConfig not set group #24
- fix: can not distinguish multi-overload methods of the same method name #27
更新说明
api-docs 2.7.8.2
API Docs v2.7.8.2
Feature/Enhancement
- Fix the problem of non parsing generics in request bean
- Fix unfiltered serialVersionUID in bean (layer 1) on method parameter
- Fix unresolved generics in List (including map, etc.) on method parameters
- Support more levels of generics
- Fix #7
- Mark @deprecated at "version" attribute in api docs annotation and invalidate it , and using "version" from Dubbo annotation
- Modify the way to determine a method level parameter
- Support the parsing of inner classes
- Add validation: If the allowed value is set for the annotation on the enumeration, check whether the allowed value matches the enumeration item
- Fix: after adding group attribute in @DubboService annotation, the test interface reports an error
更新说明
- 修复请求Bean中泛型不解析的问题
- 修复方法参数上的Bean里(第一层) serialVersionUID 未过滤问题
- 修复方法参数上的 List<泛型>(包括Map等) 中的泛型未解析问题
- 支持更多层级的泛型
- 修复 issue #7
- 对api docs注解中的version属性标记了@deprecated 并使之失效, 使用 dubbo注解中的 version
- 修改判断方法级参数的方式
- 支持了内部类的解析
- 新增效验: 如果枚举的注解设置了允许值,检查允许值是否与枚举项匹配
- 修复: 当在Dubbo注解设置了group属性后,测试接口时接口调用失败的问题