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: store proxy beans now include a store translation interceptor th… #1616

Merged
merged 3 commits into from
Oct 3, 2023

Conversation

paulcwarren
Copy link
Owner

@paulcwarren paulcwarren commented Sep 21, 2023

uses a pluggable translation layer to allow Users to re-throw their storage technologies RuntimeExceptions as StoreAccessException and derivatives of StoreAccessException.

This is a approximate equivalent to Spring Data's exception translation layer.

Fixes #908

…at re-throws RuntimeException as StoreAccessException

- this provides a hook for stores to add their own translators
…anslations through StoreExceptionTranslator beans
@paulcwarren paulcwarren marked this pull request as ready for review October 3, 2023 03:24
@paulcwarren paulcwarren merged commit 43150b4 into main Oct 3, 2023
6 checks passed
@paulcwarren paulcwarren deleted the fix/issue-908-2 branch October 3, 2023 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

S3 upload failed with UndeclaredThrowableException
1 participant