-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Integrate Mutiny 0.8.0 #11614
Comments
🥳 |
@gavinking could you look at impact on Hibernate Reactive? Thanks! |
OK will do. |
Does Mutiny have a snapshot repo? |
@gavinking yes: https://oss.sonatype.org/content/repositories/snapshots/io/smallrye/reactive/. |
Thanks. Well, I just ran the HR tests on 999-SNAPSHOT and nothing broke ... so that's a good start! |
And I was able to remove all the |
... and most of the |
@cescoffier perhaps we should also integrate a caller thread check for Vert.x event-loops and blocking calls? |
Yes, the blocking code check is going to help a lot. |
|
I have an integration for the exception hook, see the WIP branch at https://github.com/jponge/quarkus/tree/mutiny-0.8.0 |
Regarding the blocked thread checker: are there other kind of threads than Vert.x event loops in Quarkus that cannot be blocked? |
No, just check if it’s en event loop (VertxThread won’t be enough) |
I haven't spotted documentation with deprecated APIs. That being said it'd be easier if snippets were included from actual sources like we do in Vert.x, so we could more easily track changes when APis move. |
Description
Mutiny 0.8.0 is coming soon, and it will require a bit of integration code:
@jponge volunteered to implement this once Mutiny 0.8.0 is released!
The text was updated successfully, but these errors were encountered: