Skip to content

Releases: apache/dubbo-spi-extensions

api-docs 2.7.8.3

29 Apr 09:42
d3b1b02
Compare
Choose a tag to compare

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

更新说明

  • 修复: 当提供者设置了全局group/version 时, dubbo admin侧无法获取接口列表的问题 #22
  • 修复: 当提供者设置了全局group/version 时, api docs获取不到的问题 #24
  • 修复: 有同名方法重载时,无法区分的问题

api-docs 2.7.8.2

23 Mar 02:47
b582326
Compare
Choose a tag to compare

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属性后,测试接口时接口调用失败的问题