3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java1,911 forks (1,911 forks)batch import
bughelp wanted
Repository metrics
- Stars
- 9,070 stars (9,070 stars)
- PR merge metrics
- Avg merge 2d 17h (Avg merge 2d 17h)71 merged PRs in 30d (71 merged PRs in 30d)
Description
Hi!
CoroutineBuilder does not set dismiss404 property so it is initialized with false when AsyncFeign is being created. Is this intended?
Contributor guide
- Research direction
- 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.
- Tech stack
- javakotlin
- Domain
- backendapi
- Issue type
- Bug
- Prerequisites
- JavaKotlinFeign basics