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
The current StandardConstraintResolver interface does not support returning errors, preferring the implementation to fail silently if it cannot resolve the constraints. But in practice, resolving the extension is fallible (very apparent in #57). This will be a breaking change to the interface and a behavioral change to the library (instead of failing silently and not producing a compilation error, the validator would return a compilation error caused by the resolver's error).
The text was updated successfully, but these errors were encountered:
The current
StandardConstraintResolver
interface does not support returning errors, preferring the implementation to fail silently if it cannot resolve the constraints. But in practice, resolving the extension is fallible (very apparent in #57). This will be a breaking change to the interface and a behavioral change to the library (instead of failing silently and not producing a compilation error, the validator would return a compilation error caused by the resolver's error).The text was updated successfully, but these errors were encountered: