adobe / adobe/aio-lib-java

`core`: Feign Implementation Details exposed to clients

Open
#164 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
7
Forks
22
PR merge metrics
No merged PRs in 30d

Description

The use of the Feign library/framework is an implementation detail and shouldn't concern the consumers of the library.

However, every API call throws runtime exceptions all of which extend Feign's. That they are Runtime does abstract away many concerns. However, the APIs should throw declared exceptions (Runtime or not) so that consumers can properly handle error states, without relying on inspecting the underlying error details.

Contributor guide

Open the contributing guide

Research direction

Start by inspecting the core API entry points and the runtime exceptions currently exposed by their Feign-backed calls. Define the public exception boundary and identify how callers should handle declared error states; done means API consumers no longer need to depend on Feign exception types.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.