component/sdkhelp wantedtype/bug
倉庫指標
- Star
- (41,524 star)
- PR 合併指標
- (平均合併 7天 14小時) (30 天內合併 20 個 PR)
描述
- I have searched the issues of this repository and believe that this is not a duplicate.
Dubbo version: 3.2.5 Operating System version: windows Java version: 1.8.0
dubbo配置文件里的 dubbo.protocols.rest.default=false 不生效,看了下应该是org.apache.dubbo.config.AbstractConfig#isDefault 方法有 @Parameter(excluded = true, attribute = false) 注解,导致被 org.apache.dubbo.config.AbstractConfig#isIgnoredAttribute 方法忽略了,这是有BUG,还是要准备用其它方式配置呢?