3 commentaires (3 commentaires)0 réaction (0 réaction)0 personne assignée (0 personne assignée)Java1 911 forks (1 911 forks)batch import
bughelp wanted
Métriques du dépôt
- Stars
- 9 070 étoiles (9 070 étoiles)
- Métriques de merge PR
- Merge moyen 2j 17h (Merge moyen 2j 17h)71 PRs mergées en 30 j (71 PRs mergées en 30 j)
Description
Hi!
CoroutineBuilder does not set dismiss404 property so it is initialized with false when AsyncFeign is being created. Is this intended?
Guide contributeur
- Direction de recherche
- 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.
- Stack technique
- javakotlin
- Domaine
- backendapi
- Type d'issue
- Bug
- Prérequis
- JavaKotlinFeign basics