`ims` Service `getAccessToken` Should hide exceptions
- Lenguaje dominante
- Java
- Estrellas
- 7
- Forks
- 22
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### 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.
Guía de contribución
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- authentication
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100