Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: catch exceptions in the StatusResultRetryProcess #4458

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented Sep 6, 2024

What this PR changes/adds

Make StatusResultRetryProcess to catch eventual exceptions and consider it as a failure instead of having the caller to do so.

Why it does that

Briefly state why the change was necessary.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #4457

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt added the enhancement New feature or request label Sep 6, 2024
@ndr-brt ndr-brt merged commit 005bbb2 into eclipse-edc:main Sep 6, 2024
21 checks passed
@ndr-brt ndr-brt deleted the 4457-handle-exception branch September 6, 2024 11:01
ndr-brt added a commit to Think-iT-Labs/edc-connector that referenced this pull request Sep 25, 2024
ndr-brt added a commit that referenced this pull request Sep 25, 2024
* fix: catch exceptions in the StatusResultRetryProcess (#4458)

* fix: catch exceptions in CompletableFutureRetryProcess (#4477)

* dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make StatusResultRetryProcess handle exceptions
3 participants