-
Notifications
You must be signed in to change notification settings - Fork 98
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
Bug [Bean Validation]: Compilation error with array of strings with validations #926
Bug [Bean Validation]: Compilation error with array of strings with validations #926
Conversation
Hi! Thank you for reporting this bug. Do you plan to append this PR with the fix? |
Didn't plan to, but added a fix. |
1c165d7
to
74efde2
Compare
@ricardozanini I've added the missing imports to the respective template. Could you please re-run the workflows? |
@joschi I'm not following. Is it supposed to be reviewed or it's just a bug report? If the latter, can you revert it to draft and add a |
@hbelmiro It's a bug reproducer with a fix added one month later. 😉 |
This comment was marked as outdated.
This comment was marked as outdated.
@denvitaharen @joschi I'll merge this one and close #975. Can we come to an agreement since two PRs are fixing the same issue? |
74efde2
to
130a728
Compare
Good with me! :) |
@all-contributors please add @joschi for code |
I've put up a pull request to add @joschi! 🎉 |
…alidations (#926) * bug: bean validation missing import with array and mandatory items * fix: add Jakarta Bean validation imports to model.qute
…alidations (#926) (#1004) * bug: bean validation missing import with array and mandatory items * fix: add Jakarta Bean validation imports to model.qute Co-authored-by: Jochen Schalanda <[email protected]>
Fixes #925