You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the beans validation API is failing at runtime for me when I attempt to use it with the Java Module System. The runtime complains that the beans validation module-info does not contain a "uses" clause.
To fix this, please add the following to module-info.java:
Currently, the beans validation API is failing at runtime for me when I attempt to use it with the Java Module System. The runtime complains that the beans validation module-info does not contain a "uses" clause.
To fix this, please add the following to module-info.java:
I have tried this on my machine, and it works.
Thank you.
The text was updated successfully, but these errors were encountered: