-
Notifications
You must be signed in to change notification settings - Fork 150
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
Validation exception when altering message of NotNull #194
Comments
@yegor256 can we dispatch this one? it is needed for another project. |
@krzyk I am aware of the task, give me some time to find a developer... |
@krzyk thanks for reporting! I topped your account for 15 mins, transaction 69586722 |
@yegor256 can we dispatch this one? |
@olegsimanov it's yours now, please proceed keeping in mind our principles. Feel free to ask any technical questions right here in the ticket. The budget here is 30 mins, which is exactly how much time will be paid for, when the task is completed |
Please have a look at this pull request: |
@olegsimanov the ticket is with you for 15 days already. If it is not finished in the next 48 hours, it will be re-assigned to someone else, see No Obligations principle, this article should help if you're stuck... -30 added to your rating, at the moment it is: -210 |
@krzyk :( |
@krzyk maybe reassign it? |
@krzyk I have a feeling you can ask him to reassign |
@dmarkov please assign someone else |
@krzyk no that will remove points from you hehe |
@dmarkov try |
@krzyk ooops... |
@yegor256 Could we assign this one? it is holding back at least 1 issue in another project. |
@dmarkov pls assign @dmzaytsev to this problem |
@yegor256 I have no idea how to disable a particular constraint for |
@dmzaytsev I have no idea either :( honestly, I'm a bit disappointed by this entire validation API... @krzyk maybe you can suggest something? |
@yegor256 done. @dmzaytsev you are assigned to this task. please proceed... |
@yegor256 sorry, I don't have good options. @dmzaytsev Maybe we could create issue in https://hibernate.atlassian.net/projects/HV/issues/HV-840?filter=allopenissues for that? |
@krzyk is this workaround acceptable? |
@dmzaytsev @pinaf good enough for now |
@dmzaytsev please catch the exception for now then |
@pinaf done :) |
@dmzaytsev will take a look, thanks |
@dmzaytsev thanks |
@krzyk could we get a new release with this fix? |
@krzyk argh, sorry again. No idea why I keep thinking you are the architect here! |
@yegor256 could we get a new release? |
@rultor release, tag is |
@yegor256 thanks! |
@dmzaytsev I just added 30 mins to your account, many thanks for your contribution (74441255).. 144 hours and 10 mins spent here; +30 added to your rating, current score is: +1703 |
Following test will fail if using jcabi-aspects 0.22.2 (and 0.22.1), but works on 0.21.1:
dependencies:
build plugin:
with
Overriding message in inheriting classes is very popular (e.g. guava does that in few places) so please remove this constraint.
- `194-8b58eead`/#204 (by Ievgen Degtiarenko)
The text was updated successfully, but these errors were encountered: