Skip to content

refactor: replace all the RetryProcess usages with RetryProcessor #4817

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

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented Feb 12, 2025

What this PR changes/adds

Switch all the deprecated RetryProcess usages to RetryProcessor

Why it does that

refactor

Further notes

  • switched the entityReload return type to StoreResult<E> because the usage of it requires a leased entity, and the StateEntityStore.findByIdAndLease returns a result

Who will sponsor this feature?

Please @-mention the committer that will sponsor your feature.

Linked Issue(s)

Closes #4815

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

@ndr-brt ndr-brt added the refactoring Cleaning up code and dependencies label Feb 12, 2025
@ndr-brt ndr-brt force-pushed the 4815-retry-process-usages branch 2 times, most recently from 0ca10ae to 514a665 Compare February 12, 2025 08:52
@ndr-brt ndr-brt force-pushed the 4815-retry-process-usages branch from 514a665 to a0f9725 Compare February 12, 2025 09:18
@ndr-brt ndr-brt merged commit eee070b into eclipse-edc:main Feb 12, 2025
21 checks passed
@ndr-brt ndr-brt deleted the 4815-retry-process-usages branch February 12, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Cleaning up code and dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace all the RetryProcess usages with RetryProcessor
2 participants