`ims` Service `getAccessToken` Should hide exceptions
- Langage dominant
- Java
- Étoiles
- 7
- Forks
- 22
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### Expected Behaviour
When an exception occurs in the fetching of a new Access token, the IMS Service should capture any possible Feign runtime exceptions and either:
a) log it, returning nothing.
b) Transform it the exception into a meaningful, recoverable or non-recoverable state.
### Actual Behaviour
All of the Feign runtime exceptions bubble up to the caller.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Start at the IMS Service getAccessToken flow described in the issue and inspect how Feign runtime exceptions reach its caller. Confirm the intended handling with the issue's two proposed outcomes; done means fetching-token failures no longer bubble directly and are either logged with no return value or represented as a meaningful recoverable or non-recoverable state.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java
- Domaine
- authentication
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100