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