Skip to content
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

Fix optionals when empty #5194

Merged
merged 3 commits into from
Dec 1, 2022
Merged

Fix optionals when empty #5194

merged 3 commits into from
Dec 1, 2022

Conversation

jbescos
Copy link
Member

@jbescos jbescos commented Nov 14, 2022

There was one issue with optionals when the parameter was empty.

@jbescos jbescos force-pushed the optionalFix branch 2 times, most recently from 0ed2544 to 580771d Compare November 15, 2022 08:32
Signed-off-by: Jorge Bescos Gascon <[email protected]>
@jansupol
Copy link
Contributor

It would be interesting to test @NotNull Integer nullable and @NotNull Optional<Integer> nullable. While the first should fail with bean validation, I'd say the second should not.

Signed-off-by: Jorge Bescos Gascon <[email protected]>
@jbescos
Copy link
Member Author

jbescos commented Nov 21, 2022

It would be interesting to test @NotNull Integer nullable and @NotNull Optional<Integer> nullable. While the first should fail with bean validation, I'd say the second should not.

Added in this commit: 84198e3

@senivam senivam merged commit fd07a38 into eclipse-ee4j:master Dec 1, 2022
@senivam senivam added this to the 2.38 milestone Dec 1, 2022
This was referenced Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants