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
It was too cumbersome to use the NB module as it belongs to the IDE cluster and doesn't have public packages. I went with the official Maven dependency instead
The library is part of the UILibraryWrapper module and exposes the API via public packages. I also wrote a small wrapper DialogDescriptorWithValidation to make it easy to work with DialogDescriptor that contains ValidationPanel as inner panel.
We still rely on a
simple-validation
JAR that's on our 3rd party MVN repository. ValidationAPI is used in a lot of UI modules and it's not up-to-date.Proposed solution
Use the one coming from NB module.
Alternatives considered
Anything that's on Maven central.
Additional context
Codebase is here: https://github.com/timboudreau/simplevalidation
The text was updated successfully, but these errors were encountered: