-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
SmallRye Fault Tolerance: upgrade to 6.7.0 #44831
Conversation
This commit not only bumps the SmallRye Fault Tolerance version, but also adapts the extension to the extensive changes made in this version. This especially includes: - deprecation of `FaultTolerance` and `@ApplyFaultTolerance`; replacements are `Guard`, `TypedGuard` and `@ApplyGuard` - new `smallrye.faulttolerance.*` configuration properties, together with adaptation to `quarkus.fault-tolerance.*` Most changes in this commit are added tests, which all adapt already existing tests in SmallRye Fault Tolerance.
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Looks like a candidate for an entry in the migration guide :). |
I plan to add a link to the release announcement, which has more details and links to migration guides, to conserve space. There's technically no breaking change here, although migration is certainly a good idea :-) |
Yeah, so even if not breaking, please make sure people have the info about how to migrate to the current way of doing things. I'm fine with a quick summary of the change + link to the release notes if they contain all relevant info. |
Status for workflow
|
@ozangunalp is there something we could do to make the SmallRye Reactive Messaging test above more robust? |
This commit not only bumps the SmallRye Fault Tolerance version, but also adapts the extension to the extensive changes made in this version.
This especially includes:
FaultTolerance
and@ApplyFaultTolerance
; replacements areGuard
,TypedGuard
and@ApplyGuard
smallrye.faulttolerance.*
configuration properties, together with adaptation toquarkus.fault-tolerance.*
Most changes in this commit are added tests, which all adapt already existing tests in SmallRye Fault Tolerance.
Fixes #24533