-
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
Qute type-safe validation fix #20515
Conversation
- also include all methods from the interfaces extended by other interfaces (not only from those implemented directly by any class in the hierarchy) - resolves quarkusio#20512
CC @wjglerum |
@mkouba any reason this is marked for backport to |
No reason, I thought that it will be backported into 2.3 automatically ;-) |
There is no such thing as an automatic backport once a |
Ok, will do next time. My bad consideration was that I should mark the furthest backport version only... Sorry about that. |
No problem at all! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Are there any plans to backport this to a 2.2.x or 2.3.x release? Or will it be just released with the upcoming 2.4.x release? I'm asking as it currently blocks us from upgrading from 2.1.x with strict rendering enabled for Qute. |
It's already part |
Thanks for the update @geoand a |
interfaces (not only from those implemented directly by any class in the
hierarchy)