3 件のコメント (3 件のコメント)0 件のリアクション (0 件のリアクション)0 人の担当者 (0 人の担当者)Java1,911 件のフォーク (1,911 件のフォーク)batch import
bughelp wanted
Repository metrics
- Stars
- 9,070 個のスター (9,070 個のスター)
- PR merge metrics
- 平均マージ 2d 17h (平均マージ 2d 17h)30d で 71 merged PRs (30d で 71 merged PRs)
説明
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
- Issue 種別
- バグ
- 前提条件
- JavaKotlinFeign basics