是否支持接口默认方法
Open
type/proposal
- Dominant language
- Java
- Stars
- 41.6k
- Forks
- 26.4k
- Avg merge
- 15h 13m
- Merged PRs (30d)
- 4
Description
default void setDeptName(List items, Function mapper, BiConsumer consumer) {
......
}
在接口中定义这样的默认方法,调用的时候报序列化错误
Contributor guide
Research direction
Reproduce the serialization error using the generic default method shown in the issue, first capturing the exact exception, Dubbo version, and serialization configuration. Then trace how interface default methods are handled during RPC serialization; done means the behavior is supported or the limitation is confirmed and clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100