-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Issue with empty Email address criteria #335
Comments
Can you provide the full stacktrace please. |
Sure,
|
This is fixed in #319, but hasn't been released yet (it's part of a bigger release). I think this bug appeared in version 6.6.0, so you could try 6.5.4. Unless you work with S/MIME, you won't miss much. That or use the most lenient rules for address validation... |
…(which is a valid state for email address criteria)
I decided to tackle this in a patch release and it actually revealed another bug that caused this. Fix just released in 6.7.3 |
Hi,
Using version 6.6.1, I got an error when I used
clearEmailAddressCriteria
.The error message:
argument was assumed nonNull, but was null
The configuration I used:
Does anyone know how to fix it or do I have to wait for the bug fix? I investigated through the stack trace and found
assumeNotNull
checks forempty()
of a collection too, so checking every empty collection will cause raise this error.Thanks.
The text was updated successfully, but these errors were encountered: