3 則留言 (3 則留言)0 個反應 (0 個反應)0 位負責人 (0 位負責人)Java1,911 個分叉 (1,911 個分叉)batch import
bughelp wanted
倉庫指標
- 星標
- 9,070 顆星 (9,070 顆星)
- PR 合併指標
- 平均合併 2天 17小時 (平均合併 2天 17小時)30 天內合併 71 個 PR (30 天內合併 71 個 PR)
描述
Hi!
CoroutineBuilder does not set dismiss404 property so it is initialized with false when AsyncFeign is being created. Is this intended?
貢獻者指南
- 研究方向
- The issue is that CoroutineBuilder in CoroutineFeign.java (line 160-181) does not propagate the dismiss404 property to AsyncFeign. To fix, locate CoroutineBuilder and ensure that the dismiss404 field is set on the AsyncFeign.Builder before building. Refer to how other properties like logLevel are passed. Also check existing tests for CoroutineFeign to add a test for this scenario.
- 技術棧
- javakotlin
- 領域
- backendapi
- 議題類型
- 錯誤
- 前置要求
- JavaKotlinFeign basics