-
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
Upgrade to Hibernate Reactive 2.0.0.CR1 #32845
Conversation
This comment has been minimized.
This comment has been minimized.
I'll check what's wrong with |
This should be fixed now, some signatures changes in Hibernate Reactive 2.0.0.CR1 and that broke bytecode generated code in the security-jpa-reactive module. @gsmet N.B. while I'd love this to be backported to the 3.0 branch, the |
Thanks for keeping the commits separate and pinging me! |
Unfortunately we cannot backport it because of failures in native. I suspect it has to do with the fact that you upgraded Vert.x while we haven't backported the Vert.x upgrade to 3.0. /cc @maxandersen @cescoffier the decision to not backport the Vert.x upgrade will probably cause us some headaches here. |
If it makes things simpler we can backport it. At least it will fix the false-positive snake yaml cve |
I think we will have to do it in the next micro if we want do backport it. It's a bit too late to do it now (I think). |
bummer, yes I assumed since the vertx upgrade was merged we'd be clear to merge the upgrade as well. It's unfortunate as this HR release solves a great deal of issues and also API was affected. |
Fixes #32533
Fixes #32602